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

TOTAL : ERRORS: 0, WARNINGS: 7

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/ui/Utils.java : 2 warnings :

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

/src/org/eclipse/team/ui/history/RevisionAnnotationController.java : 5 warnings :

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