Bug 270200 - [xref] Cross reference view does not show joinpoints for @AspectJ syntax aspects
Summary: [xref] Cross reference view does not show joinpoints for @AspectJ syntax aspects
Status: RESOLVED DUPLICATE of bug 269286
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 2.0.0   Edit
Assignee: AJDT-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 22:10 EDT by paul freeman CLA
Modified: 2009-05-11 17:51 EDT (History)
2 users (show)

See Also:


Attachments
sample project (6.83 KB, application/zip)
2009-03-26 22:10 EDT, paul freeman CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description paul freeman CLA 2009-03-26 22:10:27 EDT
Created attachment 130033 [details]
sample project

The xref view does not show join point info for aspects defined using the @AspectJ syntax.  The xref view showed the correct information when using Eclipse 3.3 and aspectj 1.5.

To reproduce:
- import the attached project AtAspectJSyntax
- perform a clean build
- Open the HelloWorldAspect in the aspect_src directory
- click on line 5 and line 7 and note the correct info is displayed
- open AtHelloWorldAspect in the aspect_src directory
- click on line 7 and line 10 and note that no xref info is displayed.  

Do the same thing using Eclipse 3.3 and note that the correct info is shown for both aspects.
Comment 1 Andrew Eisenberg CLA 2009-03-27 12:20:18 EDT
Interesting...it is in the gutter marker but not the xref view.
Comment 2 Andrew Eisenberg CLA 2009-03-27 12:26:07 EDT
This is the same problem as described in bug 269286.  The handles for @AspectJ elements look like aspects, but they really should look like java elements in order to be compatible with JDT.

*** This bug has been marked as a duplicate of bug 269286 ***