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 189945 - [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-27 11:32 UTC by J Bachorik
Modified: 2011-01-20 16:24 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172196


Attachments
stacktrace (1.72 KB, text/plain)
2010-08-27 11:32 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2010-08-27 11:32:54 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 201007282301)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
GUEST: Clicked on fix debug

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.

GUEST: hit the "Apply Code Changes" button

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




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 J Bachorik 2010-08-27 11:32:58 UTC
Created attachment 101716 [details]
stacktrace
Comment 2 Martin Entlicher 2010-08-27 12:10:12 UTC
Yes, this is a duplicate of bug 186349, and it is already resolved.

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