Bug 29538 - External jar not indexed
Summary: External jar not indexed
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-15 10:00 EST by Jerome Lanneluc CLA
Modified: 2003-02-10 09:57 EST (History)
0 users

See Also:


Attachments
Trace of the index manager activity up until the failure (65.36 KB, text/plain)
2003-01-15 10:01 EST, Jerome Lanneluc CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.