Compiler log for org.eclipse.ui.workbench_3.116.0.v20190826-1428 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 112, INFOS: 23

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/Eclipse UI/org/eclipse/ui/part/PageBookView.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/part/PageBookView.java
 (at line 473)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java
 (at line 228)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java
 (at line 1154)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java
 (at line 616)
@SuppressWarnings({ "unchecked" })
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/commands/Priority.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/commands/Priority.java
 (at line 50)
@SuppressWarnings("rawtypes")
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/commands/AbstractHandler.java : 3 infos :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/commands/AbstractHandler.java
 (at line 44)
@SuppressWarnings({ "unchecked" })
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
2. INFO in /Eclipse UI/org/eclipse/ui/commands/AbstractHandler.java
 (at line 101)
@SuppressWarnings("rawtypes")
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
3. INFO in /Eclipse UI/org/eclipse/ui/commands/AbstractHandler.java
 (at line 133)
@SuppressWarnings("rawtypes")
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/internal/statushandlers/WorkbenchStatusDialogManagerImpl.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/statushandlers/WorkbenchStatusDialogManagerImpl.java
 (at line 489)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/internal/registry/FileEditorMapping.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/registry/FileEditorMapping.java
 (at line 95)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/internal/e4/migration/PerspectiveBuilder.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/e4/migration/PerspectiveBuilder.java
 (at line 365)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/internal/themes/RGBVisibleContrastColorFactory.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/themes/RGBVisibleContrastColorFactory.java
 (at line 102)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessContents.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessContents.java
 (at line 442)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java
 (at line 198)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java : 2 infos :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java
 (at line 56)
@SuppressWarnings({ "rawtypes", "unchecked" })
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
2. INFO in /Eclipse UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java
 (at line 56)
@SuppressWarnings({ "rawtypes", "unchecked" })
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java : 3 infos :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java
 (at line 100)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
2. INFO in /Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java
 (at line 181)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
3. INFO in /Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java
 (at line 198)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/internal/PartTester.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/PartTester.java
 (at line 93)
Assert.isTrue(!part.equals(Integer.valueOf(32)), "A part must have a meaningful equals method"); //$NON-NLS-1$
Unlikely argument type for equals(): Integer seems to be unrelated to IWorkbenchPart

/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java : 1 info :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java
 (at line 430)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java : 2 infos :

INFO WARNINGS
1. INFO in /Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java
 (at line 123)
@SuppressWarnings({ "unchecked", "rawtypes" })
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
2. INFO in /Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java
 (at line 123)
@SuppressWarnings({ "unchecked", "rawtypes" })
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 86)
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')
2. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 87)
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')
3. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1086)
* 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')
4. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1086)
* 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')
5. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1177)
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')
6. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1186)
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')
7. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1187)
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')
8. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1191)
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')
9. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1195)
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')
10. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1196)
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')
11. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1204)
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')
12. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1205)
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')
13. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1206)
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')
14. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1211)
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')
15. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1211)
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')
16. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1211)
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')
17. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1226)
+ 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')
18. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1257)
* and if so it will extract the {@link PositionInfo} out of it.
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')
19. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1260)
* @return the found {@link PositionInfo} on the given {@link MUIElement}, or
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 1263)
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')
21. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1267)
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')
22. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
 (at line 1267)
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')

/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 892)
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 895)
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 895)
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 897)
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 900)
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 917)
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 917)
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 922)
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 922)
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 42)
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 245)
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 245)
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/dialogs/AbstractWorkingSetDialog.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.java
 (at line 28)
import org.eclipse.jface.widgets.WidgetFactory;
Discouraged access: The type 'WidgetFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
2. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.java
 (at line 115)
Composite buttonComposite = WidgetFactory.composite(SWT.RIGHT).layout(layout).layoutData(data)
Discouraged access: The type 'WidgetFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
3. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.java
 (at line 115)
Composite buttonComposite = WidgetFactory.composite(SWT.RIGHT).layout(layout).layoutData(data)
Discouraged access: The method 'WidgetFactory.composite(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
4. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.java
 (at line 115)
