|
Quick Lists
|
|
Bug ID:
|
5005748
|
|
Votes
|
0
|
|
Synopsis
|
enum classes final unless specialized
|
|
Category
|
java:compiler
|
|
Reported Against
|
1.4
, tiger-beta
, tiger-beta2
|
|
Release Fixed
|
1.5(tiger-b46)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
4965175
,
5009577
,
5009601
|
|
Submit Date
|
01-MAR-2004
|
|
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.
|
|
Work Around
|
N/A
|
|
Evaluation
|
Might not get fixed in 1.5.0.
xxxxx@xxxxx 2004-03-03
Addressed as part of 5009601.
xxxxx@xxxxx 2004-03-26
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |