Compiler log for org.eclipse.ui.workbench_3.108.0.v20160602-1232 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 59

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java : 24 warnings :

DISCOURAGED ACCESS 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 931)
* 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 931)
* 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 1013)
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 1022)
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 1023)
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 1027)
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 1031)
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 1032)
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 1040)
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 1041)
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 1042)
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 1047)
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 1047)
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 1047)
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 1062)
+ 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 1096)
* {@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 1101)
* @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 1104)
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 1108)
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 1108)
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 2071)
} 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')

/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
 (at line 906)
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 909)
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 909)
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 911)
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 914)
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 931)
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 931)
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 936)
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 936)
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')

/Eclipse UI/org/eclipse/ui/internal/e4/migration/WindowBuilder.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/e4/migration/WindowBuilder.java
 (at line 39)
import 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/e4/migration/WindowBuilder.java
 (at line 243)
trimStack.setContributionURI(TrimStack.CONTRIBUTION_URI);
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/e4/migration/WindowBuilder.java
 (at line 243)
trimStack.setContributionURI(TrimStack.CONTRIBUTION_URI);
Discouraged access: The field 'TrimStack.CONTRIBUTION_URI' 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')

/Eclipse UI/org/eclipse/ui/internal/CommandToModelProcessor.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
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, categoryModel);
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')

/Eclipse UI/org/eclipse/ui/internal/quickaccess/SearchField.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/quickaccess/SearchField.java
 (at line 37)
import org.eclipse.e4.core.di.extensions.Preference;
Discouraged access: The type 'Preference' 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.extensions/target/classes')

/Eclipse UI/org/eclipse/ui/internal/Workbench.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/Workbench.java
 (at line 80)
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 2646)
} 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')

/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java
 (at line 36)
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 323)
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 323)
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 337)
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 337)
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 423)
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 423)
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 439)
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 439)
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 458)
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 458)
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 474)
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 474)
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')

/Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java
 (at line 50)
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 367)
} 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 419)
} 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 485)
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')