Bug 106035 - The AspectJ ClassLoaderWeavingAdaptor does not read in the XlintDefault.properties file
Summary: The AspectJ ClassLoaderWeavingAdaptor does not read in the XlintDefault.prope...
Status: REOPENED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P5 normal (vote)
Target Milestone: 1.5.0 M4   Edit
Assignee: Alexandre Vasseur CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 103104
Blocks:
  Show dependency tree
 
Reported: 2005-08-04 08:46 EDT by David Knibb CLA
Modified: 2009-08-30 02:49 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 David Knibb CLA 2005-08-04 08:46:27 EDT
The AspectJ weaving adaptor does not read in the XlintDefault.properties file. 

The fix (I think) is to add the following line to the ClassLoaderWeavingAdaptor 
below the initialisation of the bcelWorld variable:

		bcelWorld.getLint().loadDefaultProperties();
Comment 1 Alexandre Vasseur CLA 2005-08-04 09:23:13 EDT
see also #103104
Comment 2 Alexandre Vasseur CLA 2005-08-12 09:39:38 EDT
committed impl for -Xlint:default, -Xlint:none etc in aop.xml weaver options
+ -Xlintfile:pathToResourceVisibleFromClassLoaderOFAOPXML

give it a try at next snapshot
Comment 3 Eclipse Webmaster CLA 2009-08-30 02:49:25 EDT
LATER/REMIND bugs are being automatically reopened as P5 because the LATER and REMIND resolutions are deprecated.