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/ccvs/ui/AnnotateView.java (at line 33) import org.eclipse.ui.internal.registry.EditorDescriptor; Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/team/internal/ccvs/ui/AnnotateView.java (at line 376) if (descriptor instanceof EditorDescriptor) { Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/team/internal/ccvs/ui/AnnotateView.java (at line 377) EditorDescriptor desc = (EditorDescriptor) descriptor; Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/team/internal/ccvs/ui/AnnotateView.java (at line 377) EditorDescriptor desc = (EditorDescriptor) descriptor; Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/team/internal/ccvs/ui/AnnotateView.java (at line 378) return desc.createEditor() instanceof ITextEditor; Discouraged access: The method createEditor() from the type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot |