-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Ran into this obvious issue reading code. Not even sure this method is used somewhere.
for(Node n : path)
{ nodes.add(new NodeImpl(n.getType(),* n.getType()*)); }Ran into this obvious issue reading code. Not even sure this method is used somewhere.
for(Node n : path)
{ nodes.add(new NodeImpl(n.getType(),* n.getType()*)); }