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 59134

Summary: Check JPDA API for thread safety and correct returned values.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: CLOSED FIXED    
Severity: blocker Keywords: API, THREAD
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:

Description Martin Entlicher 2005-05-20 19:34:32 UTC
The summary says it all. Either the classes needs to be declared as not thread
safe, or proper synchronization needs to be applied.
It needs to be checked whether there can not be retuned null values from methods
that do not say so.
See issue #52180. During fixing that, some problems were encountered...
Comment 1 Peter Pis 2008-04-10 22:53:37 UTC
Changing TM for open issues.
Comment 2 Martin Entlicher 2013-01-10 15:40:50 UTC
IMHO, the concurrency problems were resolved already.