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

Summary: All errors should be annotated in XML source after validation
Product: xml Reporter: Jiri Kopsa <jkopsa>
Component: CodeAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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