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 160895 - 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-03-23 16:36 UTC by Filip Zamboj
Modified: 2010-04-29 09:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146945


Attachments
stacktrace (1.18 KB, text/plain)
2009-03-23 16:36 UTC, Filip Zamboj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Zamboj 2009-03-23 16:36:07 UTC
Build: NetBeans IDE Dev (Build 200903230201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b02
OS: Linux, 2.6.27-11-generic, amd64

User Comments:
sjkuyper: Stepping through code

GUEST: Debugging Acrostic Tutorial with Step Into

fzamboj: Thrown when stepping into class. 

Steps (or how it happened better to say):
1. start debugging session
2. disable source root to jdk sources
3. step into non jdk method
4. you got exception

GUEST: Steping during debug session

dwanvik: Stepping out of a method



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.StepIntoNextMethod.exec(StepIntoNextMethod.java:311)
        at org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:338)
Comment 1 Filip Zamboj 2009-03-23 16:36:13 UTC
Created attachment 78656 [details]
stacktrace
Comment 2 Martin Entlicher 2009-03-23 16:40:30 UTC
I've no idea why exception reporter creates a separate issue for this.

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