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

Summary: Implement "Find Usages" for DB objects
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: CodeAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.