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 252032

Summary: AssertionError at org.netbeans.core.io.ui.IOWindow$IOWindowImpl.setTitle
Product: platform Reporter: Martin Entlicher <mentlicher>
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216942
Attachments: stacktrace

Description Martin Entlicher 2015-04-23 16:50:22 UTC
This bug was originally marked as duplicate of bug 177556, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20150423-855d82a1ab66)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b12, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b12
OS: Linux

User Comments:
mentlicher: Started Java project.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.core.io.ui.IOWindow$IOWindowImpl.setTitle(IOWindow.java:406)
   at org.netbeans.core.io.ui.IOWindow.setTitle(IOWindow.java:141)
   at org.openide.windows.IOContainer.setTitle(IOContainer.java:190)
   at org.netbeans.core.output2.Controller$CoalescedNameUpdater.run(Controller.java:275)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
Comment 1 Martin Entlicher 2015-04-23 16:50:24 UTC
Created attachment 153334 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-13 09:31:19 UTC
I'm sorry, I cannot reproduce it. It seems to be some minor bug in UI.

Decreasing priority. Feel free to increase it if you encounter this problem again.
Thank you.