Bug 170017 - [Commands] The commands should be disposed immediately when exceptions happen in AbstractCommand/AbstractTransactionalCommand's execution
Summary: [Commands] The commands should be disposed immediately when exceptions happen...
Status: NEW
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 normal
Target Milestone: 2.1   Edit
Assignee: Anthony Hunter CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-09 16:08 EST by Min Idzelis CLA
Modified: 2010-07-19 21:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Min Idzelis CLA 2007-01-09 16:08:45 EST
Build ID: M20060921-0945

It turns out that if an exception occurs during the execution of a GMF command, the command is never disposed(). This is very bad, since I open reference counted models during the execution of some of my commands, and I need to close them when they are done. (This is usually done in dispose) Please ensure that when an exception occurs in a command, the command is disposed().
Comment 1 Min Idzelis CLA 2009-07-23 14:50:21 EDT
Any updates on this?
Comment 2 Eclipse Webmaster CLA 2010-07-19 21:55:46 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime Common was the original product and component for this bug