svn commit: r17314 - trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigEdgeModelElement.java
Bob Tarling <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling
Date: 2009-09-13 14:06:13-0700
New Revision: 17314
Modified:
trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigEdgeModelElement.java
Log:
Just a TODO comment
Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigEdgeModelElement.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigEdgeModelElement.java?view=diff&pathrev=17314&r1=17313&r2=17314
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigEdgeModelElement.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigEdgeModelElement.java 2009-09-13 14:06:13-0700
@@ -1182,6 +1182,10 @@
* <p>e.g. if the participant of an association end is changed.
* <p>Calls a helper method (layoutThisToSelf) to avoid this edge
* disappearing if the new source and dest are the same node.
+ *
+ * TODO: This method is called far too frequently. It should only be called
+ * when a specific event is received. It seems to be currently called whenever
+ * any event is received from the owner.
*
* @return boolean whether or not the update was sucessful
*/
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2394348
To unsubscribe from this discussion, e-mail: [[email protected]].