Bug 39628 - Compiler settings do not change AJC
Summary: Compiler settings do not change AJC
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 1.1.4   Edit
Assignee: Mik Kersten CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-04 05:41 EDT by Jeff Dalton CLA
Modified: 2003-08-28 08:16 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Dalton CLA 2003-07-04 05:41:26 EDT
Modifying the compiler settings to ignore errors or warnings to does not change 
the settings of the AJC compiler when the project is built.

Step to reproduce:

1. Create a new AspectJ project.
2. Import project source files from file system (in this case included 
unreachable code, unused imports, and deprecated code).
3. Rebuild Project
4. Modify Project properties --> Java compiler --> select use Project settings 
and modify settings to ignore unreachable code, unused imports, and deprecated 
code.  Click OK.

Actual Results:
Changes have no effect and the errors and warnings continue to appear.

Expected reuls:
Errors and warnings no longer present.

Build date & platform
AJDT v 0.6.3, Eclipse 2.1.0 running on Windows 2000 Pro
Comment 1 Mik Kersten CLA 2003-07-23 05:54:55 EDT
This bug has been fixed by making AJDT inherit all of the setting from the 
Java compiler.  Where project-specific settings hide workbench-specific 
settings the former are used.
Comment 2 Adrian Colyer CLA 2003-08-28 08:16:39 EDT
updated target milestone to 1.1.4