[
https://issues.jboss.org/browse/JBIDE-20188?page=com.atlassian.jira.plugi...
]
Vsevolod Golovanov commented on JBIDE-20188:
--------------------------------------------
[~rob.stryker], when building locally I get:
{noformat}[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project
org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
[ERROR]
F:\rep\jbosstools-server\jmx\plugins\org.jboss.tools.jmx.ui\src\org\jboss\tools\jmx\ui\internal\views\navigator\MBeanExplorerContentProvider.java:[49]
[ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState cannot be
resolved
[ERROR]
F:\rep\jbosstools-server\jmx\plugins\org.jboss.tools.jmx.ui\src\org\jboss\tools\jmx\ui\internal\views\navigator\MBeanExplorerContentProvider.java:[206]
[ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w);
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] RefreshActionState cannot be resolved
[ERROR]
F:\rep\jbosstools-server\jmx\plugins\org.jboss.tools.jmx.ui\src\org\jboss\tools\jmx\ui\internal\views\navigator\MBeanExplorerContentProvider.java:[207]
[ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w);
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] RefreshActionState cannot be resolved
[ERROR]
F:\rep\jbosstools-server\jmx\plugins\org.jboss.tools.jmx.ui\src\org\jboss\tools\jmx\ui\internal\actions\RefreshAction.java:[102]
[ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel);
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] RefreshActionState cannot be resolved
[ERROR]
F:\rep\jbosstools-server\jmx\plugins\org.jboss.tools.jmx.ui\src\org\jboss\tools\jmx\ui\internal\actions\RefreshAction.java:[103]
[ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths);
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] RefreshActionState cannot be resolved
[ERROR] 5 problems (5 errors){noformat}
when invoking "Refresh" on a JMX node it causes the whole
JMX tree to collapse
------------------------------------------------------------------------------
Key: JBIDE-20188
URL:
https://issues.jboss.org/browse/JBIDE-20188
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: jmx
Affects Versions: 4.3.0.Beta1, 4.3.x
Reporter: Lars Heinemann
Assignee: Rob Stryker
Fix For: 4.3.0.Beta2
When you expand an entry in the JMX Navigator into a deeper level ( for instance
java.lang -> Compilation ) and then invoke the context menu "Refresh" on that
node (Compilation) it collapses the whole tree and you loose your selection.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)