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 235886

Summary: [Go to file] Does not find file that is in the current project (Keeps searching....)
Product: utilities Reporter: tomzi <tomzi>
Component: Jump ToAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: .npss file attached from NetBeans

Description tomzi 2013-09-12 15:13:25 UTC
I am trying to open a file that shold be in the 'current' project. However NB keeps searching for a loooooong time > 45s where I would be 10x faster just opening the project or doing a file search via 'Favourites'

Product Version = NetBeans IDE Dev (Build 201309100337)
Operating System = Linux version 3.8.0-30-generic running on amd64
Java; VM; Vendor = 1.7.0_40
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.0-b56
Comment 1 tomzi 2013-09-12 15:13:46 UTC
Created attachment 139998 [details]
.npss file attached from NetBeans

.npss file
Comment 2 Dusan Balek 2014-01-14 10:03:28 UTC
Extremely long time is spent inside the SharabilityQuery - perhaps it should not be called from the "Go to file" action.
Comment 3 Tomas Zezula 2014-01-14 16:48:20 UTC
Caused by a default search filter.
I will try to remove as much as it is possible from it however I need at least to keep visibility filter which hides non important files folders like (.git, .hg, etc).
Comment 4 Tomas Zezula 2014-01-14 20:53:38 UTC
Fixed jet-main c0c9a49cb088
Comment 5 Quality Engineering 2014-01-18 04:51:39 UTC
Integrated into 'main-silver', will be available in build *201401180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c0c9a49cb088
User: Tomas Zezula <tzezula@netbeans.org>
Log: #235886:[Go to file] Does not find file that is in the current project (Keeps searching....)