Bug 103131 - wrong icon for interfaces contained in .aj files in the Open AspectJ type dialog
Summary: wrong icon for interfaces contained in .aj files in the Open AspectJ type dialog
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: 1.2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.3.0   Edit
Assignee: Sian January CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-08 04:19 EDT by Helen Beeken CLA
Modified: 2005-08-25 05:39 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helen Beeken CLA 2005-07-08 04:19:17 EDT
If you have an interface which contains a static inner aspect then this is in a
.aj file. This is included in the open AspectJ type dialog (using ctrl+alt+t),
however, it has the class icon rather than the interface icon.
Comment 1 Helen Beeken CLA 2005-07-14 06:06:31 EDT
Sian - reassigning this to you since you did the work on the Open AspectJ Type
dialog.
Comment 2 Sian January CLA 2005-08-08 09:12:46 EDT
I found that this already worked in the 1.2 stream.  In 1.3 we were passing in 
the wrong flags to the AJCUTypeInfo contructor when we created them in the 
TypeInfoViewer.  However I also noticed that interfaces and classes contained 
in .aj files were already present in this dialog, and were also present in the 
JDT Open Types dialog, so I changed TypeInfoViewer to only add the 
AJCUTypeInfos if the type is an aspect.
Comment 3 Sian January CLA 2005-08-25 05:39:08 EDT
Changed again.  In 1.3 the types were already being added as a result of 
98547.  Since we backed out that fix we are now adding all types and not just 
aspects.  In addition the classes and interfaces in .aj files are no longer 
appearing in the Java open types dialog.