Community
Participate
Working Groups
Build Identifier: I20100129-1300 When there are tho nodes with an edge between them, one moved to some package-as-frame, the edge does not follow it. Reproducible: Always Steps to Reproduce: 1. Create two nodes on canvas on class d (for example, two classes in main package). 2. Create an edge between them (for example, generalization link). 3. Create a package as frame P. 4. Move one of the nodes into package. 5. Fail: the link remains in the same place, and numerous NullPointerExceptions occure in log because of the edge having null source/target.
Fixed, MoveViewCommand to explicitly destroy affected edges
Fixed