Compiler log for org.eclipse.team.cvs.ui_3.3.1.r33x_20070807 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 5

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/team/internal/ccvs/ui/AnnotateView.java : 5 warnings :

DISCOURAGED ACCESS 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/M200710231652/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/M200710231652/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/M200710231652/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/M200710231652/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/M200710231652/src/plugins/org.eclipse.ui.workbench/@dot