Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 249 Number of classfiles: 512
Problems: 6 (Errors: 0 Warnings: 6 )
Discouraged access: The type BaseSaveAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
FacesConfigEditor.java :
100 : import org.eclipse.ui.internal.BaseSaveAction;
Unnecessary @SuppressWarnings("hiding")
FacesConfigEditor.java :
210 : @SuppressWarnings("hiding")
Unnecessary @SuppressWarnings("hiding")
FacesConfigEditor.java :
213 : @SuppressWarnings("hiding")
Discouraged access: The type BaseSaveAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
FacesConfigEditor.java :
552 : if (sourcePageSaveAction instanceof BaseSaveAction) {
Discouraged access: The method partDeactivated(IWorkbenchPart) from the type BaseSaveAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
FacesConfigEditor.java :
553 : ((BaseSaveAction)sourcePageSaveAction).partDeactivated(FacesConfigEditor.this);
Discouraged access: The type BaseSaveAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
FacesConfigEditor.java :
553 : ((BaseSaveAction)sourcePageSaveAction).partDeactivated(FacesConfigEditor.this);