This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 141942

Summary: Swing API invoked from non AWT thread
Product: projects Reporter: mslama <mslama>
Component: Generic Projects UIAssignee: Tomas Stupka <tstupka>
Status: RESOLVED INVALID    
Severity: blocker Keywords: THREAD
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description mslama 2008-07-28 20:06:08 UTC
DefaultProjectOperationsImplementation contain invocation of Dialog.setVisible and Dialog.dispose from non AWT thread. I
recommend to call this from AWT thread (in this case it delegates to NbPresenter which uses invokeAndWait. But it can be
dangerous too.
Comment 1 Martin Kozeny 2014-07-30 14:35:53 UTC
As I can see now is all invocation Dialog.setVisible in DefaultProjectOperationsImplementation in EDT thread. Closing as INVALID.