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 - Nodes should be marked when a broken reference is detected
Summary: Nodes should be marked when a broken reference is detected
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-24 23:08 UTC by _ hong_lin
Modified: 2007-01-24 23:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Schema Editor Broken Reference screen shot (32.64 KB, image/png)
2007-01-24 23:09 UTC, _ hong_lin
Details
BPEL sample (69.15 KB, image/png)
2007-01-24 23:10 UTC, _ hong_lin
Details

Note You need to log in before you can comment on or make changes to this bug.
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