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 271870 - Finding text in projects files give bad result
Summary: Finding text in projects files give bad result
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-01 11:02 UTC by lolka_bolka
Modified: 2017-12-01 11:02 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 lolka_bolka 2017-12-01 11:02:42 UTC
Let's say I have `Website` and `Library` projects.

Website has the Library in the include path.

Because I am working on remote server I made the directory mappings too.

Temporary files are here locally.

When I right click on Website project (this is the only opened project) and start find a text what is in Library but not in Website, it does not matter what I specified for scope, Netbeans gave me the results from the Library project.

Scope can be Current, Selection, Open, always gave me back results from the closed project. 

Yes, Website depends on Library, but those are not the same projects.