Composite buttonComposite = WidgetFactory.composite(SWT.RIGHT).layout(layout).layoutData(data)
Discouraged access: The method 'AbstractCompositeFactory<CompositeFactory,Composite>.layout(Layout)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
5. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.java
 (at line 115)
Composite buttonComposite = WidgetFactory.composite(SWT.RIGHT).layout(layout).layoutData(data)
Discouraged access: The method 'AbstractControlFactory<CompositeFactory,Composite>.layoutData(Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
6. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.java
 (at line 116)
.create(composite);
Discouraged access: The method 'AbstractWidgetFactory<CompositeFactory,Composite,Composite>.create(Composite)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
7. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.java
 (at line 148)
Composite buttonComposite = WidgetFactory.composite(SWT.NONE).layout(layout)
Discouraged access: The type 'WidgetFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
8. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.java
 (at line 148)
Composite buttonComposite = WidgetFactory.composite(SWT.NONE).layout(layout)
Discouraged access: The method 'WidgetFactory.composite(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
9. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.java
 (at line 148)
Composite buttonComposite = WidgetFactory.composite(SWT.NONE).layout(layout)
Discouraged access: The method 'AbstractCompositeFactory<CompositeFactory,Composite>.layout(Layout)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
10. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.java
 (at line 149)
.layoutData(new GridData(GridData.HORIZONTAL_ALIGN_BEGINNING)).create(composite);
Discouraged access: The method 'AbstractControlFactory<CompositeFactory,Composite>.layoutData(Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
11. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.java
 (at line 149)
.layoutData(new GridData(GridData.HORIZONTAL_ALIGN_BEGINNING)).create(composite);
Discouraged access: The method 'AbstractWidgetFactory<CompositeFactory,Composite,Composite>.create(Composite)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/CycleViewHandler.java
 (at line 30)
import org.eclipse.e4.ui.workbench.addons.splitteraddon.SplitHost;
Discouraged access: The type 'SplitHost' 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/CycleViewHandler.java
 (at line 59)
.filter((p) -> !(p.getObject() instanceof SplitHost)).collect(Collectors.toList());
Discouraged access: The type 'SplitHost' 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 28)
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 104)
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 104)
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 52)
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/dialogs/SelectionDialog.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/dialogs/SelectionDialog.java
 (at line 23)
import org.eclipse.jface.widgets.LabelFactory;
Discouraged access: The type 'LabelFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
2. WARNING in /Eclipse UI/org/eclipse/ui/dialogs/SelectionDialog.java
 (at line 24)
import org.eclipse.jface.widgets.WidgetFactory;
Discouraged access: The type 'WidgetFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
3. WARNING in /Eclipse UI/org/eclipse/ui/dialogs/SelectionDialog.java
 (at line 99)
LabelFactory factory = WidgetFactory.label(SWT.NONE).font(composite.getFont());
Discouraged access: The type 'LabelFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
4. WARNING in /Eclipse UI/org/eclipse/ui/dialogs/SelectionDialog.java
 (at line 99)
LabelFactory factory = WidgetFactory.label(SWT.NONE).font(composite.getFont());
Discouraged access: The type 'WidgetFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
5. WARNING in /Eclipse UI/org/eclipse/ui/dialogs/SelectionDialog.java
 (at line 99)
LabelFactory factory = WidgetFactory.label(SWT.NONE).font(composite.getFont());
Discouraged access: The method 'WidgetFactory.label(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
6. WARNING in /Eclipse UI/org/eclipse/ui/dialogs/SelectionDialog.java
 (at line 99)
LabelFactory factory = WidgetFactory.label(SWT.NONE).font(composite.getFont());
Discouraged access: The method 'AbstractControlFactory<LabelFactory,Label>.font(Font)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
7. WARNING in /Eclipse UI/org/eclipse/ui/dialogs/SelectionDialog.java
 (at line 101)
factory.text(message);
Discouraged access: The method 'LabelFactory.text(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
8. WARNING in /Eclipse UI/org/eclipse/ui/dialogs/SelectionDialog.java
 (at line 103)
