Bug 35490

Summary: Search doesn't work for reference of 'cursorLocation'
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1.1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Attachments:
Description Flags
CharOperation patch none

Description David Audel CLA 2003-03-21 11:56:32 EST
1) create a fresh workspace
2) import jdtcore as source and required projects as binary
3) open 'CompletionParser'
4) open 'dietParse()' method
5) select 'cursorLocation' in 'completionScanner.cursorLocation = 
cursorLocation;'
6) search reference in workspace

Only two references are found. All the references in CompletionScanner are not 
found.
Comment 1 Philipe Mulet CLA 2003-03-21 12:06:55 EST
Fix is trivial and only affects SearchEngine.
Comment 2 Philipe Mulet CLA 2003-03-21 12:08:07 EST
Created attachment 4288 [details]
CharOperation patch
Comment 3 Philipe Mulet CLA 2003-03-21 12:39:38 EST
Actually, it only occurs if block first entry is a prefix of the search key.
Not frequent scenario, removing RC4 tag.
Comment 4 Philipe Mulet CLA 2003-03-27 05:08:25 EST
Defer
Comment 5 Philipe Mulet CLA 2003-04-01 04:57:58 EST
Reopening
Comment 6 Philipe Mulet CLA 2003-04-01 04:58:31 EST
Fixed
Comment 7 Philipe Mulet CLA 2003-04-08 07:28:31 EDT
Backported to 2.1 maintenance stream.
Comment 8 Jerome Lanneluc CLA 2003-04-15 10:46:17 EDT
Fixed in 2.2 stream as well.
Comment 9 David Audel CLA 2003-06-02 09:29:09 EDT
Verified.
Comment 10 David Audel CLA 2003-06-10 10:22:45 EDT
Verified. for 3.0M1.