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 217153 - Find Usages Custom Scope doesn't give right output
Summary: Find Usages Custom Scope doesn't give right output
Status: RESOLVED DUPLICATE of bug 216922
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-21 11:07 UTC by ttokoly
Modified: 2012-08-30 14:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ttokoly 2012-08-21 11:07:30 UTC
Product Version: NetBeans IDE Dev (Build 201208200933)
Java: 1.7.0_06; Java HotSpot(TM) Client VM 23.2-b09
System: Windows 7 version 6.1 running on x86; Cp1250; en_US (nb)

Quick description:
In Find Usages Custom Scope, when you select some packages from a project and some not (so, the font of project name is blue), it doesn't give right output.

1. Open project default - there is link:
http://wiki.netbeans.org/wiki/images/2/2d/Default_TS_60_Refactoring.zip
2. Select String in method make(...) in interface makable in package packc (on 18th line).
3. Invoke Find Usages and from Custom Scope select only some of packages (e.g. default package and packb and packc).
-> if you confirm it by Find button, it finds usages only from default package, but String is used in packb and packc too.

It's probably related to (or duplicate of) bug #216922
Comment 1 Ralph Ruijs 2012-08-30 14:03:54 UTC

*** This bug has been marked as a duplicate of bug 216922 ***