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 163091

Summary: Newly opened tabs get title of previously opened tabs
Product: platform Reporter: Jiri Skrivanek <jskrivanek>
Component: Output WindowAssignee: t_h <t_h>
Status: VERIFIED WORKSFORME    
Severity: blocker Keywords: JDK_SPECIFIC
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:
Attachments: Screen shot.

Description Jiri Skrivanek 2009-04-20 10:47:24 UTC
If you run some target twice, title of newly opened tab is the same as previously opened tab. To reproduce:

- create java project
- add some code to the main class and toggle breakpoint at it
- call debug action on project node (tabs: JavaApplication1 (debug), Debugger Console)
- call debug action again. There should be "JavaApplication1 (debug) #2" tab but there are "JavaApplication1 (debug)"
and "Debugger Console" twice (look at screen shot).

Product Version: NetBeans IDE Dev (Build NB-Core-Build-2501-on-090420)
Java: 1.6.0_14-ea; Java HotSpot(TM) Client VM 14.0-b12
System: Windows Vista version 6.0 running on x86; Cp1250; cs_CZ (nb)
Comment 1 Jiri Skrivanek 2009-04-20 10:48:12 UTC
Created attachment 80494 [details]
Screen shot.
Comment 2 Jiri Skrivanek 2009-04-20 12:00:05 UTC
It works well with JDK 1.6.0_13. JDK 1.6.0_14-ea is probably not yet ready for daily use.
Comment 3 Jiri Skrivanek 2009-04-20 12:00:30 UTC
Verified.
Comment 4 t_h 2009-05-12 11:38:33 UTC
*** Issue 164382 has been marked as a duplicate of this issue. ***