Bug 29771

Summary: No reference found to IResource.getLocation when no case sensitive
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2003-01-19 12:49:58 EST
Build 20030115

Searching for references to IResource.getLocation in org.eclipse.jdt.core finds 
no match when the search is NOT case sensitive.

Querying the 'org.eclipse.jdt.core' index for the method references 
to 'getlocation' returns an empty set.
Comment 1 Jerome Lanneluc CLA 2003-01-20 05:13:52 EST
Problem in BlocksIndexInput.queryEntriesPrefixedBy(char[] prefix, boolean 
isCaseSensitive). In this method, the call to 
summary.getFirstBlockLocationForPrefix(prefix) doesn't take the case into 
account.
Comment 2 Kent Johnson CLA 2003-01-20 12:57:44 EST
Fixed.
Comment 3 David Audel CLA 2003-02-10 11:48:32 EST
Verified.