Bug 328899 - Optimize ITaglibIndexDeltas for contents of jars
Summary: Optimize ITaglibIndexDeltas for contents of jars
Status: NEW
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: jst.jsp CLA
QA Contact: Nick Sandonato CLA
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2010-10-27 20:03 EDT by Nitin Dahyabhai CLA
Modified: 2010-10-27 20:11 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nitin Dahyabhai CLA 2010-10-27 20:03:16 EDT
While reviewing the patch for bug 328785, it occurred to me that for a change delta, all of the URI records in the jar potentially send deltas out for their removal and their addition.  This could be optimized into a single "change", similar to how the XML DOM does this for node properties.