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 195171

Summary: Duplicate <html> tags are added.
Product: platform Reporter: Martin Entlicher <mentlicher>
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Martin Entlicher 2011-02-08 13:35:33 UTC
Following warnings are printed into messages.log file when debugger Watches window is opened:

WARNING [org.openide.awt.HtmlRenderer]: Malformed or unsupported HTML
WARNING [org.openide.awt.HtmlRenderer]:   <html><html><font&nbsp;color="#808080">&lt;Enter&nbsp;new&nbsp;watch&gt;</font></html></html>
WARNING [org.openide.awt.HtmlRenderer]:         ^
WARNING [org.openide.awt.HtmlRenderer]:  Full HTML string:<html><html><font&nbsp;color="#808080">&lt;Enter&nbsp;new&nbsp;watch&gt;</font></html></html>
Comment 1 Martin Entlicher 2011-02-09 10:00:30 UTC
Fixed by changeset:   188340:c62770032d23
http://hg.netbeans.org/main/rev/c62770032d23
Comment 2 Quality Engineering 2011-02-10 11:28:18 UTC
Integrated into 'main-golden', will be available in build *201102100500* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c62770032d23
User: mentlicher@netbeans.org
Log: #195171 Prevent from adding duplicate <html> tags.