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 253212 - IllegalStateException: Peer does not exist while invoking the decreaseComponentCount() method
Summary: IllegalStateException: Peer does not exist while invoking the decreaseCompone...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 8.1
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-26 17:06 UTC by misterm
Modified: 2015-07-23 11:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215498


Attachments
stacktrace (3.98 KB, text/plain)
2015-06-26 17:06 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2015-06-26 17:06:00 UTC
Build: NetBeans IDE Dev (Build 20150601-12fb145cd552)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
jaska_tl: Exception after starting Netbeans

misterm: .




Stacktrace: 
java.lang.IllegalStateException: Peer does not exist while invoking the decreaseComponentCount() method
   at java.awt.Container.decreaseComponentCount(Container.java:4044)
   at java.awt.Component.removeNotify(Component.java:6996)
   at java.awt.Container.removeNotify(Container.java:2820)
   at javax.swing.JComponent.removeNotify(JComponent.java:4767)
   at javax.swing.AbstractButton.removeNotify(AbstractButton.java:1033)
   at java.awt.Container.removeNotify(Container.java:2804)
Comment 1 misterm 2015-06-26 17:06:02 UTC
Created attachment 154407 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-07-23 11:20:31 UTC
I'm sorry, I cannot reproduce the bug.
It seems to be some minor Swing issue.