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 255021 - "Go to Type" dialog order of matches is wrong
Summary: "Go to Type" dialog order of matches is wrong
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-04 22:15 UTC by mclaborn
Modified: 2015-09-07 19:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (114.18 KB, text/plain)
2015-09-04 22:15 UTC, mclaborn
Details
Screen shot of problem (141.62 KB, image/png)
2015-09-04 22:16 UTC, mclaborn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mclaborn 2015-09-04 22:15:17 UTC
Product Version = NetBeans IDE 8.1 Beta (Build 201508041349)
Operating System = Linux version 3.13.0-63-generic running on amd64
Java; VM; Vendor = 1.8.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.51-b03

See screen shot coming shortly.  When using the "Go to Type" dialog and searching for "SKU", the first class listed is ServerTaskStatus, which does contain the letters S K and U, but there is a class named SKU that should be listed first. NetBeans 8.0 listed SKU first then others.
Comment 1 mclaborn 2015-09-04 22:15:20 UTC
Created attachment 155910 [details]
IDE log
Comment 2 mclaborn 2015-09-04 22:16:22 UTC
Created attachment 155911 [details]
Screen shot of problem
Comment 3 Jiri Kovalsky 2015-09-07 18:46:38 UTC
Reassigning for further evaluation.
Comment 4 Jiri Kovalsky 2015-09-07 19:08:52 UTC
Maybe a duplicate of issue #254910?