IDEA-89049 Add search by thread name in thread dump analyzer

This commit is contained in:
peter
2012-07-19 14:29:38 +02:00
parent a0860fbc95
commit 27ce378c8e
@@ -98,6 +98,8 @@ public class ThreadDumpPanel extends JPanel {
splitter.setSecondComponent(consoleView.getComponent());
add(splitter, BorderLayout.CENTER);
new ListSpeedSearch(myThreadList).setComparator(new SpeedSearchComparator(false, true));
}
private static Icon getThreadStateIcon(final ThreadState threadState) {