JDK-2166245 : EnumEditor bug. Class check incorrect
  • Type: Backport
  • Backport of: JDK-6736248
  • Component: client-libs
  • Sub-Component: java.beans
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2008-08-21
  • Updated: 2011-01-19
  • Resolved: 2009-03-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 Other
7Fixed OpenJDK6Fixed
Comments
EVALUATION The Enum class allows to create constants that extend methods. For every constant the subclass is generated. So we should check that the value is assignable to the specific Enum class.
25-12-2008