gabrielladin / jc-tree

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

Remove doesn't delete all child nodes in ArrayListTree #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a tree of depth more than 3
2. Use remove on the node on level 1
3. Not all the child nodes of the node above on level 3+ are removed

What is the expected output? What do you see instead?
All child nodes should have been removed

Please use labels and text to provide additional information.
Seen in jc-tree-1.0.0.jar

Original issue reported on code.google.com by gsaxen...@gmail.com on 21 Jul 2011 at 12:48

GoogleCodeExporter commented 9 years ago
Fixed in 1.0.1

Original comment by gsaxen...@gmail.com on 21 Jul 2011 at 7:36