JDK-5005748 : enum classes final unless specialized
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 1.4.0,5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_8
  • CPU: generic
  • Submitted: 2004-03-01
  • Updated: 2004-04-01
  • Resolved: 2004-04-01
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.
Other
5.0 b46Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
The enum spec requires a compiler to generate final classes for the enum
unless some enumeration constant is specialized.  javac doesn't generate
a final class unless the user declared it final.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-b46 tiger-beta2
14-06-2004

SUGGESTED FIX See 5009601. ###@###.### 2004-03-29
29-03-2004

EVALUATION Might not get fixed in 1.5.0. ###@###.### 2004-03-03 Addressed as part of 5009601. ###@###.### 2004-03-26
03-03-2004