Bug 29538

Summary: External jar not indexed
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:
Attachments:
Description Flags
Trace of the index manager activity up until the failure none

Description Jerome Lanneluc CLA 2003-01-15 10:00:44 EST
Build 20030114

Running the Java model test, I sometimes get a failure of 
JavaSearchTests.testTypeDeclarationInJar3(). The index for the external JCL 
library is empty. It looks like the jar was not fully index.
Comment 1 Jerome Lanneluc CLA 2003-01-15 10:01:36 EST
Created attachment 2989 [details]
Trace of the index manager activity up until the failure
Comment 2 Kent Johnson CLA 2003-01-15 17:19:53 EST
The attached trace shows that the external jar file's indexing job was 
cancelled.

We now will only cancel jar file indexing jobs if the jar resides inside a 
deleted project OR is explicitly deleted itself... no longer will deleting a 
project kill an indexing job for an external file.
Comment 3 David Audel CLA 2003-02-10 09:57:57 EST
Verified.