Issue Details (XML | Word | Printable)

Key: TEST-13
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Andy Jefferson
Reporter: Andy Jefferson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Test Framework

model.company.Person has hashCode/equals that depend on JDOHelper and shouldnt

Created: 30/May/08 01:53 PM   Updated: 30/May/08 07:02 PM   Resolved: 30/May/08 07:02 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0


 Description  « Hide
Person has hashCode and equals methods that are totally tied to JDO yet should be normal classes

Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson added a comment - 30/May/08 07:02 PM
Fixed in SVN trunk. Person and Office both did the same thing - now changed to use 2 fields as the basis for their hashCode/equals (Office was missing a hashCode too so was even more prone to problems).