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 247233 - Remove filtered out threads from UI
Summary: Remove filtered out threads from UI
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-17 16:27 UTC by _ gtzabari
Modified: 2014-09-17 16:27 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 _ gtzabari 2014-09-17 16:27:46 UTC
When a user enters a filter in the Call Tree tab, any thread whose methods are fully filtered out should be removed from the list. Otherwise the UI is cluttered with threads the user does not care about.

You could take the approach of bug #66513 by combining all filtered out entries into one at the end of the list.