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 247889

Summary: Go To File shows empty () in search results
Product: utilities Reporter: markiewb
Component: Jump ToAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Shows issue

Description markiewb 2014-10-13 10:03:09 UTC
Created attachment 149862 [details]
Shows issue

ACTUAL: Empty () in search results - See screenshot.
EXPECTED: No empty ()

Product Version: NetBeans IDE 8.0.1 (Build 201408142300)
Updates: NetBeans IDE is updated to version NetBeans 8.0.1 Patch 1.1
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b70
Runtime: Java(TM) SE Runtime Environment 1.8.0-b132
Comment 1 Tomas Zezula 2015-03-18 12:46:05 UTC
Seems as inconsistency among FileDescritions produced by index and produced by crawler.
The index FD for file located directly in the indexed root has '()'.
The crawler FD for file located directly in the genric root has '(file_name)'.
Need to be consistent.
I am not sure which one I will change.
Comment 2 Tomas Zezula 2015-03-18 13:26:27 UTC
Fixed jet-main f7aa73da0299.
Using relative path with name of file.
Comment 3 Quality Engineering 2015-03-19 03:34:46 UTC
Integrated into 'main-silver', will be available in build *201503190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f7aa73da0299
User: Tomas Zezula <tzezula@netbeans.org>
Log: #247889:Go To File shows empty () in search results