Bug 9588

Summary: Invalid delta when replacing jar and proj=src=bin
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-02-13 08:57:07 EST
Build 20020212

If proj=src=bin and you replace a jar that is on the classpath, the resulting 
delta is a non-java resource change. As a consequence, the jar is not re-
indexed.
Comment 1 Jerome Lanneluc CLA 2002-03-01 07:47:09 EST
The element type was wrong for a jar file when the parent element type was a 
package fragment root. Changed it so that it checks if the resource is amoung 
the known roots.