Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] DataModelWizard.runForked() default to true


DataModelWizards no longer execute in the UI thread by default.  This change just went into HEAD and was made as part of https://bugs.eclipse.org/bugs/show_bug.cgi?id=131861 where you can see more details.

The end result is if you have a subclass of DataModelWizard that must run in the UI thread, then you need to override runForked() to return false.

Thank you,

Jason A. Sholl
jsholl@xxxxxxxxxx
919-543-0011 (t/l 441-0011)

Back to the top