Philip Heilman - 2003-12-22

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.