Compiler log for org.eclipse.ui.views_3.4.1.M20090826-0800 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 10

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/ui/views/properties/PinPropertySheetAction.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 17)
import org.eclipse.ui.internal.IWorkbenchGraphicConstants;
Discouraged access: The type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 18)
import org.eclipse.ui.internal.WorkbenchImages;
Discouraged access: The type WorkbenchImages is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 34)
setImageDescriptor(WorkbenchImages
Discouraged access: The type WorkbenchImages is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 34)
setImageDescriptor(WorkbenchImages .getImageDescriptor(IWorkbenchGraphicConstants.IMG_ETOOL_PIN_EDITOR));
Discouraged access: The method getImageDescriptor(String) from the type WorkbenchImages is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 35)
.getImageDescriptor(IWorkbenchGraphicConstants.IMG_ETOOL_PIN_EDITOR));
Discouraged access: The type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 35)
.getImageDescriptor(IWorkbenchGraphicConstants.IMG_ETOOL_PIN_EDITOR));
Discouraged access: The field IMG_ETOOL_PIN_EDITOR from the type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 36)
setDisabledImageDescriptor(WorkbenchImages
Discouraged access: The type WorkbenchImages is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 36)
setDisabledImageDescriptor(WorkbenchImages .getImageDescriptor(IWorkbenchGraphicConstants.IMG_ETOOL_PIN_EDITOR_DISABLED));
Discouraged access: The method getImageDescriptor(String) from the type WorkbenchImages is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 37)
.getImageDescriptor(IWorkbenchGraphicConstants.IMG_ETOOL_PIN_EDITOR_DISABLED));
Discouraged access: The type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 37)
.getImageDescriptor(IWorkbenchGraphicConstants.IMG_ETOOL_PIN_EDITOR_DISABLED));
Discouraged access: The field IMG_ETOOL_PIN_EDITOR_DISABLED from the type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot