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 77960 - All errors should be annotated in XML source after validation
Summary: All errors should be annotated in XML source after validation
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-15 08:46 UTC by Jiri Kopsa
Modified: 2007-08-30 17:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kopsa 2006-06-15 08:46:33 UTC
When the user clicks on an error in the output of the XML validation, only one
error is highlighted. Expected behaviour is to see all the errors.  Such
behaviour would be consistent with Java editor. 

All the XML based editors (XSD, WSDL) should share this behaviour.

Steps to reproduce:
1. Create an XML file
2. Make multiple errors
3. Click on Validate
4. Output window with the error messages and links to source appears
5. Click on an error message link
6. Source editor is focused, the error that was clicked gets highlighted;
however other errors are not highlighted.
Comment 1 Sherold Dev 2006-07-25 15:04:12 UTC
This is not a defect but an enhancement