Compiler log for org.eclipse.ui.views_3.6.0.I20110412-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 18)
import org.eclipse.ui.internal.IWorkbenchGraphicConstants;
Discouraged access: The type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 19)
import org.eclipse.ui.internal.WorkbenchImages;
Discouraged access: The type WorkbenchImages is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 38)
setImageDescriptor(WorkbenchImages
Discouraged access: The type WorkbenchImages is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 38)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 39)
.getImageDescriptor(IWorkbenchGraphicConstants.IMG_ETOOL_PIN_EDITOR));
Discouraged access: The type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 39)
.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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 40)
setDisabledImageDescriptor(WorkbenchImages
Discouraged access: The type WorkbenchImages is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 40)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 41)
.getImageDescriptor(IWorkbenchGraphicConstants.IMG_ETOOL_PIN_EDITOR_DISABLED));
Discouraged access: The type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/views/properties/PinPropertySheetAction.java
 (at line 41)
.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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot