Bug 101606 - AspectJ compiler does not process unused code compiler options properly for aspects
Summary: AspectJ compiler does not process unused code compiler options properly for a...
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.5.0M3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 1.5.0 M4   Edit
Assignee: Adrian Colyer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-24 05:17 EDT by Sian January CLA
Modified: 2005-09-02 10:44 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 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!