-
Bug
-
Resolution: Fixed
-
P4
-
7
-
windows_7
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
Bug 7173464 is incorrectly marked as a duplicate of 7193557. 7193557 makes 7173464 " visible " , but it is not the same bug. 7193557 is correctly resolved as " not an issue " , but this does not help with 7173464.
The cause of 7173464 is that some Java library class, apparently DataFlavor, or some subclass of it, violates the Comparable contract. This needs to be fixed. 7193557 only means that this violation now can cause an exception, while previously it went unnoticed.
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Catch the exception, alert the user, and hope that no internal state was left in an unstable condition.
A DESCRIPTION OF THE PROBLEM :
Bug 7173464 is incorrectly marked as a duplicate of 7193557. 7193557 makes 7173464 " visible " , but it is not the same bug. 7193557 is correctly resolved as " not an issue " , but this does not help with 7173464.
The cause of 7173464 is that some Java library class, apparently DataFlavor, or some subclass of it, violates the Comparable contract. This needs to be fixed. 7193557 only means that this violation now can cause an exception, while previously it went unnoticed.
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Catch the exception, alert the user, and hope that no internal state was left in an unstable condition.
- relates to
-
JDK-7173464 Clipboard.getAvailableDataFlavors: Comparison method violates contract
- Resolved