Bug 320138

Summary: rogue warning working with enums and itds
Product: [Tools] AspectJ Reporter: Andrew Clement <aclement>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 1.6.9   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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.