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

Summary: Finding text in projects files give bad result
Product: projects Reporter: lolka_bolka
Component: Generic InfrastructureAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.