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 9561 - NullPointerException is sometimes raised when finishing the debugger.
Summary: NullPointerException is sometimes raised when finishing the debugger.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-12 10:44 UTC by Antonin Nebuzelsky
Modified: 2002-07-19 15:17 UTC (History)
0 users

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 Antonin Nebuzelsky 2001-02-12 10:44:09 UTC
java.lang.NullPointerException
at org.netbeans.modules.debugger.support.AbstractDebugger.finishDebugger(Abstra
ctDebugger.java:230)
Comment 1 Antonin Nebuzelsky 2001-02-12 10:46:59 UTC
It gets to AbstractDebugger from JPDADebugger:

java.lang.NullPointerException
at
org.netbeans.modules.debugger.support.AbstractDebugger.finishDebugger(AbstractDebugger.java:230)
at
org.netbeans.modules.debugger.jpda.JPDADebugger.finishDebugger(JPDADebugger.java:277)
Comment 2 Jan Jancura 2001-02-21 13:46:57 UTC
-
Comment 3 Jan Jancura 2001-02-21 13:47:16 UTC
-
Comment 4 Daniel Prusa 2001-03-15 10:22:43 UTC
[main trunk, NB3.2]
Comment 5 Antonin Nebuzelsky 2001-04-02 10:13:13 UTC
Fixed in Boston (JP1).