|
Quick Lists
|
|
Bug ID:
|
5010455
|
|
Votes
|
0
|
|
Synopsis
|
javac incorrectly marks top-level enum classes as static
|
|
Category
|
java:compiler
|
|
Reported Against
|
tiger-beta2
|
|
Release Fixed
|
1.5(tiger-b46)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
|
|
Submit Date
|
09-MAR-2004
|
|
Description
|
At present, javac incorrectly marks top-level enum classes as static. It is illegal for top-level classes to be marked as static. This bug causes apt -print to output misleading information.
|
|
Work Around
|
N/A
|
|
Evaluation
|
This flag is illegal at the top level, so javac should not do this.
xxxxx@xxxxx 2004-03-09
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |