Bug 83380 - 'enum' should not be used as an identifier
Summary: 'enum' should not be used as an identifier
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Adrian Colyer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-21 06:27 EST by Matthew Webster CLA
Modified: 2005-01-25 15:23 EST (History)
0 users

See Also:


Attachments
Fix (2.29 KB, application/octet-stream)
2005-01-21 06:49 EST, Matthew Webster CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Webster CLA 2005-01-21 06:27:00 EST
When building under Eclipse 3.1 this warning is now issued. The offending 
variable names should be changed in preparation for a possible future move to 
Java 5
Comment 1 Matthew Webster CLA 2005-01-21 06:49:23 EST
Created attachment 17362 [details]
Fix

Rename variables "enu".
Comment 2 Andrew Clement CLA 2005-01-25 15:23:21 EST
Patch integrated.