Bug 14115

Summary: Changing source attachment should not fire a F_REMOVED_FROM_CLASSPATH delta
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-04-18 11:13:47 EDT
Build 20020416

Changing the source attachement of a jar fires a F_REMOVED_FROM_CLASSPATH delta.
Comment 1 Jerome Lanneluc CLA 2002-04-18 11:17:01 EDT
Fixed by firing:
- a F_SOURCEATTACHED delta if a source is attached and no previous source 
existed
- a F_SOURCEDETACHED delta if a source existed and it is removed
- a F_SOURCEATTACHED  | F_SOURCEDETACHED delta if a source is attached and a 
different source existed before.