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 252104

Summary: IllegalStateException: Can't overwrite cause with ...
Product: debugger Reporter: Alexander Simon <alexvsimon>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216976
Attachments: stacktrace

Description Alexander Simon 2015-04-27 08:18:24 UTC
Build: NetBeans IDE Dev (Build 20150427-9594f7084608)
VM: Java HotSpot(TM) Client VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: SunOS

User Comments:
alexvsimon: spep into constructor




Stacktrace: 
java.lang.NullPointerException: 
   at java.awt.Component.getName(Component.java:1014)
   at java.awt.Component.paramString(Component.java:8121)
   at java.awt.Container.paramString(Container.java:2984)
   at javax.swing.JComponent.paramString(JComponent.java:5556)
   at javax.swing.JPanel.paramString(JPanel.java:198)
   at java.awt.Component.toString(Component.java:8135)
Comment 1 Alexander Simon 2015-04-27 08:18:26 UTC
Created attachment 153402 [details]
stacktrace
Comment 2 Alexander Simon 2015-04-27 20:00:20 UTC
*** Bug 252105 has been marked as a duplicate of this bug. ***
Comment 3 Martin Entlicher 2015-04-28 06:07:55 UTC
Caused: java.lang.IllegalStateException: Can't overwrite cause with java.lang.NullPointerException: 
   at java.lang.Throwable.initCause(Throwable.java:456)
   at org.netbeans.modules.debugger.jpda.expr.TreeEvaluator.invokeVirtual(TreeEvaluator.java:358)

This was just fixed by http://hg.netbeans.org/core-main/rev/cf42ba2e1045