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

Summary: IllegalStateException: java.lang.NullPointerException
Product: debugger Reporter: Jan Pokorsky <jpokorsky>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED DUPLICATE    
Severity: blocker CC: stefan79
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=145445
Issue Type: DEFECT Exception Reporter: 145445

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.