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 - Check JPDA API for thread safety and correct returned values.
Summary: Check JPDA API for thread safety and correct returned values.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: API, THREAD
Depends on:
Blocks:
 
Reported: 2005-05-20 19:34 UTC by Martin Entlicher
Modified: 2013-01-23 08:00 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

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