Bug 65925

Summary: type flagged by XLint:invalidAbsoluteTypeName if not accessible
Product: [Tools] AspectJ Reporter: Wes Isberg <wes>
Component: CompilerAssignee: Adrian Colyer <adrian.colyer>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 1.2   
Target Milestone: 1.2.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Wes Isberg CLA 2004-06-07 02:42:19 EDT
Type names that are valid but inaccessable seem to trigger
XLint:invalidAbsoluteTypeName.

e.g., for class C { private static class Nested { .. }}, 

    execution(void C.Nested.method())

provokes XLint but otherwise works correctly.

Test case put in
tests/bugs/invalidAbsoluteTypeName/False_InvalidAbsoluteTypeName.java.
Comment 1 Adrian Colyer CLA 2004-08-09 15:26:10 EDT
marked as target 1.2.1
Comment 2 Andrew Clement CLA 2004-08-10 12:34:00 EDT
I fixed one very similar to this one - I'll take it.
Comment 3 Andrew Clement CLA 2004-08-11 04:19:06 EDT
The other bug was sooo similar in fact that the fix covers this case :) 
Resolving as dup of the one I fixed it under, bug 67591 (see that bug for more
info).

*** This bug has been marked as a duplicate of 67591 ***
Comment 4 Adrian Colyer CLA 2004-10-21 04:32:27 EDT
Fix released as part of AspectJ 1.2.1