The solution to this bug is in RankingEditor.java. The problem
can be solved by including a conditional statement that will
stop the doAddBaseCriteria() method from adding a new Node
to the tree by saying that: if(tstNode.getNodeCount() <=
_cri.size() - 1), add the node.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=551630
The solution to this bug is in RankingEditor.java. The problem
can be solved by including a conditional statement that will
stop the doAddBaseCriteria() method from adding a new Node
to the tree by saying that: if(tstNode.getNodeCount() <=
_cri.size() - 1), add the node.