JESUSOCAMPO / jvmmonitor

Automatically exported from code.google.com/p/jvmmonitor
0 stars 0 forks source link

Threads list should not follow the highlighted thread #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

What steps will reproduce the defect?
 1. Start monitor
 2. Switch to "Threads"
3.
...

What is the expected behavior?
When sorting the threads by a column, for example CPU usage, the list of 
threads should follow the sorting setting and not the thread that is 
highlighted.
So for example, if CPU sorted is asked, the list should not follow the 
highlighted thread, but stop and display the the threads with the higher or 
lower CPU usage (depending on the sorting).

What was the actual behavior?
Currently, as soon as I switch to the Threads tab, the first thread in the list 
get highlighted and the list is moving this thread depending on the application.

What errors are shown on Error Log view or at <workspace>/.metadata/.log?
no errors

What is your environment for Eclipse?
-Linux Mint 64bit
-Oracle jdk 6
-Eclipse Juno SR2
- JVM Monitor   3.8.1.201302030008 (installed from marketplace)

What is your environment for the monitored JVM?
- same as above

By the way, congratulations for this great piece of software !

Original issue reported on code.google.com by gvage...@gmail.com on 27 Jun 2013 at 7:36