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 155151 - Implement "Find Usages" for DB objects
Summary: Implement "Find Usages" for DB objects
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-10 15:37 UTC by Roman Mostyka
Modified: 2013-08-01 12:53 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 Roman Mostyka 2008-12-10 15:37:39 UTC
It should be possible to search DB objects usage in stored procedures, functions, foreign key, etc.
For example:
 - user clicks table and choose "Find Usages"
 - in appeared dialog user specifies where table name should be searched and click "Search"
 - Result is shown in Output window or in "Search" dialog. Result should display where this table is used
We also can try to implement this feature with "Edit > Find Usages" main menu.
Comment 1 David Vancouvering 2008-12-10 16:52:46 UTC
Thanks for entering all these issues, Roman.  You and I are thinking on exactly the same line :)  Think about how you
could then use this for refactoring, especially if you can find usages within source code too...
Comment 2 Jiri Rechtacek 2009-10-16 14:04:13 UTC
Reassigned to new owner.