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 45643 - output windows is not update when validating xml file
Summary: output windows is not update when validating xml file
Status: VERIFIED DUPLICATE of bug 44187
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 44187
Blocks:
  Show dependency tree
 
Reported: 2004-06-28 14:49 UTC by _ leonchiver
Modified: 2005-07-15 11:45 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 _ leonchiver 2004-06-28 14:49:19 UTC
this may well be a bug of the xml module. 
version is latest trunk build.

i open a xml file in a editor, validate the file
and get following output in the OW (XML Check tab):

-------------
XML validation started.

Checking file:/home/leon/stuff.xml...
Referenced entity at "file:/home/leon/stuff.dtd".
XML validation finished.
-------------

now i edit the xml file, and try to validate it
again. i get an empty output window (but there
should be a message if the file validated or not).

if i previously close the "XML Check" tab
everything works how it should
Comment 1 _ tboudreau 2004-07-01 22:22:44 UTC
Most likely a problem in the XML module - likely closing the output stream and not calling 
reset() before trying to write to it, or something such.
Comment 2 Milan Kuchtiak 2004-07-13 16:40:47 UTC
This bug depends on 44187.
Comment 3 _ pkuzel 2004-07-30 12:20:00 UTC
InputOutput.reset() semantics change is adressed by issue #44187.

*** This issue has been marked as a duplicate of 44187 ***
Comment 4 Jiri Kovalsky 2005-07-15 11:45:28 UTC
Verified as duplicate of another issue.