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 237376 - "Malformed or unsupported HTML" warnings in the log for built-in code templates
Summary: "Malformed or unsupported HTML" warnings in the log for built-in code templates
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: REGRESSION
Depends on:
Blocks: 246544
  Show dependency tree
 
Reported: 2013-10-20 17:57 UTC by markiewb
Modified: 2014-08-19 15:12 UTC (History)
2 users (show)

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 markiewb 2013-10-20 17:57:47 UTC
Start CC in a Java File

See in log
WARNING [org.netbeans.modules.editor.completion.PatchedHtmlRenderer]: Malformed or unsupported HTML
WARNING [org.netbeans.modules.editor.completion.PatchedHtmlRenderer]:   for (Map.Entry<KeyType, ValueType> <b>entry</b> : <b>map</b>.entrySet()) { ...
WARNING [org.netbeans.modules.editor.completion.PatchedHtmlRenderer]:                 ^
WARNING [org.netbeans.modules.editor.completion.PatchedHtmlRenderer]:  Full HTML string:for (Map.Entry<KeyType, ValueType> <b>entry</b> : <b>map</b>.entrySet()) { ...

Product Version: NetBeans IDE Dev (Build 201310200001)
Java: 1.7.0_40; Java HotSpot(TM) 64-Bit Server VM 24.0-b56
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-b43
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\markiewb\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\markiewb\AppData\Local\NetBeans\Cache\dev
Comment 1 Dusan Balek 2014-07-10 12:37:54 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/6f119a56edbd
Comment 2 Quality Engineering 2014-07-17 02:19:49 UTC
Integrated into 'main-silver', will be available in build *201407170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6f119a56edbd
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #237376: "Malformed or unsupported HTML" warnings in the log for built-in code templates - fixed.
Comment 3 Quality Engineering 2014-07-30 02:34:17 UTC
Integrated into 'main-silver', will be available in build *201407300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/12788265b6d4
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #237376: "Malformed or unsupported HTML" warnings in the log for built-in code templates - fix cont.
Comment 4 Alexander Simon 2014-08-19 11:41:59 UTC
Please apply additional fix from the bug #246427 in NB 8.0.1
The fix 12788265b6d4 results in regression in other languages.
Comment 5 Dusan Balek 2014-08-19 15:04:15 UTC
Fix from the bug #246427 integrated into 'release801'.
Comment 6 Alexander Simon 2014-08-19 15:12:13 UTC
(In reply to Dusan Balek from comment #5)
> Fix from the bug #246427 integrated into 'release801'.

Thanks!