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 230534 - Add Find Usages scope for project(s) + dependencies
Summary: Add Find Usages scope for project(s) + dependencies
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal with 3 votes (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-30 13:38 UTC by Petr Jiricka
Modified: 2013-11-17 21:41 UTC (History)
3 users (show)

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 Petr Jiricka 2013-05-30 13:38:02 UTC
Currently, the Find Usages dialog allows you to set scope to "Open Projects" or "Current Project" (plus some more scopes). 

It would be useful to have a scope for "Open projects and their dependencies" and for "Current Project and its dependencies". These scopes would look not only in the open project(s), but also in projects this project depends on, which are not necessarily open in the IDE. 

I believe the scanning infrastructure has the data for these dependencies already, so it would not create a performance problem.
Comment 1 ulfzibis 2013-06-04 12:32:06 UTC
Please also consider to make the fix working for official OpenJDK freeform projects as described in bug 185726, e.g.
JDK7/jdk/make/netbeans/swing/
Comment 2 markiewb 2013-11-17 21:40:52 UTC
Duplicate of https://netbeans.org/bugzilla/show_bug.cgi?id=55291 ?