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

Summary: Add Find Usages scope for project(s) + dependencies
Product: java Reporter: Petr Jiricka <pjiricka>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: NEW ---    
Severity: normal CC: markiewb, neugens, ulfzibis
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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 ?