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 17472 - NPE in BreakpointUpdater.java:410
Summary: NPE in BreakpointUpdater.java:410
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
: 17606 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-11-09 14:05 UTC by Jan Stola
Modified: 2001-11-16 14:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thrown exception. (4.56 KB, text/plain)
2001-11-09 14:11 UTC, Jan Stola
Details
Thrown exception. (3.56 KB, text/plain)
2001-11-09 14:14 UTC, Jan Stola
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Stola 2001-11-09 14:05:38 UTC
Netbeans build 20011109
=======================

I cannot reproduce this issue regularly,
but the two attached stack traces should give
you enough information to track down the problem.
The first one occured when I was invoking Continue action.
The second one occured during stepping through source code.
Comment 1 Jan Stola 2001-11-09 14:07:17 UTC
I happened when I was using JDK 1.4. So, adding JDK_1.4 keyword.
Comment 2 Jan Stola 2001-11-09 14:11:56 UTC
Created attachment 3343 [details]
Thrown exception.
Comment 3 Jan Stola 2001-11-09 14:14:11 UTC
Created attachment 3344 [details]
Thrown exception.
Comment 4 Jan Stola 2001-11-13 15:35:57 UTC
*** Issue 17606 has been marked as a duplicate of this issue. ***
Comment 5 Marian Petras 2001-11-14 16:55:22 UTC
Fixed in the main trunk.

I could not reproduce the bug but I have made a change that ensures
that such exceptions cannot be thrown again.
Comment 6 Jan Stola 2001-11-16 14:27:16 UTC
This exception is not thrown now, but it seems that
almost the same exception still can be obtained (see issue 17765).