Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 314291 - [itd] Java search should find references to the ITD target type.
Summary: [itd] Java search should find references to the ITD target type.
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: 2.0.2   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: 2.1.1   Edit
Assignee: AJDT-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-25 11:28 EDT by Andrew Eisenberg CLA
Modified: 2010-10-05 16:21 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 Andrew Eisenberg CLA 2010-05-25 11:28:10 EDT
Eg-

aspect Foo {
  int Bar.x;
  void Bar.y() { }
}

In the preceeding code, Java search should find 2 references to Bar for the ITDs.
Comment 1 Andrew Eisenberg CLA 2010-10-05 16:21:34 EDT
Done.