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 79173

Summary: Lack of synchronization in JMManager.waitScanFinished() and JMManager.isScanInProgress()
Product: java Reporter: Andrei Badea <abadea>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: mkrauskopf
Priority: P3 Keywords: THREAD
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 74692    

Description Andrei Badea 2006-06-27 09:08:25 UTC
The JMManager methods waitScanFinished() and isScanInProgress() are not
synchronized. See the discussion in issue 74692. The reason for avoiding
synchronization mentioned in that issue, that is avoiding deadlocks, is not a
valid one. Lack of synchronization can cause random bugs which are hard to
reproduce and debug.
Comment 1 Jan Becicka 2006-10-26 16:26:34 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 2 Quality Engineering 2007-09-20 09:45:06 UTC
Reorganization of java component