Bug 124105

Summary: -XhasMember doesn't appear to work well with types in packages
Product: [Tools] AspectJ Reporter: Andrew Clement <aclement>
Component: CompilerAssignee: Andrew Clement <aclement>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: DEVELOPMENT   
Target Milestone: 1.5.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Andrew Clement CLA 2006-01-17 07:41:13 EST
See Jeppe's post on the mailing list... will append more here soon.
Comment 1 Andrew Clement CLA 2006-01-17 08:44:12 EST
The problem here was that the type specified as a parameter in the hasmethod(new(OptionType)) signature was in a package and the new hasMethod typepattern support didn't resolve the signature to ensure OptionType became com.test.OptionType.  I added the missing resolve step and have integrated the testcode received from Jeppe into AJ so we can't regress.  waiting on build.
Comment 2 Andrew Clement CLA 2006-01-17 11:53:23 EST
fix available in latest AspectJ - will be in AJDT in a few days.