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 /src/org/eclipse/team/internal/ui/synchronize/actions/ShowSynchronizeParticipantAction.java (at line 43) if (!fPage.equals(fView.getParticipant())) { Unlikely argument type for equals(): ISynchronizeParticipant seems to be unrelated to ISynchronizeParticipantReference |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 100) import org.eclipse.ui.internal.ErrorEditorPart; Discouraged access: The type 'ErrorEditorPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |
2. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 101) import org.eclipse.ui.internal.registry.EditorDescriptor; Discouraged access: The type 'EditorDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |
3. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1058) if (!(descriptor instanceof EditorDescriptor)) Discouraged access: The type 'EditorDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |
4. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1061) EditorDescriptor desc = (EditorDescriptor) descriptor; Discouraged access: The type 'EditorDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |
5. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1061) EditorDescriptor desc = (EditorDescriptor) descriptor; Discouraged access: The type 'EditorDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |
6. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1062) String className = desc.getClassName(); Discouraged access: The method 'EditorDescriptor.getClassName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |
7. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1063) String contributor = desc.getPluginId(); Discouraged access: The method 'EditorDescriptor.getPluginId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |
8. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1078) IEditorPart editor= desc.createEditor(); Discouraged access: The method 'EditorDescriptor.createEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |
9. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1108) if (part instanceof ErrorEditorPart) { Discouraged access: The type 'ErrorEditorPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |
1. WARNING in /src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java (at line 51) import org.eclipse.ui.internal.WorkbenchPage; Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |
2. WARNING in /src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java (at line 296) WorkbenchPage workbenchPage = (WorkbenchPage) (page.getSite().getPage()); Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |
3. WARNING in /src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java (at line 296) WorkbenchPage workbenchPage = (WorkbenchPage) (page.getSite().getPage()); Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |
4. WARNING in /src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java (at line 297) workbenchPage.openEditorFromDescriptor(editorInput, editorDescriptor, true, null); Discouraged access: The method 'WorkbenchPage.openEditorFromDescriptor(IEditorInput, IEditorDescriptor, boolean, IMemento)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |