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 60799 - NPE when stepping through code
Summary: NPE when stepping through code
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
: 60639 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-08 11:28 UTC by Milan Kubec
Modified: 2005-11-04 14:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (270 bytes, text/plain)
2005-07-08 11:28 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2005-07-08 11:28:04 UTC
[dev-200507061800, JDK 1.5.0_04]

When verifying issue #56053 (stepping through two threads) I got several times
NullPointerException, either after pressing F7 or F8.
Comment 1 Milan Kubec 2005-07-08 11:28:31 UTC
Created attachment 23034 [details]
exc stack trace
Comment 2 Martin Entlicher 2005-07-16 10:52:14 UTC
Fixed in trunk:

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/actions/StepIntoActionProvider.java,v
 <--  StepIntoActionProvider.java
new revision: 1.15; previous revision: 1.14
Comment 3 Milan Kubec 2005-10-27 15:00:22 UTC
Cannot reproduce in dev-200510261858.
Comment 4 Martin Entlicher 2005-11-04 14:08:02 UTC
*** Issue 60639 has been marked as a duplicate of this issue. ***