Bug 6158

Summary: Search - Prefix and postfix expression not found as write reference
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: PC   
OS: other   
Whiteboard:

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.