Bug 14115 - Changing source attachment should not fire a F_REMOVED_FROM_CLASSPATH delta
Summary: Changing source attachment should not fire a F_REMOVED_FROM_CLASSPATH delta
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-18 11:13 EDT by Jerome Lanneluc CLA
Modified: 2002-04-18 11:17 EDT (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-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.