Issue Details (XML | Word | Printable)

Key: UBA-7599
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Janak Mulani
Reporter: Daniel Grob
Votes: 0
Watchers: 0
Operations

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

Immutable borders should have a proper equals() / hasCode() implementation

Created: 13/Nov/08 08:55 AM   Updated: 08/Jan/09 02:46 PM
Component/s: components
Affects Version/s: None
Fix Version/s: UltraLightClient '08 Update 2


 Description  « Hide
Most border implementations are immutable, e.g. ULCEmptyBorder, ULCResourceBorder, ULCLineBorder. These border classes should have a proper equals() / hashCode() implementation. This would improve border usage in renderer / editor components.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Daniel Grob added a comment - 08/Jan/09 02:46 PM
Added equals() and hashCode() methods for the following classes:
  • ULCBevelBorder
  • ULCCompoundBorder
  • ULCEmptyBorder
  • ULCMatteBorder
  • ULCEtchedBorder
  • ULCLineBorder
  • ULCResourceBorder