Bug 320138 - rogue warning working with enums and itds
Summary: rogue warning working with enums and itds
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.6.9   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-16 14:53 EDT by Andrew Clement CLA
Modified: 2010-07-16 14:53 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Clement CLA 2010-07-16 14:53:16 EDT
I have a JavaBean that declares a static inner type (an enum), along with a property of this type.  The Roo generated JavaBean.aj ITD has the getter/setter generated approrpiately, but Eclipse flags a warning claiming the imported type is never read.  Promoting the type to a top-level enum makes the warning go away.