Compiler log for org.eclipse.team.ui_3.4.1.r34x_20080827 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 15

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 : 9 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/M/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/team/internal/ui/Utils.java
 (at line 58)
import org.eclipse.ui.internal.registry.EditorDescriptor;
Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/team/internal/ui/Utils.java
 (at line 993)
if (!(descriptor instanceof EditorDescriptor))
Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/team/internal/ui/Utils.java
 (at line 996)
EditorDescriptor desc = (EditorDescriptor) descriptor;
Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/team/internal/ui/Utils.java
 (at line 996)
EditorDescriptor desc = (EditorDescriptor) descriptor;
Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/team/internal/ui/Utils.java
 (at line 997)
String className = desc.getClassName();
Discouraged access: The method getClassName() from the type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/team/internal/ui/Utils.java
 (at line 998)
String contributor = desc.getPluginId();
Discouraged access: The method getPluginId() from the type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/team/internal/ui/Utils.java
 (at line 1013)
IEditorPart editor= desc.createEditor();
Discouraged access: The method createEditor() from the type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/team/internal/ui/Utils.java
 (at line 1037)
if (part instanceof ErrorEditorPart) {
Discouraged access: The type ErrorEditorPart is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/team/ui/PageSaveablePart.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/ui/PageSaveablePart.java
 (at line 19)
import org.eclipse.compare.internal.CompareEditor;
Discouraged access: The type CompareEditor is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.compare/@dot
2. WARNING in /src/org/eclipse/team/ui/PageSaveablePart.java
 (at line 20)
import org.eclipse.compare.internal.CompareEditorInputNavigator;
Discouraged access: The type CompareEditorInputNavigator is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.compare/@dot
3. WARNING in /src/org/eclipse/team/ui/PageSaveablePart.java
 (at line 212)
Object o= cc.getProperty(CompareEditor.CONFIRM_SAVE_PROPERTY);
Discouraged access: The type CompareEditor is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.compare/@dot
4. WARNING in /src/org/eclipse/team/ui/PageSaveablePart.java
 (at line 212)
Object o= cc.getProperty(CompareEditor.CONFIRM_SAVE_PROPERTY);
Discouraged access: The field CONFIRM_SAVE_PROPERTY from the type CompareEditor is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.compare/@dot
5. WARNING in /src/org/eclipse/team/ui/PageSaveablePart.java
 (at line 319)
configuration.setProperty(SynchronizePageConfiguration.P_NAVIGATOR, new CompareEditorInputNavigator( new Object[] { configuration.getProperty(SynchronizePageConfiguration.P_ADVISOR), fStructuredComparePane, fContentPane } ));
Discouraged access: The constructor CompareEditorInputNavigator(Object[]) is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.compare/@dot
6. WARNING in /src/org/eclipse/team/ui/PageSaveablePart.java
 (at line 319)
configuration.setProperty(SynchronizePageConfiguration.P_NAVIGATOR, new CompareEditorInputNavigator(
Discouraged access: The type CompareEditorInputNavigator is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.compare/@dot