Bug 579659

Summary: Unnecessary warning about lack of equals() and hashCode() in SortedMap and SortedSet
Product: [Eclipse Project] Platform Reporter: Simon Alexander <simonalexander2005>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: Dirk.Steinkamp
Version: 4.24   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Simon Alexander CLA 2022-04-11 06:19:53 EDT
When generating hashcode and equals, if the class contains a SortedSet or SortedMap, then eclipse prompts the user that the generated code may not work.

This may be confusing for the user, because although those classes don't override equals themselves, their parent classes do and in these cases there should not be a meaningful difference.