
| Key: |
LANG-259
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Ralf Hauser
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
all
|
|
Issue Links:
|
Reference
|
|
|
|
This issue is related to:
|
|
LANG-258
Enum JavaDoc: 1) outline 5.0 native Enum migration 2) warn not to use the switch() , 3) point out approaches for persistence and gui
|
|
|
|
|
|
|
| Resolution Date: |
18/Aug/06 10:21 PM
|
|
int org.apache.commons.lang.enums.ValuedEnum.compareTo(Object other)
is not typesafe - if the int-values are the same, it will return "0" even for two totally different sub-classes of ValuedEnum
|
|
Description
|
int org.apache.commons.lang.enums.ValuedEnum.compareTo(Object other)
is not typesafe - if the int-values are the same, it will return "0" even for two totally different sub-classes of ValuedEnum |
Show » |
|