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 20457 - Excessive Error Messages
Summary: Excessive Error Messages
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: phamernik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-12 12:34 UTC by Dean Cording
Modified: 2008-12-23 13:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen dump of excessive error messages (85.35 KB, image/png)
2002-02-12 12:36 UTC, Dean Cording
Details
The Patch (2.60 KB, patch)
2002-04-09 14:16 UTC, _ pkuzel
Details | Diff
The simplest possible patch for orion_fcs (909 bytes, patch)
2002-04-09 14:24 UTC, _ pkuzel
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Cording 2002-02-12 12:34:22 UTC
The XML parser produces excessive error messages when it parses XML files in the 
background.  I have projects which have many XML files but the DTD for the files 
is not in the same project.  Whenever I open or close one of the projects I get 
up to 200 (yes two hundred) popup dialogs telling me about 'Undeclared Prefix in 
Name' (see attached screen shot).

Ideally the parser should not display any error messages unless I am actually 
working on the file in question.
Comment 1 Dean Cording 2002-02-12 12:36:29 UTC
Created attachment 4660 [details]
Screen dump of excessive error messages
Comment 2 _ pkuzel 2002-02-12 13:35:19 UTC
Petr, see core/filesystems/XMLMIMEComponent:305 it can occur if
namespace handling is enabled.
Comment 3 phamernik 2002-02-19 14:00:26 UTC
The warning messages are printed into log file instead of showing in
Warning dialog.
Comment 4 Martin Schovanek 2002-04-08 17:16:50 UTC
Close repetitively 200 modal dialogs is really brutal - P2.
Comment 5 _ pkuzel 2002-04-09 14:16:45 UTC
Created attachment 5335 [details]
The Patch
Comment 6 _ pkuzel 2002-04-09 14:24:15 UTC
Created attachment 5336 [details]
The simplest possible patch for orion_fcs
Comment 7 _ pkuzel 2002-04-09 15:59:39 UTC
Integrated into orion_fcs.
Comment 8 _ pkuzel 2002-04-09 16:02:23 UTC
updated milestone to proper one.
Comment 9 Jan Zajicek 2002-04-11 10:46:45 UTC
verified
Comment 10 Quality Engineering 2003-07-01 16:11:23 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.