errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
errors | others warnings | forbidden warnings | discouraged warnings |
1. INFO in /Eclipse UI/org/eclipse/ui/part/PageBookView.java (at line 483) @SuppressWarnings("unchecked") At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored |
1. INFO in /Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java (at line 243) @SuppressWarnings("unchecked") At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored |
1. INFO in /Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java (at line 1190) @SuppressWarnings("unchecked") At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored |
1. INFO in /Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java (at line 626) @SuppressWarnings({ "unchecked" }) At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored |
1. INFO in /Eclipse UI/org/eclipse/ui/commands/Priority.java (at line 48) @SuppressWarnings("rawtypes") At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored |
1. INFO in /Eclipse UI/org/eclipse/ui/commands/AbstractHandler.java (at line 41) @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 100) @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 136) @SuppressWarnings("rawtypes") At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored |
1. INFO in /Eclipse UI/org/eclipse/ui/internal/statushandlers/WorkbenchStatusDialogManagerImpl.java (at line 534) @SuppressWarnings("unchecked") At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored |
1. INFO in /Eclipse UI/org/eclipse/ui/internal/registry/FileEditorMapping.java (at line 96) @SuppressWarnings("unchecked") At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored |
1. INFO in /Eclipse UI/org/eclipse/ui/internal/e4/migration/PerspectiveBuilder.java (at line 364) @SuppressWarnings("unchecked") At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored |
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 |
1. INFO in /Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessContents.java (at line 397) @SuppressWarnings("unchecked") At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored |
1. INFO in /Eclipse UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java (at line 201) @SuppressWarnings("unchecked") At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored |
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 |
1. INFO in /Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java (at line 101) @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 185) @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 203) @SuppressWarnings("unchecked") At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored |
1. INFO in /Eclipse UI/org/eclipse/ui/internal/PartTester.java (at line 94) Assert.isTrue(!part.equals(Integer.valueOf(32)), Unlikely argument type for equals(): Integer seems to be unrelated to IWorkbenchPart |
1. INFO in /Eclipse UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java (at line 447) @SuppressWarnings("unchecked") At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored |
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 |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 85) 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 86) 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 965) * 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') |
4. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 965) * 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') |
5. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1063) 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 1072) 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 1073) 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 1077) 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 1081) 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 1082) 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 1090) 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 1091) 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 1092) 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 1097) 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 1097) 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 1097) 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 1112) + 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 1146) * {@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') |
19. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1151) * @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') |
20. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (at line 1154) 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 1158) 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 1158) 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') |
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 916) 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 919) 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 919) 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 921) 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 924) 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 941) 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 941) 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 946) 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 946) 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/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 246) 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 246) 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') |
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 58) EModelService.PRESENTATION).stream().filter((p) -> !(p.getObject() instanceof 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') |
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 103) 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 103) 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/quickaccess/SearchField.java (at line 51) 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') |
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 328) 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 328) 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 342) 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 342) 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 428) 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 428) 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 444) 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 444) 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 463) 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 463) 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 479) 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 479) 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 507) 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 507) 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 523) 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 523) 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/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 66) 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 105) 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 114) 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 114) 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 114) 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 118) 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 212) 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') |
9. WARNING in /Eclipse UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java (at line 227) 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') |