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 243069 - 'Find Usages' dialog selection choice 'custom scope' shows fewer choices than in prev version
Summary: 'Find Usages' dialog selection choice 'custom scope' shows fewer choices than...
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 21:35 UTC by peterwilkins
Modified: 2014-04-20 12:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (575.21 KB, text/plain)
2014-03-19 21:35 UTC, peterwilkins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peterwilkins 2014-03-19 21:35:21 UTC
In version 7.4 and 8.0rc the 'Find Usages' dialog choice for 'custom scope' offered a list of all modules in the parent/master project.  In v8.0 it shows only the open modules.

Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Mac OS X version 10.8.5 running on x86_64
Java; VM; Vendor = 1.7.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.51-b03
Comment 1 peterwilkins 2014-03-19 21:35:25 UTC
Created attachment 146161 [details]
IDE log
Comment 2 peterwilkins 2014-03-21 17:21:21 UTC
I don't think this is a bug after all.  It seems that the default behavior for "custom scope" project pick list in the "find usages" dialog is to show the open projects. I had the mistaken impression that it showed a larger list of modules.

peter