Bug 106035

Summary: The AspectJ ClassLoaderWeavingAdaptor does not read in the XlintDefault.properties file
Product: [Tools] AspectJ Reporter: David Knibb <dknibb>
Component: CompilerAssignee: Alexandre Vasseur <avasseur>
Status: REOPENED --- QA Contact:
Severity: normal    
Priority: P5 CC: matthew_webster
Version: unspecified   
Target Milestone: 1.5.0 M4   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 103104    
Bug Blocks:    

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.