You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During application of XmlGraph, I noticed that the graph built using XmlGraph.build() method may generate multiple nodes with the same name. Such problem arises when initial skeleton has more than one classes.
For example, if we have 2 classes in skeleton:
During application of XmlGraph, I noticed that the graph built using XmlGraph.build() method may generate multiple nodes with the same name. Such problem arises when initial skeleton has more than one classes.
For example, if we have 2 classes in skeleton:
XmlGraph.build(skeleton, "org.example.memer", "Memer")
will build graph with 5 nodes instead of 2.
The text was updated successfully, but these errors were encountered: