errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 57) import org.eclipse.ui.internal.ErrorEditorPart; Discouraged access: The type ErrorEditorPart is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 984) if (part instanceof ErrorEditorPart) { Discouraged access: The type ErrorEditorPart is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/team/ui/history/RevisionAnnotationController.java (at line 31) import org.eclipse.ui.internal.registry.EditorDescriptor; Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/team/ui/history/RevisionAnnotationController.java (at line 196) if (descriptor instanceof EditorDescriptor) { Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/team/ui/history/RevisionAnnotationController.java (at line 197) EditorDescriptor desc = (EditorDescriptor) descriptor; Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/team/ui/history/RevisionAnnotationController.java (at line 197) EditorDescriptor desc = (EditorDescriptor) descriptor; Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/team/ui/history/RevisionAnnotationController.java (at line 198) return desc.createEditor() instanceof AbstractDecoratedTextEditor; Discouraged access: The method createEditor() from the type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |