Bug 322686 - Declare parents IProgramElement should specify 'extends' or 'implements'
Summary: Declare parents IProgramElement should specify 'extends' or 'implements'
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: IDE (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-13 15:49 EDT by Andrew Eisenberg CLA
Modified: 2013-06-24 11:04 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 Andrew Eisenberg CLA 2010-08-13 15:49:50 EDT
In the model, there is currently no way to determine if a declare parents relationship is extends or implements.  This has an effect on AJDT since when processing the relationships, AJDT must ask JDT whether it is an extends or implements relationship.  Asking this question to the model is potentially a long-running operation.
Comment 1 Andrew Clement CLA 2010-08-31 22:40:43 EDT
if the data is available, should be easy to address.
Comment 2 Andrew Clement CLA 2013-06-24 11:04:02 EDT
unsetting the target field which is currently set for something already released