Bug 29771 - No reference found to IResource.getLocation when no case sensitive
Summary: No reference found to IResource.getLocation when no case sensitive
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-19 12:49 EST by Jerome Lanneluc CLA
Modified: 2003-02-10 11:48 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 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.