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 158860 - NullPointerException at com.sun.tools.jdi.ReferenceTypeImpl.constantPool
Summary: NullPointerException at com.sun.tools.jdi.ReferenceTypeImpl.constantPool
Status: CLOSED DUPLICATE of bug 158634
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-19 20:08 UTC by Jiri Prox
Modified: 2010-04-29 09:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146552


Attachments
stacktrace (1.21 KB, text/plain)
2009-02-19 20:08 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2009-02-19 20:08:03 UTC
Build: NetBeans IDE Dev (Build 200902181412)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Linux, 2.6.24-23-generic, i386

User Comments:
jiriprox: NPE when debugging J2se application



Stacktrace: 
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:462)
        at org.netbeans.modules.debugger.jpda.actions.StepActionProvider.setLastOperation(StepActionProvider.java:432)
        at org.netbeans.modules.debugger.jpda.actions.StepActionProvider.exec(StepActionProvider.java:318)
Comment 1 Jiri Prox 2009-02-19 20:08:08 UTC
Created attachment 77177 [details]
stacktrace
Comment 2 Martin Entlicher 2009-02-23 16:05:02 UTC
This is a duplicate of issue #158634.

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