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 119821 - Warnings printed to console during normal XML editing
Summary: Warnings printed to console during normal XML editing
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-23 17:37 UTC by Jesse Glick
Modified: 2009-02-19 23:31 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 Jesse Glick 2007-10-23 17:37:36 UTC
I found in my log file (3x):

[Fatal Error] :2:2: The markup in the document preceding the root element must be well-formed.
INFO [org.netbeans.modules.xml.schema.completion.util.CompletionUtil]: The markup in the document preceding the root
element must be well-formed.

Surely this does not need to be printed to my log file. If there is a syntax error in an XML document I am editing, it
should be shown as an error glyph, and that is all.
Comment 1 Samaresh Panda 2008-12-04 22:37:30 UTC
Not anymore.