Bug 19466 - Delta processing should only consider delta inside prefix/suffix of package fragment root paths
Summary: Delta processing should only consider delta inside prefix/suffix of package f...
Status: RESOLVED WONTFIX
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.1 M1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-06 05:04 EDT by Philipe Mulet CLA
Modified: 2002-09-10 08:51 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 Philipe Mulet CLA 2002-06-06 05:04:20 EDT
Build 20020602

Currently the delta processor is walking the entire delta in search of a 
potential delta inside a root. But it could prune the portions of a delta 
outside any of the root paths (prefix or suffix).
Comment 1 Philipe Mulet CLA 2002-06-06 05:04:38 EDT
Post 2.0 enhancement
Comment 2 Philipe Mulet CLA 2002-07-25 06:59:36 EDT
Reopening
Comment 3 Philipe Mulet CLA 2002-07-25 07:00:54 EDT
Clearing resolution
Comment 4 Jerome Lanneluc CLA 2002-08-27 06:02:00 EDT
If we pruned the portions of a delta outside any of the root paths, we would 
not report non-java resources changes outside root paths, e.g.

P
+- src
   +- X.java
+- non-java
   +- icon.gif

A change to icon.gif would not be reported.

OK to close?
Comment 5 Jerome Lanneluc CLA 2002-09-05 08:48:24 EDT
We would need to pass on the delta. This is not worth it.
Closing.