return factory.create(composite);
Discouraged access: The method 'AbstractWidgetFactory<LabelFactory,Label,Composite>.create(Composite)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')

/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 29)
import org.eclipse.jface.widgets.ButtonFactory;
Discouraged access: The type 'ButtonFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
2. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 30)
import org.eclipse.jface.widgets.WidgetFactory;
Discouraged access: The type 'WidgetFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
3. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 161)
ButtonFactory buttonFactory = WidgetFactory.button(SWT.RADIO).onSelect(e -> updateButtonAvailability());
Discouraged access: The type 'ButtonFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
4. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 161)
ButtonFactory buttonFactory = WidgetFactory.button(SWT.RADIO).onSelect(e -> updateButtonAvailability());
Discouraged access: The type 'WidgetFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
5. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 161)
ButtonFactory buttonFactory = WidgetFactory.button(SWT.RADIO).onSelect(e -> updateButtonAvailability());
Discouraged access: The method 'WidgetFactory.button(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
6. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 161)
ButtonFactory buttonFactory = WidgetFactory.button(SWT.RADIO).onSelect(e -> updateButtonAvailability());
Discouraged access: The method 'ButtonFactory.onSelect(Consumer<SelectionEvent>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
7. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 163)
buttonWindowSet = buttonFactory.text(WorkbenchMessages.WindowWorkingSets).
Discouraged access: The method 'ButtonFactory.text(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
8. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 164)
layoutData(new GridData(GridData.FILL_HORIZONTAL)).create(composite);
Discouraged access: The method 'AbstractControlFactory<ButtonFactory,Button>.layoutData(Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
9. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 164)
layoutData(new GridData(GridData.FILL_HORIZONTAL)).create(composite);
Discouraged access: The method 'AbstractWidgetFactory<ButtonFactory,Button,Composite>.create(Composite)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
10. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 166)
buttonNoSet = buttonFactory.text(WorkbenchMessages.NoWorkingSet)
Discouraged access: The method 'ButtonFactory.text(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
11. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 167)
.layoutData(new GridData(GridData.FILL_HORIZONTAL)).create(composite);
Discouraged access: The method 'AbstractControlFactory<ButtonFactory,Button>.layoutData(Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
12. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 167)
.layoutData(new GridData(GridData.FILL_HORIZONTAL)).create(composite);
Discouraged access: The method 'AbstractWidgetFactory<ButtonFactory,Button,Composite>.create(Composite)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
13. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 169)
buttonSelectedSets = buttonFactory.text(WorkbenchMessages.SelectedWorkingSets).create(composite);
Discouraged access: The method 'ButtonFactory.text(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
14. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 169)
buttonSelectedSets = buttonFactory.text(WorkbenchMessages.SelectedWorkingSets).create(composite);
Discouraged access: The method 'AbstractWidgetFactory<ButtonFactory,Button,Composite>.create(Composite)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
15. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 192)
Composite viewerComposite = WidgetFactory.composite(SWT.NONE).layout(layout).layoutData(data).create(composite);
Discouraged access: The type 'WidgetFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
16. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 192)
Composite viewerComposite = WidgetFactory.composite(SWT.NONE).layout(layout).layoutData(data).create(composite);
Discouraged access: The method 'WidgetFactory.composite(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
17. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 192)
Composite viewerComposite = WidgetFactory.composite(SWT.NONE).layout(layout).layoutData(data).create(composite);
Discouraged access: The method 'AbstractCompositeFactory<CompositeFactory,Composite>.layout(Layout)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
18. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 192)
Composite viewerComposite = WidgetFactory.composite(SWT.NONE).layout(layout).layoutData(data).create(composite);
Discouraged access: The method 'AbstractControlFactory<CompositeFactory,Composite>.layoutData(Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
19. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
 (at line 192)
