X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=osgi%2Fplugins%2Forg.argeo.osgi.ui.explorer%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fosgi%2Fui%2Fexplorer%2Fviews%2FBundlesView.java;h=291887f93d87f51c207529d3921983f24101c4ce;hb=a845f1d7effe621e5d4b5672b3dcd6afeb372989;hp=19e463dee147a33c1e1664c7743c8fb27787c52e;hpb=c425aea5b318f0c291804cf3973b3059f923e9b5;p=lgpl%2Fargeo-commons.git diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java b/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java index 19e463dee..291887f93 100644 --- a/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java +++ b/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java @@ -35,7 +35,7 @@ public class BundlesView extends ViewPart { // FIXME methodNotFound issue in RAP when built in Maven against RCP try { ColumnViewerToolTipSupport.enableFor(viewer); - } catch (Exception e) { + } catch (Error e) { //String prop = Table.ENABLE_CELL_TOOLTIP; String prop = "org.eclipse.swt.widgets.Table#enableCellToolTip"; viewer.getControl().setData(prop, Boolean.TRUE);