Bug 81438

Summary: [index] Adding invalid jar on the classpath causes long delays in hierarchy
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.2 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Jerome Lanneluc CLA 2004-12-16 12:51:58 EST
I20041216

1. Workspace with all JDT Core projects as source
2. Add a 'Test' Java project.
3. Create empty file '/Test/mylib.jar' (it has 0 bytes so it is an invalid jar)
4. Add mylib.jar to the classpath of Test
5. Open hierarchy on ASTNode
Observe: This takes an excessively long time to be computed
Comment 1 Jerome Lanneluc CLA 2004-12-16 12:53:13 EST
Looks like we permanently try to reindex the invalid jar.
Also we add launch many ProgressJobs in JobManager.run().
Comment 2 Philipe Mulet CLA 2006-02-03 04:36:27 EST
Is this still an issue ?
Comment 3 Frederic Fusier CLA 2006-02-03 11:22:22 EST
No, it's not => close as WORKSFORME