Bug 46561

Summary: Search References for instance variable does not work
Product: [Eclipse Project] JDT Reporter: Thorsten van Ellen <thorsten.van.ellen>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1.1   
Target Milestone: 3.0 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Thorsten van Ellen CLA 2003-11-13 05:45:45 EST
selection is an instance variable:

boolean typeCIM = false; // no access level declaration: package

message is:

The operation is unavailable on the current selection. 
Please select a valid Java element name.

best regards

Thorsten van Ellen
Comment 1 Thorsten van Ellen CLA 2003-11-13 05:48:07 EST
Sorry, its no instance variable its a local variable.
Comment 2 Philipe Mulet CLA 2003-11-13 06:05:28 EST
Search uses code selection, this is a duplicate of bug 46473

*** This bug has been marked as a duplicate of 46473 ***