Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.5
-
Fix Version/s: 0.11.0
-
Component/s: None
-
Labels:None
Description
The compareTo method in AbstractNamed takes account of the parent. I had a dummy class that dynamically created the dummy parent, so the object did not compareTo itself. This had the effect of it not being contained by Sets it was a member of.
I think this needs to be checked to see if the parent really should be considered.