Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Nightly Builds
-
None
-
ALL
Description
In BasicNodeSet the method getNodes()
adds the values instead of the nodes, using
nodes.add(pointer.getValue());
instead of what I think correct:
nodes.add(pointer.getNode());
Michele Vivoda