-
Bug
-
Resolution: Duplicate
-
Blocker
-
4.3.0.Beta2
-
None
After this:
https://github.com/jbosstools/jbosstools-server/commit/090b7b3dc20a0aa45a47a5f6d7d3b00627a18bef
You get this:
09:59:09 [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: 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[49] 09:59:09 [ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState; 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 09:59:09 [ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState cannot be resolved 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[206] 09:59:09 [ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w); 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^ 09:59:09 [ERROR] RefreshActionState cannot be resolved 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[207] 09:59:09 [ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w); 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^ 09:59:09 [ERROR] RefreshActionState cannot be resolved 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[102] 09:59:09 [ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel); 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^ 09:59:09 [ERROR] RefreshActionState cannot be resolved 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[103] 09:59:09 [ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths); 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^ 09:59:09 [ERROR] RefreshActionState cannot be resolved 09:59:09 [ERROR] 5 problems (5 errors)
Related: http://memegenerator.net/instance2/662763
Please fix this and kick a new build to get the job back to blue.
- is related to
-
JBIDE-20188 when invoking "Refresh" on a JMX node it causes the whole JMX tree to collapse
- Closed