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 254893

Summary: Incorrect highlighting of matching parts in go to type dialog
Product: java Reporter: Jiri Prox <jiriprox>
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description Jiri Prox 2015-09-01 07:38:32 UTC
The incorrect parts of names are highlighted in go to type dialog

Steps to reproduce:
1) open go to type dialog and enter *a??Model

-> in the result there is following item (highlighted indicated by _)

PrinterM_a_keAndModel

but expected is

PrinterMake_A_nd_Model_



Product Version: NetBeans IDE Dev (Build 201508270002)
Updates: Updates available
Java: 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\dev
Comment 1 Tomas Zezula 2015-09-07 14:03:03 UTC
Expected is:
PrinterM_a_keAnd_Model_ in case of case insensitive search.
PrinterMake_A_nd_Model_ in case of case sensitive search but for *A??Model
Comment 2 Tomas Zezula 2015-09-07 14:09:40 UTC
Fixed jet-main 5b90c9aa4727.
Thanks for report.
Comment 3 Quality Engineering 2015-09-08 01:21:56 UTC
Integrated into 'main-silver', will be available in build *201509080002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5b90c9aa4727
User: Tomas Zezula <tzezula@netbeans.org>
Log: #254893:Incorrect highlighting of matching parts in go to type dialog