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 219901 - Warning for HtmlEditorSupport.toString
Summary: Warning for HtmlEditorSupport.toString
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 10:55 UTC by Jiri Skrivanek
Modified: 2012-10-12 06:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191595


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-10-11 10:55:27 UTC
Warning message appears in IDE log if you

- create HTML5 project
- create new html file
- modify the file
- click cross in tab to close the file

WARNING [org.netbeans.core.spi.multiview.text.MultiViewCloneableEditor]: Need to
 override toString in class org.netbeans.modules.html.HtmlEditorSupport$1 with l
ookup [org.netbeans.modules.html.HtmlEditorSupport@c4b808a, org.netbeans.spi.xml
.cookies.CheckXMLSupport@2ef97e58, D:\Development\builds\nbUserdir-2012100811322
7\HTML5Application\public_html\newhtml1.html@cd0da434:12c757c3, org.netbeans.mod
ules.html.HtmlDataObject$1@6023615f, org.netbeans.core.multiview.MultiViewTopCom
ponentLookup$LookupProxyActionMap@1b549d19, org.netbeans.modules.html.HtmlEditor
Support$1@454b4850, org.netbeans.modules.html.HtmlDataObject@53273afb[D:\Develop
ment\builds\nbUserdir-20121008113227\HTML5Application\public_html\newhtml1.html@
cd0da434:12c757c3], org.netbeans.modules.html.HtmlDataObject$FileEncodingQueryIm
pl@676d8406, org.netbeans.modules.html.HtmlDataObject$ViewSupport@570ecb65, org.
netbeans.spi.xml.cookies.ValidateXMLSupport@78a170df, org.netbeans.modules.html.
api.HtmlDataNode[name=newhtml1; displayName=newhtml1.html; shortDescription=HTML
 File][Name=newhtml1, displayName=newhtml1.html]]

Product Version: NetBeans IDE Dev (Build 201210110002)
Java: 1.7.0_07; Java HotSpot(TM) 64-Bit Server VM 23.3-b01
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Marek Fukala 2012-10-11 11:55:50 UTC
web-main#9e9a50e48022
Comment 2 Quality Engineering 2012-10-12 02:05:18 UTC
Integrated into 'main-golden', will be available in build *201210120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9e9a50e48022
User: Marek Fukala <mfukala@netbeans.org>
Log: #219901 - Warning for HtmlEditorSupport.toString