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 76180 - Need fast means to find if component is used at all
Summary: Need fast means to find if component is used at all
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Model (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-10 20:37 UTC by Nathan Fiedler
Modified: 2011-11-27 19:30 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 Nathan Fiedler 2006-05-10 20:37:46 UTC
The schema model has a means of finding the usages of a schema component, which
is fine. For the case of deleting a component, it would be more efficient if we
could stop when we find any use of the component, at all. In other words, we
don't need to find them all, or how many, just if there are any.
Comment 1 Chris Webster 2006-07-03 16:17:57 UTC
This scenario is covered by the safe delete refactoring action. This is an
optimization for this use case.