Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314291

Summary: [itd] Java search should find references to the ITD target type.
Product: [Tools] AJDT Reporter: Andrew Eisenberg <andrew.eisenberg>
Component: CoreAssignee: AJDT-inbox <AJDT-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0.2   
Target Milestone: 2.1.1   
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

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.