Bug 9588 - Invalid delta when replacing jar and proj=src=bin
Summary: Invalid delta when replacing jar and proj=src=bin
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-13 08:57 EST by Jerome Lanneluc CLA
Modified: 2002-03-01 07:47 EST (History)
0 users

See Also:


Attachments

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