Bug 5231 - Add search for field read and write references
Summary: Add search for field read and write references
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P1 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-25 04:59 EDT by Dani Megert CLA
Modified: 2001-10-30 10:36 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2001-10-25 04:59:17 EDT
The UI should support the following new JDT Core feature:
Search for field read and field write references. Two new constants have been 
added on IJavaSearchConstants to be used when creating a field reference search 
pattern:
    - READ_REFERENCES: the search results contain *only* read access to a field.
    - WRITE_REFERENCES: the search results contain *only* write access to a 
field.

If REFERENCES is used, then search results contain both read and write accesss 
to a field.
Comment 1 Dani Megert CLA 2001-10-26 09:54:57 EDT
Implemented for Search dialog. Needs to be done for context menus.
Comment 2 Dani Megert CLA 2001-10-30 10:35:48 EST
Implemented context menus > build 20011025