Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 71 Number of classfiles: 80
Problems: 28 (Errors: 0 Warnings: 28 )
Discouraged access: The type WorkbenchNavigatorMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.navigator.resources_3.4.201.M20100707-0800.jar
JEEActionProvider.java :
38 : import org.eclipse.ui.internal.navigator.resources.plugin.WorkbenchNavigatorMessages;
Discouraged access: The type WorkbenchNavigatorMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.navigator.resources_3.4.201.M20100707-0800.jar
JEEActionProvider.java :
208 : IMenuManager submenu= new MenuManager(WorkbenchNavigatorMessages.OpenActionProvider_OpenWithMenu_label,
Discouraged access: The field OpenActionProvider_OpenWithMenu_label from the type WorkbenchNavigatorMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.navigator.resources_3.4.201.M20100707-0800.jar
JEEActionProvider.java :
208 : IMenuManager submenu= new MenuManager(WorkbenchNavigatorMessages.OpenActionProvider_OpenWithMenu_label,
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
OpenJEEResourceAction.java :
28 : import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility;
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
OpenJEEResourceAction.java :
271 : EditorUtility.openInEditor(cu);
Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
OpenJEEResourceAction.java :
271 : EditorUtility.openInEditor(cu);
Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar
AddProjectToEARDropAssistant.java :
35 : import org.eclipse.jdt.internal.core.JarPackageFragmentRoot;
Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar
AddProjectToEARDropAssistant.java :
156 : if (sourceObject instanceof JarPackageFragmentRoot) {
Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar
AddProjectToEARDropAssistant.java :
157 : JarPackageFragmentRoot jarPackageFragment = (JarPackageFragmentRoot) sourceObject;
Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar
AddProjectToEARDropAssistant.java :
157 : JarPackageFragmentRoot jarPackageFragment = (JarPackageFragmentRoot) sourceObject;
Discouraged access: The method getPath() from the type PackageFragmentRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar
AddProjectToEARDropAssistant.java :
160 : IVirtualComponent archive = ComponentCore.createArchiveComponent(earComponent.getProject(), type + jarPackageFragment.getPath().toString());
Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar
AddProjectToEARDropAssistant.java :
245 : if (next instanceof JarPackageFragmentRoot) {
Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar
AddProjectToEARDropAssistant.java :
246 : JarPackageFragmentRoot jar = (JarPackageFragmentRoot) next;
Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar
AddProjectToEARDropAssistant.java :
246 : JarPackageFragmentRoot jar = (JarPackageFragmentRoot) next;
Discouraged access: The method getElementName() from the type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar
AddProjectToEARDropAssistant.java :
248 : if (reference.getArchiveName().equals(jar.getElementName())) {
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar
ShowDepPropPageAction.java :
21 : import org.eclipse.ui.internal.dialogs.PropertyDialog;
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar
ShowDepPropPageAction.java :
42 : PreferenceDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow().
Discouraged access: The method createDialogOn(Shell, String, Object) from the type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar
ShowDepPropPageAction.java :
42 : PreferenceDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow(). getShell(), "org.eclipse.wst.common.componentcore.ui.DeploymentAssemblyPage", earProject); //$NON-NLS-1$
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
BeanInterfaceNode.java :
17 : import org.eclipse.jdt.internal.ui.JavaPluginImages;
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
BeanInterfaceNode.java :
64 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);
Discouraged access: The method get(String) from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
BeanInterfaceNode.java :
64 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
BeanInterfaceNode.java :
64 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);
Discouraged access: The field IMG_OBJS_CUNIT from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
BeanInterfaceNode.java :
64 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
BeanNode.java :
16 : import org.eclipse.jdt.internal.ui.JavaPluginImages;
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
BeanNode.java :
71 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);
Discouraged access: The method get(String) from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
BeanNode.java :
71 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
BeanNode.java :
71 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);
Discouraged access: The field IMG_OBJS_CUNIT from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
BeanNode.java :
71 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);