Details
-
Type: Bug
-
Status: In Progress
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.8.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:All
Description
Classes that override Object.equals() should also override Object.hashCode() to ensure that whenever objects are equal they return the same hashCode. Failure to do this can result in unpredictable behaviour of collections e.g. hashed maps.
Methods should also have the @Override annotation to confirm correct signature.
Methods should also have the @Override annotation to confirm correct signature.
Attachments
Issue Links
- related with
-
JAL-2223 'View Mapping' includes duplicate entries after importing project with multiple views
- Closed