[jbosstools-issues] [JBoss JIRA] (JBIDE-18259) Refresh MBean section keeps blinking in the status bar

Rob Stryker (JIRA) issues at jboss.org
Mon Sep 15 08:16:02 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-18259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Stryker resolved JBIDE-18259.
---------------------------------
    Resolution: Done


Changed default refresh period for the properties view to 5000 ms instead of 1000 ms. 

{code}
 public class PreferenceInitializer extends AbstractPreferenceInitializer {
 
     /** The default value for period to update model. The unit is milliseconds. */
-    private static final int DEFAULT_UPDATE_PERIOD = 1000;
+    private static final int DEFAULT_UPDATE_PERIOD = 5000;^M
{code}

I will not be making this a system job. 

> Refresh MBean section keeps blinking in the status bar
> ------------------------------------------------------
>
>                 Key: JBIDE-18259
>                 URL: https://issues.jboss.org/browse/JBIDE-18259
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 4.2.0.CR1
>            Reporter: Martin Malina
>            Assignee: Rob Stryker
>             Fix For: 4.2.0.CR2
>
>         Attachments: refresh-mbean.png
>
>
> When you connect to a local process in the JMX Navigator and then check out some mbeans in the Properties view, there will be a "Refresh MBean section" message blinking in the status bar at the bottom of Eclipse every second or so.
> Screenshot:
> !refresh-mbean.png!
> Screencast:
> http://screencast.com/t/Tyc0isAane
> I understand that the tooling must keep refreshing the mbeans list (probably), but it's annoying to keep blinking in the status bar like this. We should probably remove that message.
> A minor issue is that the wording seems odd. Shouldn't it be "Refreshing MBean section..." or something like that? I'm not sure what the convention is here.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list