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 - AssertionError at org.netbeans.core.io.ui.IOWindow$IOWindowImpl.setTitle
Summary: AssertionError at org.netbeans.core.io.ui.IOWindow$IOWindowImpl.setTitle
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.1
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-23 16:50 UTC by Martin Entlicher
Modified: 2015-08-13 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216942


Attachments
stacktrace (1.41 KB, text/plain)
2015-04-23 16:50 UTC, Martin Entlicher
Details

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