errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 53) import org.eclipse.e4.core.di.InjectionException; Discouraged access: The type 'InjectionException' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') |
2. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 79) import org.eclipse.e4.ui.model.internal.Position; Discouraged access: The type 'Position' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
3. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 80) import org.eclipse.e4.ui.model.internal.PositionInfo; Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
4. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 930) * have a look at: {@link PositionInfo#parse(String)}. Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
5. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 930) * have a look at: {@link PositionInfo#parse(String)}. Discouraged access: The method 'PositionInfo.parse(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
6. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1012) PositionInfo positionInfo = findMovePositionInfo(element); Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
7. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1021) switch (positionInfo.getPosition()) { Discouraged access: The method 'PositionInfo.getPosition()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
8. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1022) case LAST: Discouraged access: The field 'Position.LAST' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
9. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1026) case FIRST: Discouraged access: The field 'Position.FIRST' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
10. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1030) case INDEX: Discouraged access: The field 'Position.INDEX' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
11. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1031) int index = positionInfo.getPositionReferenceAsInteger(); Discouraged access: The method 'PositionInfo.getPositionReferenceAsInteger()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
12. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1039) case BEFORE: Discouraged access: The field 'Position.BEFORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
13. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1040) case AFTER: Discouraged access: The field 'Position.AFTER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
14. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1041) int idx = indexOfElementWithID(elements, positionInfo.getPositionReference()); Discouraged access: The method 'PositionInfo.getPositionReference()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
15. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1046) if (positionInfo.getPosition() == Position.AFTER) { Discouraged access: The method 'PositionInfo.getPosition()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
16. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1046) if (positionInfo.getPosition() == Position.AFTER) { Discouraged access: The type 'Position' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
17. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1046) if (positionInfo.getPosition() == Position.AFTER) { Discouraged access: The field 'Position.AFTER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
18. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1061) + positionInfo.getPosition() + "'!"); //$NON-NLS-1$ Discouraged access: The method 'PositionInfo.getPosition()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
19. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1095) * {@value #MOVE_TAG} and if so it will extract the {@link PositionInfo} out Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
20. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1100) * @return the found {@link PositionInfo} on the given {@link MUIElement}, Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
21. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1103) private PositionInfo findMovePositionInfo(MUIElement element) { Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
22. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1107) return PositionInfo.parse(tag.substring(MOVE_TAG.length())); Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
23. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1107) return PositionInfo.parse(tag.substring(MOVE_TAG.length())); Discouraged access: The method 'PositionInfo.parse(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
24. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 2043) } catch (InjectionException e) { Discouraged access: The type 'InjectionException' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') |
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 898) if (!(minimizedStack.getObject() instanceof org.eclipse.e4.ui.workbench.addons.minmax.TrimStack)) Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') |
2. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 901) org.eclipse.e4.ui.workbench.addons.minmax.TrimStack ts = (org.eclipse.e4.ui.workbench.addons.minmax.TrimStack) minimizedStack Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') |
3. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 901) org.eclipse.e4.ui.workbench.addons.minmax.TrimStack ts = (org.eclipse.e4.ui.workbench.addons.minmax.TrimStack) minimizedStack Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') |
4. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 903) if (!(ts.getMinimizedElement() instanceof MPartStack)) Discouraged access: The method 'TrimStack.getMinimizedElement()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') |
5. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 906) MPartStack stack = (MPartStack) ts.getMinimizedElement(); Discouraged access: The method 'TrimStack.getMinimizedElement()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') |
6. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 923) org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.MINIMIZED_AND_SHOWING)) { Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') |
7. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 923) org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.MINIMIZED_AND_SHOWING)) { Discouraged access: The field 'TrimStack.MINIMIZED_AND_SHOWING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') |
8. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 928) org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.MINIMIZED_AND_SHOWING)) { Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') |
9. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 928) org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.MINIMIZED_AND_SHOWING)) { Discouraged access: The field 'TrimStack.MINIMIZED_AND_SHOWING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') |
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/CommandToModelProcessor.java (at line 25) import org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon; Discouraged access: The type 'CommandProcessingAddon' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') |
2. WARNING in /Eclipse UI/org/eclipse/ui/internal/CommandToModelProcessor.java (at line 86) MCommand command = CommandProcessingAddon.createCommand(cmd, modelService, Discouraged access: The type 'CommandProcessingAddon' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') |
3. WARNING in /Eclipse UI/org/eclipse/ui/internal/CommandToModelProcessor.java (at line 86) MCommand command = CommandProcessingAddon.createCommand(cmd, modelService, categoryModel); Discouraged access: The method 'CommandProcessingAddon.createCommand(Command, EModelService, MCategory)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') |
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/Workbench.java (at line 81) import org.eclipse.e4.core.di.InjectionException; Discouraged access: The type 'InjectionException' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') |
2. WARNING in /Eclipse UI/org/eclipse/ui/internal/Workbench.java (at line 2628) } catch (InjectionException e) { Discouraged access: The type 'InjectionException' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') |
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 37) import org.eclipse.e4.ui.model.internal.ModelUtils; Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
2. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 394) tb.getTransientData().put(ModelUtils.CONTAINING_PARENT, model); Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
3. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 394) tb.getTransientData().put(ModelUtils.CONTAINING_PARENT, model); Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
4. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 408) menu.getTransientData().put(ModelUtils.CONTAINING_PARENT, model); Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
5. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 408) menu.getTransientData().put(ModelUtils.CONTAINING_PARENT, model); Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
6. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 501) ModelUtils.CONTAINING_PARENT); Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
7. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 501) ModelUtils.CONTAINING_PARENT); Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
8. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 517) mToolBar.getTransientData().remove(ModelUtils.CONTAINING_PARENT); Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
9. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 517) mToolBar.getTransientData().remove(ModelUtils.CONTAINING_PARENT); Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
10. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 536) ModelUtils.CONTAINING_PARENT); Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
11. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 536) ModelUtils.CONTAINING_PARENT); Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
12. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 552) mMenu.getTransientData().remove(ModelUtils.CONTAINING_PARENT); Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
13. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java (at line 552) mMenu.getTransientData().remove(ModelUtils.CONTAINING_PARENT); Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') |
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java (at line 48) import org.eclipse.e4.core.di.InjectionException; Discouraged access: The type 'InjectionException' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') |
2. WARNING in /Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java (at line 357) } catch (InjectionException e) { Discouraged access: The type 'InjectionException' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') |
3. WARNING in /Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java (at line 410) } catch (InjectionException e) { Discouraged access: The type 'InjectionException' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') |
4. WARNING in /Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java (at line 476) private void rethrow(InjectionException e) throws ExecutionException, NotDefinedException, Discouraged access: The type 'InjectionException' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') |