Bug 4932 - StyledTextBidi has equals but no hashCode method
Summary: StyledTextBidi has equals but no hashCode method
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Lynne Kues CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-12 11:18 EDT by Knut Radloff CLA
Modified: 2001-10-18 17:54 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Knut Radloff CLA 2001-10-12 11:18:39 EDT
We should either get rid of the equals method or add a hashCode method.
I don't think we need the equals method anyway so we should just delete it.
Comment 1 Lynne Kues CLA 2001-10-18 17:54:14 EDT
Originally had the equals method for testing purposes.  Removed the method.