Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 327117 - [search] Indexing and searching for field and method patterns in declare annotations
Summary: [search] Indexing and searching for field and method patterns in declare anno...
Status: NEW
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: 2.1.0   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 2.1.2   Edit
Assignee: AJDT-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-06 11:02 EDT by Andrew Eisenberg CLA
Modified: 2010-10-06 11:02 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-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.