svn commit: r19422 - trunk/src/argouml-app/src/org/argouml/notation/providers/uml/AssociationEndNameNotationUml.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2011-05-13 11:20:22-0700
New Revision: 19422

Modified:
   trunk/src/argouml-app/src/org/argouml/notation/providers/uml/AssociationEndNameNotationUml.java

Log:
Workaround for issue 6266

Modified: trunk/src/argouml-app/src/org/argouml/notation/providers/uml/AssociationEndNameNotationUml.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/providers/uml/AssociationEndNameNotationUml.java?view=diff&pathrev=19422&r1=19421&r2=19422
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/notation/providers/uml/AssociationEndNameNotationUml.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/notation/providers/uml/AssociationEndNameNotationUml.java	2011-05-13 11:20:22-0700
@@ -212,6 +212,11 @@
 
     private String toString(Object modelElement, boolean showVisibility,
             boolean useGuillemets) {
+        // TODO: This whole block can be deleted when issue 6266 is resolved
+        if (Model.getFacade().isAConnectorEnd(modelElement)) {
+            return "";
+        }
+        // end of block
         String derived = "";
         Object tv = Model.getFacade().getTaggedValue(modelElement, 
                 Facade.DERIVED_TAG);

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2735855

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.