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

Summary: NullPointerException at org.netbeans.modules.debugger.jpda.models.ArgumentObjectVariable.<init>
Product: debugger Reporter: artisan <artisan>
Component: JavaAssignee: issues@debugger <issues>
Status: VERIFIED DUPLICATE    
Severity: normal CC: aldobrucale, jmichelberger, mklaehn
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 170130
Attachments: stacktrace
stacktrace

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 ***