Bug 101606

Summary: AspectJ compiler does not process unused code compiler options properly for aspects
Product: [Tools] AspectJ Reporter: Sian January <sjanuary>
Component: CompilerAssignee: Adrian Colyer <adrian.colyer>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 1.5.0M3   
Target Milestone: 1.5.0 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Sian January CLA 2005-06-24 05:17:53 EDT
In Eclipse (3.0) click 'Window' > 'Preferences' > 'Java' > 'Compiler'.  Select 
the 'Unused Code' tab on the compiler preference page.  Change 'Unused or 
unread private members' to Warning or Error.  Create a project that contains 
an aspect with some private pointcuts.  You will see warnings or errors for 
these pointcuts saying that they are unused.
Comment 1 Adrian Colyer CLA 2005-08-26 11:30:42 EDT
should be a quick fix.
Comment 2 Adrian Colyer CLA 2005-09-02 10:44:40 EDT
Away you unwanted warnings, away!