gabrielladin / jc-tree

Automatically exported from code.google.com/p/jc-tree
0 stars 0 forks source link

toString method doesn't show meaningful results #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a Tree object
2. Invoke toString method on the object

What is the expected output? What do you see instead?
Recommended output is a snapshot of the elements contained. Instead, the 
default signature of Java for toString is shown

Original issue reported on code.google.com by gsaxen...@gmail.com on 30 Oct 2011 at 7:51

GoogleCodeExporter commented 9 years ago

Original comment by gsaxen...@gmail.com on 30 Oct 2011 at 7:52

GoogleCodeExporter commented 9 years ago
Issue has been fixed in jc-tree_1.1_RC1.jar

Original comment by gsaxen...@gmail.com on 22 Nov 2011 at 2:55