Bug 6158 - Search - Prefix and postfix expression not found as write reference
Summary: Search - Prefix and postfix expression not found as write reference
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-21 07:25 EST by Jerome Lanneluc CLA
Modified: 2002-01-11 09:22 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 Jerome Lanneluc CLA 2001-11-21 07:25:18 EST
Build 20011116

1. Create the following CU:
A.java
public class A {
	int x;
	void foo() {
		x++;
	}
}
2. Search for write references to A.x
Observe: None is found
Comment 1 Jerome Lanneluc CLA 2001-11-23 05:03:04 EST
consumeUnaryExpression(int, boolean) was not overriden in the 
MatchLocatorParser.