svn commit: r17201 - trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigDataType.java

Bob Tarling <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2009-08-01 03:00:31-0700
New Revision: 17201

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigDataType.java

Log:
Highlight suspicious code with a TODO

Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigDataType.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigDataType.java?view=diff&pathrev=17201&r1=17200&r2=17201
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigDataType.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigDataType.java	2009-08-01 03:00:31-0700
@@ -165,6 +165,7 @@
         Editor ce = Globals.curEditor();
         if (ce != null) {
             Selection sel = ce.getSelectionManager().findSelectionFor(this);
+            // TODO: This looks like it should be SelectionDataType
             if (sel instanceof SelectionClass) {
                 ((SelectionClass) sel).hideButtons();
             }

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

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.