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 - Incorrect highlighting of matching parts in go to type dialog
Summary: Incorrect highlighting of matching parts in go to type dialog
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-01 07:38 UTC by Jiri Prox
Modified: 2015-09-08 01:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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