Bug 305967 - getting to the issues in the WorkflowRunner
Summary: getting to the issues in the WorkflowRunner
Status: NEW
Alias: None
Product: EMFT
Classification: Modeling
Component: MWE (show other bugs)
Version: unspecified   Edit
Hardware: All Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 04:59 EDT by Siamak Haschemi CLA
Modified: 2010-03-16 05:08 EDT (History)
1 user (show)

See Also:


Attachments
A patch for the Bug (1.63 KB, patch)
2010-03-16 05:02 EDT, Siamak Haschemi CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Siamak Haschemi CLA 2010-03-16 04:59:59 EDT
Build Identifier: 20100218-1602

The WorkflowRunner.prepare(String, ProgressMonitor, Map<String, String>) method should not instanciate a Issues class itself, but rather rely on a Issues parameter. This would help to collect issues from the preparation step, which is not possible now.

Reproducible: Always
Comment 1 Siamak Haschemi CLA 2010-03-16 05:02:30 EDT
Created attachment 162146 [details]
A patch for the Bug

A patch is attached, which implements the change. Note that this pach breaks the public API of the WorkflowRunner class.
Comment 2 Siamak Haschemi CLA 2010-03-16 05:04:01 EDT
Is related to forum thread: http://www.eclipse.org/forums/index.php?t=rview&goto=520992