Bug 250083

Summary: [model] Search indexes are not correctly updated
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Olivier_Thomann
Version: 3.5   
Target Milestone: 3.5 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Test case
none
Proposed fix and regression test none

Description David Audel CLA 2008-10-08 09:01:02 EDT
When i run two tests that create a jar file with the same name but a different content then if the second test do a search request then this second test see only the jar of the first test.
Comment 1 David Audel CLA 2008-10-08 09:03:19 EDT
Created attachment 114542 [details]
Test case

Add this class in org.eclipse.jdt.core.tests.model project.
If you run these tests then test2() fails but if you remove test1() then test2() does not fail.
Comment 2 Jerome Lanneluc CLA 2008-10-13 07:39:11 EDT
Created attachment 114944 [details]
Proposed fix and regression test
Comment 3 Jerome Lanneluc CLA 2008-10-13 09:53:00 EDT
Fix and test released for 3.5M3
Comment 4 Olivier Thomann CLA 2008-10-27 16:08:45 EDT
Verified for 3.5M3 using I20081026-2000