Bug 76237 - Outline View: Advice links don't work
Summary: Outline View: Advice links don't work
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: 1.2.0 M1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.2.0 RC1   Edit
Assignee: Helen Beeken CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 76238 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-10-14 06:00 EDT by Geir Ove Skjaervik CLA
Modified: 2005-05-18 06:14 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geir Ove Skjaervik CLA 2004-10-14 06:00:37 EDT
Hello,

I have discovered the following bug:
Eclipse 3.01, AJDT 1.2.0M1. One AJDT Project with .java and .aj files in
same project.
Problem: Outline view for a Java class correctly shows advised methods:
However, double clicking on the advise DOES NOT take me to the Pointcut like
it did in 1.1.12. The same goes for the Outline view for an Aspect: It shows
Advised Java code: However, double clicking on e.g. an advised method DOES
NOT take me to that method in the Java code like in 1.1.12.

Geir Ove
Comment 1 Geir Ove Skjaervik CLA 2004-10-14 06:24:20 EDT
I tested the Bean Example. Advise links works ok there. Maybe the problem 
stemmed from the fact that I upgraded an 1.1.12 workspace. I removed the 
project with the link problem, and imported it again: Now the links works!

Geir Ove
Comment 2 Helen Beeken CLA 2004-10-14 08:23:49 EDT
Hi Geir,

Thanks for trying the bean example. 

I think you're right in that it's got something to do with the upgrade. I 
tried the following scenario:

- installed AJDT 1.1.12
- created the Bean example and opened in the editors etc.
- closed the editors 
- installed AJDT 1.2.0M1 (without uninstalling 1.1.12)
- looked at the contents of the Bean example and some of the links were't 
showing up in the outline view
- closed Bean Example project
- opened Bean Example project
- now everything worked.

which again, to me suggests the upgrade.

Did you have any of the editors open when you upgraded?

Thanks, Helen
Comment 3 Helen Beeken CLA 2004-10-14 09:21:01 EDT
*** Bug 76238 has been marked as a duplicate of this bug. ***
Comment 4 Helen Beeken CLA 2005-05-18 06:14:15 EDT
This bug looks to be due to migration issues from 1.1.12. bug 95721 was raised 
to cover migration issues. I'm therefore closing this bug as fixed since I 
believe these problems are fixed in RC1 (build date: 1.2.0.20050517150219). 
Moreover, the recommended mode of working is to no longer use the AspectJ 
aware outline view. Instead, use the new Cross Reference View to view your 
crosscutting relationships.

Please reopen if you're still seeing problems with this build.

Thanks, Helen