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 257727 - "filter threads" should be case-insensitive
Summary: "filter threads" should be case-insensitive
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 07:15 UTC by grandinj
Modified: 2016-11-12 03:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description grandinj 2016-01-28 07:15:54 UTC
When viewing a snapshot, there is a "Filter Threads" dropdown panel, which contains a filter icon.

When doing this filtering, it would be nice (just a little more ergonomic) if the filtering on thread name was case-insensitive.

Thanks
Comment 1 Jiri Sedlacek 2016-11-09 16:54:10 UTC
Thanks for your feedback! Changed to case-insensitive and added support for multiple values: typing 'awt main' will include all threads containing 'awt' and 'main' substrings.

Fixed by http://hg.netbeans.org/profiler-main/rev/8ecab1c98a80.
Comment 2 Quality Engineering 2016-11-12 03:15:56 UTC
Integrated into 'main-silver', will be available in build *201611120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8ecab1c98a80
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #257727 - FilteringToolbar now uses case-insensitive TextFilter
 - changes behavior of ThreadsSelector, ProjecsSelector, ClassMethodSelector and TablesSelector
 - supports multiple values