Bug 174499 - [ValidateEdit] Improve efficiency of calculation of affected files in GMF commands
Summary: [ValidateEdit] Improve efficiency of calculation of affected files in GMF com...
Status: NEW
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal
Target Milestone: ---   Edit
Assignee: Anthony Hunter CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-16 15:17 EST by Linda Damus CLA
Modified: 2013-04-16 10:38 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 Linda Damus CLA 2007-02-16 15:17:03 EST
Most GMF commands are instantiated with affected files, but often the commands are only constructed to determine UI enablement, and then they are discarded.  Finding the affected files can be an expensive operation (e.g., if the files are stored remotely). It would be better if the affected files were only found when actually required (i.e., a direct call to #getAffectedFiles) rather than when the command is constructed.
Comment 1 Eclipse Webmaster CLA 2010-07-19 21:59:28 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime was the original product and component for this bug