Bug 333708

Summary: spring-aspects.jar issue (inpath)
Product: [Tools] AspectJ Reporter: Andrew Clement <aclement>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P2    
Version: 1.6.11   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Andrew Clement CLA 2011-01-06 17:28:21 EST
Discovered while discussing something with Ramnivas.

There are some issue with extending the GenericInterfaceDrivenDependencyInjectionAspect.  By extending it and including spring-aspects.jar on your inpath it should work without introducing a readResolve into any user/consuming code.  But it doesn't - once extended the next weave should require the readResolve to be woven, which should be possible due to it being accessible on the inpath.
Comment 1 Andrew Clement CLA 2013-06-24 11:05:35 EDT
unsetting the target field which is currently set for something already released