Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 384045 - Removed default auto save in WorkspaceManager.initWorkspace()
Summary: Removed default auto save in WorkspaceManager.initWorkspace()
Status: CLOSED FIXED
Alias: None
Product: EMFStore
Classification: Modeling
Component: ClientUI (show other bugs)
Version: 0.9.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-02 09:50 EDT by Julian Sommerfeldt CLA
Modified: 2012-07-02 12:11 EDT (History)
2 users (show)

See Also:


Attachments
Git-patch: Remove default auto save in WorkspaceManager (798 bytes, patch)
2012-07-02 09:50 EDT, Julian Sommerfeldt CLA
emueller: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Sommerfeldt CLA 2012-07-02 09:50:39 EDT
Created attachment 218161 [details]
Git-patch: Remove default auto save in WorkspaceManager

The WorkspaceManager sets the auto save behaviour as default value to true. This supresses the ability to avoid complete no saving behaviour by setting it to false, because it is to late after the initWorkspace-method. This patch removes this call.
Comment 1 Maximilian Koegel CLA 2012-07-02 10:49:19 EDT
Thank you for your contribution!
Comment 2 Edgar Mueller CLA 2012-07-02 12:11:18 EDT
Patch has been applied.  The default to enable auto-save is now handled by initializing the static autoSave field with true.