Bug 19466

Summary: Delta processing should only consider delta inside prefix/suffix of package fragment root paths
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.