-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
None
ClusterNode.equals() uses a call to compareTo() in its test. compareTo properly throws a ClassCastException if the other object is of a different type, but the equals method isn't catching this and returning false.