Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 357305

Summary: Refactor local reader optimizations
Product: z_Archived Reporter: Thomas Hallgren <thomas>
Component: BuckminsterAssignee: buckminster.core-inbox <buckminster.core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Thomas Hallgren CLA 2011-09-10 04:08:52 EDT
When a local reader is used, some shortcuts and optimizations happend since this reader is known to read form the local filesystem. Those optimizations are also valid for other types of readers. The git reader for instance, will always read from its local clone. A URLCatalogReader that uses the 'file' protocol will also do this.

The optimizations that are in place for the local reader should be made more generic so that they can be applied to all readers that use the local file system.