Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357305 - Refactor local reader optimizations
Summary: Refactor local reader optimizations
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Buckminster (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: buckminster.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-10 04:08 EDT by Thomas Hallgren CLA
Modified: 2019-02-25 14:41 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.