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 - Newly opened tabs get title of previously opened tabs
Summary: Newly opened tabs get title of previously opened tabs
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: t_h
URL:
Keywords: JDK_SPECIFIC
: 164382 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-20 10:47 UTC by Jiri Skrivanek
Modified: 2009-05-12 11:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot. (13.54 KB, image/png)
2009-04-20 10:48 UTC, Jiri Skrivanek
Details

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