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 189067 - NullPointerException at org.netbeans.modules.debugger.jpda.models.ArgumentObjectVariable.<init>
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.models.ArgumentObj...
Status: VERIFIED DUPLICATE of bug 189021
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-07-30 08:34 UTC by artisan
Modified: 2011-01-26 08:18 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170130


Attachments
stacktrace (2.64 KB, text/plain)
2010-07-30 08:34 UTC, artisan
Details
stacktrace (2.80 KB, text/plain)
2010-08-02 15:01 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description artisan 2010-07-30 08:34:34 UTC
Build: NetBeans IDE 6.9 (Build nbms-and-javadoc-5495-on-100721)
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:
artisan: hovering over a variable to check its value




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.expr.EvaluatorVisitor.visitIdentifier(EvaluatorVisitor.java:1903)
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorVisitor.visitIdentifier(EvaluatorVisitor.java:192)
   at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1698)
   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:49)
Comment 1 artisan 2010-07-30 08:34:38 UTC
Created attachment 101108 [details]
stacktrace
Comment 2 aldobrucale 2010-08-02 15:01:39 UTC
Created attachment 101147 [details]
stacktrace

Clicked on a row of JTable.java
Comment 3 Martin Entlicher 2010-08-02 15:03:10 UTC
There is already issue #189021 for this.

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