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 - Duplicate <html> tags are added.
Summary: Duplicate <html> tags are added.
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 7.0
Hardware: All All
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-08 13:35 UTC by Martin Entlicher
Modified: 2011-02-10 11:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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