hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
209 stars 57 forks source link

Ecore object diagram does not show dangling object correctly #36

Closed hallvard closed 7 years ago

hallvard commented 7 years ago

The ecore object diagram support shows the sub-tree rooted at the selection. If some object in this sub-tree references an object outside this tree, it is shown as a class with name null (source: o4 -- "affiliation" onull). The null should be the instance nr., but since this object isn't shown, it has no number.

hallvard commented 7 years ago

The fix just adds the dangling object. Could perhaps show in a separate color, but it will be apparent it's dangling, since it will not be contained in any object.