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 93143

Summary: Nodes should be marked when a broken reference is detected
Product: xml Reporter: _ hong_lin <hong_lin>
Component: Schema ToolsAssignee: issues@xml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Schema Editor Broken Reference screen shot
BPEL sample

Description _ hong_lin 2007-01-24 23:08:26 UTC
Build: Gavotte daily build 070123_8

It would be easier for user to Navigate Broken References if the releated nodes
can be marked with something like a little Red-Cross icon, like bpel project.

Right now, as a user, if you modify a schema file that is referenced by other
files, you have to remember all these files, open them one by one to fix the
Broken Reference issue manually. It is not very user friendly with current
design. Because:
1. Without marking those files, some of the files may be missed.
2. Without marking the nodes, it is not easy to figure out where to fix the issue.
(See the attached screen shot NeedToMarkBrokenReference.png. The blue-ellipses
are the places that I would suggest to be marked. The red-ellipse is the place
that I would suggest to be highlighted.)

Attached screen shot BrokenReference.png is a bpel sample. I modified one of the
import namespace, Red-Cross icons are added for the related nodes in the
Navigator window. It helps user to find issues and fix them.
Comment 1 _ hong_lin 2007-01-24 23:09:41 UTC
Created attachment 37642 [details]
Schema Editor Broken Reference screen shot
Comment 2 _ hong_lin 2007-01-24 23:10:02 UTC
Created attachment 37643 [details]
BPEL sample