| Summary: | "Generate hashCode and equals()" ignores protected fields from superclasses | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Michael Mirwaldt <michael.mirwaldt> |
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 4.4 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Michael Mirwaldt
I notices that equals-methods of subclasses call the quals-method of superclasses which is much better. However, this makes only sense if the super class also implements equals. |