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 - Revert the workaround of and properly fix issue 114535
Summary: Revert the workaround of and properly fix issue 114535
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks: 114345
  Show dependency tree
 
Reported: 2007-09-20 17:52 UTC by Andrei Badea
Modified: 2007-10-04 13:28 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.