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 - Go To File shows empty () in search results
Summary: Go To File shows empty () in search results
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-13 10:03 UTC by markiewb
Modified: 2015-03-19 03:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows issue (34.38 KB, image/png)
2014-10-13 10:03 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
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