Bug 5231

Summary: Add search for field read and write references
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: UIAssignee: Dani Megert <daniel_megert>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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