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 - IllegalStateException: Can't overwrite cause with ...
Summary: IllegalStateException: Can't overwrite cause with ...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 252105 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-04-27 08:18 UTC by Alexander Simon
Modified: 2015-04-28 06:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216976


Attachments
stacktrace (6.32 KB, text/plain)
2015-04-27 08:18 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
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