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 116203

Summary: Revert the workaround of and properly fix issue 114535
Product: javaee Reporter: Andrei Badea <abadea>
Component: CodeAssignee: Andrei Badea <abadea>
Status: RESOLVED WONTFIX    
Severity: blocker CC: mkleint, tzezula
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 114345    

Description Andrei Badea 2007-09-20 17:52:17 UTC
Revert the workaround of issue 114535 (see issue 114535 desc12) and make sure the deadlock in that issue cannot occur.
Probably need to ensure NodeFactory implementations obtain PM.mutex() before Children.MUTEX. Probably also need to
remove the SwingUtilities.invokeLater() call in NodeFactorySupport.resultChanged().
Comment 1 Andrei Badea 2007-10-04 13:28:14 UTC
WONTFIX per issue 91291 desc31.