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 189975 - [69cat] NullPointerException at org.netbeans.modules.debugger.jpda.models.ArgumentObjectVariable.<init>
Summary: [69cat] NullPointerException at org.netbeans.modules.debugger.jpda.models.Arg...
Status: VERIFIED DUPLICATE of bug 186349
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-29 17:36 UTC by rost
Modified: 2011-01-20 16:23 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172223


Attachments
stacktrace (1.72 KB, text/plain)
2010-08-29 17:36 UTC, rost
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rost 2010-08-29 17:36:10 UTC
This bug was originally marked as duplicate of bug 186349, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201008030030)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
GUEST: Clicked on fix debug

mklaehn: trying to see variables while debgging in java sources. variables view is empty and on hovering ober a variable in editor exception pops up

GUEST: hit the "Apply Code Changes" button

yardus: displaying variables in a method with no existing source

aldobrucale: Stepping out of method in debugger

swpalmer: debugging, pausing stuck threads to see the stack trace.

rost: debugging




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.models.ArgumentObjectVariable.<init>(ArgumentObjectVariable.java:69)
   at org.netbeans.modules.debugger.jpda.models.CallStackFrameImpl.getMethodArguments(CallStackFrameImpl.java:456)
   at org.netbeans.modules.debugger.jpda.models.LocalsTreeModel.getLocalVariables(LocalsTreeModel.java:593)
   at org.netbeans.modules.debugger.jpda.models.LocalsTreeModel.getLocalVariables(LocalsTreeModel.java:548)
   at org.netbeans.modules.debugger.jpda.models.LocalsTreeModel.getChildrenImpl(LocalsTreeModel.java:142)
   at org.netbeans.modules.debugger.jpda.models.LocalsTreeModel.getChildren(LocalsTreeModel.java:129)
Comment 1 rost 2010-08-29 17:36:15 UTC
Created attachment 101739 [details]
stacktrace
Comment 2 Martin Entlicher 2010-09-02 21:12:33 UTC
It apparently *is* a duplicate of issue #186349.

*** This bug has been marked as a duplicate of bug 186349 ***