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 158737 - IllegalStateException: java.lang.NullPointerException
Summary: IllegalStateException: java.lang.NullPointerException
Status: CLOSED DUPLICATE of bug 158634
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@debugger
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-18 13:36 UTC by Jan Pokorsky
Modified: 2010-04-29 09:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 145445


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Pokorsky 2009-02-18 13:36:19 UTC
Build: NetBeans IDE Dev (Build 200901191401)
VM: Java HotSpot(TM) Server VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86
User comments: Pressed F8 (while Debugging).
STACKTRACE: (first 10 lines)
java.lang.IllegalStateException: java.lang.NullPointerException
        at org.netbeans.modules.debugger.jpda.jdi.ReferenceTypeWrapper.constantPool(ReferenceTypeWrapper.java:227)
        at org.netbeans.modules.debugger.jpda.ExpressionPool.createExpressionAt(ExpressionPool.java:168)
        at org.netbeans.modules.debugger.jpda.ExpressionPool.getExpressionAt(ExpressionPool.java:102)
        at org.netbeans.modules.debugger.jpda.actions.StepActionProvider.setLastOperation(StepActionProvider.java:457)
        at org.netbeans.modules.debugger.jpda.actions.StepActionProvider.setLastOperation(StepActionProvider.java:427)
        at org.netbeans.modules.debugger.jpda.actions.StepActionProvider.exec(StepActionProvider.java:313)
        at org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:327)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 Martin Entlicher 2009-02-19 15:24:11 UTC
This is a duplicate of issue #158634.
It's not yet clear to me whether this is a bug in JDI or NetBeans.

*** This issue has been marked as a duplicate of 158634 ***
Comment 2 Quality Engineering 2010-04-29 09:47:57 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.