| 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 101) import org.eclipse.ui.internal.ErrorEditorPart; Discouraged access: The type 'ErrorEditorPart' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 102) import org.eclipse.ui.internal.registry.EditorDescriptor; Discouraged access: The type 'EditorDescriptor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1060) if (!(descriptor instanceof EditorDescriptor)) Discouraged access: The type 'EditorDescriptor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1063) EditorDescriptor desc = (EditorDescriptor) descriptor; Discouraged access: The type 'EditorDescriptor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1063) EditorDescriptor desc = (EditorDescriptor) descriptor; Discouraged access: The type 'EditorDescriptor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1064) String className = desc.getClassName(); Discouraged access: The method 'EditorDescriptor.getClassName()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1065) String contributor = desc.getPluginId(); Discouraged access: The method 'EditorDescriptor.getPluginId()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1080) IEditorPart editor= desc.createEditor(); Discouraged access: The method 'EditorDescriptor.createEditor()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1110) if (part instanceof ErrorEditorPart) { Discouraged access: The type 'ErrorEditorPart' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 50) import org.eclipse.ui.internal.WorkbenchPage; Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 297) WorkbenchPage workbenchPage = (WorkbenchPage) (page.getSite().getPage()); Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 297) WorkbenchPage workbenchPage = (WorkbenchPage) (page.getSite().getPage()); Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 298) workbenchPage.openEditorFromDescriptor(editorInput, editorDescriptor, true, null); Discouraged access: The method 'WorkbenchPage.openEditorFromDescriptor(IEditorInput, IEditorDescriptor, boolean, IMemento)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') |