Composite viewerComposite = WidgetFactory.composite(SWT.NONE).layout(layout).layoutData(data).create(composite);
Discouraged access: The method 'AbstractWidgetFactory<CompositeFactory,Composite,Composite>.create(Composite)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java
 (at line 40)
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 325)
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 325)
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 339)
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 339)
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 421)
MApplicationElement model = (MApplicationElement) mToolBar.getTransientData().get(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 421)
MApplicationElement model = (MApplicationElement) mToolBar.getTransientData().get(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 435)
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 435)
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 453)
MApplicationElement model = (MApplicationElement) mMenu.getTransientData().get(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 453)
MApplicationElement model = (MApplicationElement) mMenu.getTransientData().get(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 467)
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 467)
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')
14. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java
 (at line 495)
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')
15. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java
 (at line 495)
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')
16. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java
 (at line 511)
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')
17. WARNING in /Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java
 (at line 511)
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/WorkbookEditorsHandler.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java
 (at line 27)
import org.eclipse.e4.ui.workbench.swt.internal.copy.SearchPattern;
Discouraged access: The type 'SearchPattern' 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.swt/target/classes')
2. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java
 (at line 68)
private SearchPattern searchPattern;
Discouraged access: The type 'SearchPattern' 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.swt/target/classes')
3. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java
 (at line 106)
SearchPattern getMatcher() {
Discouraged access: The type 'SearchPattern' 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.swt/target/classes')
4. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java
 (at line 115)
SearchPattern patternMatcher = new SearchPattern();
Discouraged access: The type 'SearchPattern' 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.swt/target/classes')
5. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java
 (at line 115)
SearchPattern patternMatcher = new SearchPattern();
Discouraged access: The type 'SearchPattern' 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.swt/target/classes')
6. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java
 (at line 115)
SearchPattern patternMatcher = new SearchPattern();
Discouraged access: The constructor 'SearchPattern()' 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.swt/target/classes')
7. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java
 (at line 119)
patternMatcher.setPattern(pattern);
Discouraged access: The method 'SearchPattern.setPattern(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.workbench.swt/target/classes')
8. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java
 (at line 143)
SearchPattern matcher = WorkbookEditorsHandler.this.getMatcher();
Discouraged access: The type 'SearchPattern' 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.swt/target/classes')
9. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java
 (at line 147)
String pattern = matcher.getPattern();
Discouraged access: The method 'SearchPattern.getPattern()' 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.swt/target/classes')
10. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java
 (at line 207)
SearchPattern matcher = getMatcher();
Discouraged access: The type 'SearchPattern' 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.swt/target/classes')
11. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java
 (at line 222)
return matcher.matches(matchName);
Discouraged access: The method 'SearchPattern.matches(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.workbench.swt/target/classes')

/Eclipse UI/org/eclipse/ui/internal/dialogs/SimpleWorkingSetSelectionDialog.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/SimpleWorkingSetSelectionDialog.java
 (at line 26)
import org.eclipse.jface.widgets.WidgetFactory;
Discouraged access: The type 'WidgetFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
2. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/SimpleWorkingSetSelectionDialog.java
 (at line 117)
Composite viewerComposite = WidgetFactory.composite(SWT.NONE).layout(layout)
Discouraged access: The type 'WidgetFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
3. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/SimpleWorkingSetSelectionDialog.java
 (at line 117)
Composite viewerComposite = WidgetFactory.composite(SWT.NONE).layout(layout)
Discouraged access: The method 'WidgetFactory.composite(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
4. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/SimpleWorkingSetSelectionDialog.java
 (at line 117)
Composite viewerComposite = WidgetFactory.composite(SWT.NONE).layout(layout)
Discouraged access: The method 'AbstractCompositeFactory<CompositeFactory,Composite>.layout(Layout)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
5. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/SimpleWorkingSetSelectionDialog.java
 (at line 118)
.layoutData(new GridData(GridData.FILL_BOTH)).create(composite);
Discouraged access: The method 'AbstractControlFactory<CompositeFactory,Composite>.layoutData(Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')
6. WARNING in /Eclipse UI/org/eclipse/ui/internal/dialogs/SimpleWorkingSetSelectionDialog.java
 (at line 118)
.layoutData(new GridData(GridData.FILL_BOTH)).create(composite);
Discouraged access: The method 'AbstractWidgetFactory<CompositeFactory,Composite,Composite>.create(Composite)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes')