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

Bug 327117

Summary: [search] Indexing and searching for field and method patterns in declare annotations
Product: [Tools] AJDT Reporter: Andrew Eisenberg <andrew.eisenberg>
Component: CoreAssignee: AJDT-inbox <AJDT-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1.0   
Target Milestone: 2.1.2   
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Andrew Eisenberg CLA 2010-10-06 11:02:04 EDT
Field and method patterns in declare annotations are not available in searchs.  For example:

declare @field : private int Point.x : @Loggable;
declare @method : public int Point.getX() : @Loggable;

I would expect the reference to x and getX to appear in search results when they are being searched.  Currently, they are not.

There are two parts to this feature: getting the indexing to work and then getting the searching to work.