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 164598

Summary: html code as title of an output window
Product: platform Reporter: matusdekanek <matusdekanek>
Component: Output WindowAssignee: t_h <t_h>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description matusdekanek 2009-05-06 15:05:14 UTC
Product Version: NetBeans IDE Dev (Build 200905051401)
Java: 1.6.0_14-ea; Java HotSpot(TM) Client VM 14.0-b12
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

create a java project
open 'files' window
select build.xml and invoke popup menu. select action Debug target|run
There will be one output window with strange title like <html><bold<ProjectName(run)</bold>.... which probably should 
be "ProjectName(run)" written in bold. The window probably shows the build log information.
More on the screenshot.
Comment 1 matusdekanek 2009-05-06 15:05:52 UTC
Created attachment 81655 [details]
screenshot
Comment 2 Jesse Glick 2009-05-13 18:43:34 UTC
Not sure if this is an Output Window issue or ant.debugger.
Comment 3 Martin Entlicher 2009-05-16 23:29:27 UTC
Can not be ant.debugger issue. This tab is not opened by ant.debugger.
ant.debugger opens build.xml tab, which is rendered correctly.

BTW: I can not reproduce this error in build 090513, therefore it might be already fixed.
Comment 4 t_h 2009-05-18 08:01:10 UTC
It is JDK issue

*** This issue has been marked as a duplicate of 113388 ***
Comment 5 Marian Mirilovic 2011-02-23 17:42:31 UTC
v/c