Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 231 Number of classfiles: 365
Problems: 130 (Errors: 0 Warnings: 130 )
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
WTPUIWorkingCopyManager.java :
32 : import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type ICompilationUnitDocumentProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
WTPUIWorkingCopyManager.java :
33 : import org.eclipse.jdt.internal.ui.javaeditor.ICompilationUnitDocumentProvider;
Discouraged access: The type InternalClassFileEditorInput is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
WTPUIWorkingCopyManager.java :
34 : import org.eclipse.jdt.internal.ui.javaeditor.InternalClassFileEditorInput;
Discouraged access: The type ICompilationUnitDocumentProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
WTPUIWorkingCopyManager.java :
59 : private ICompilationUnitDocumentProvider cuDocumentProvider;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
WTPUIWorkingCopyManager.java :
68 : cuDocumentProvider = JavaPlugin.getDefault().getCompilationUnitDocumentProvider();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
WTPUIWorkingCopyManager.java :
68 : cuDocumentProvider = JavaPlugin.getDefault().getCompilationUnitDocumentProvider();
Discouraged access: The method getCompilationUnitDocumentProvider() from the type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
WTPUIWorkingCopyManager.java :
68 : cuDocumentProvider = JavaPlugin.getDefault().getCompilationUnitDocumentProvider();
Discouraged access: The constructor InternalClassFileEditorInput(IClassFile) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
WTPUIWorkingCopyManager.java :
212 : return new InternalClassFileEditorInput((IClassFile) element);
Discouraged access: The type InternalClassFileEditorInput is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
WTPUIWorkingCopyManager.java :
212 : return new InternalClassFileEditorInput((IClassFile) element);
The local variable stat is never read
AddModulestoEARPropertiesPage.java :
364 : IStatus stat = OK_STATUS;
The local variable o is never read
AddModulestoEARPropertiesPage.java :
805 : Object o = event.getSource();
The local variable p is never read
AddModulestoEARPropertiesPage.java :
1008 : IPath p = null;
The local variable cmp is never read
AddModulestoEARPropertiesPage.java :
1125 : IVirtualComponent cmp = ComponentCore.createComponent(earProject);
The local variable refedCompName is never read
AddModulestoEARPropertiesPage.java :
1179 : String refedCompName;
Null pointer access: The variable p can only be null at this location
AvailableJ2EEComponentsForEARContentProvider.java :
152 : if ((p == null) && (p.segmentCount() == 0))
The local variable unresolvedURI is never read
AvailableJ2EEComponentsForEARContentProvider.java :
186 : String unresolvedURI = null;
The static field DependencyConflictResolveDialog.BTN_ID_CANCEL should be accessed in a static way
ClasspathTableManager.java :
485 : if (dlg.open() == dlg.BTN_ID_CANCEL) {
The local variable earModel is never read
JARDependencyPropertiesPage.java :
930 : IEARModelProvider earModel = (IEARModelProvider)ModelProviderManager.getModelProvider(ears[i]);
The local variable stat is never read
JARDependencyPropertiesPage.java :
959 : IStatus stat = IDataModelProvider.OK_STATUS;
The import java.lang.reflect.InvocationTargetException is never used
UpdateManifestOperation.java :
19 : import java.lang.reflect.InvocationTargetException;
The import org.eclipse.jface.operation.IRunnableContext is never used
UpdateManifestOperation.java :
22 : import org.eclipse.jface.operation.IRunnableContext;
The static method logError(CoreException) from the type J2EEPlugin should be accessed in a static way
WebLibDependencyPropertiesPage.java :
207 : J2EEPlugin.getDefault().logError(e);
The static method logError(CoreException) from the type J2EEPlugin should be accessed in a static way
WebLibDependencyPropertiesPage.java :
272 : J2EEPlugin.getDefault().logError(ex);
The import org.eclipse.ui.IActionDelegate is never used
AbstractOpenWizardWorkbenchAction.java :
16 : import org.eclipse.ui.IActionDelegate;
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
J2EEDeployAction.java :
125 : String message = MessageFormat.format(J2EEUIMessages.getResourceString("DEPLOY_RUNTIME_NOT_FOUND"), new String []{proj.getName()});
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
J2EEDeployAction.java :
139 : displayMessageDialog(MessageFormat.format(J2EEUIMessages.getResourceString("DEPLOY_PROJECT_NOT_SUPPORTED"), new String []{proj.getName()}), shell);
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaEEDropDownAction.java :
20 : import org.eclipse.jdt.internal.ui.util.CoreUtility;
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaEEDropDownAction.java :
175 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);
Discouraged access: The method createExtension(IConfigurationElement, String) from the type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaEEDropDownAction.java :
175 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
OpenJ2EEResourceAction.java :
32 : import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility;
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
OpenJ2EEResourceAction.java :
206 : EditorUtility.openInEditor(cu);
Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
OpenJ2EEResourceAction.java :
206 : EditorUtility.openInEditor(cu);
Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
FilteredFileSelectionDialog.java :
14 : import org.eclipse.jdt.internal.ui.wizards.TypedElementSelectionValidator;
Discouraged access: The constructor TypedElementSelectionValidator(Class[], boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
FilteredFileSelectionDialog.java :
61 : setValidator(new TypedElementSelectionValidator(new Class[]{IFile.class}, allowMultiple));
Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
FilteredFileSelectionDialog.java :
61 : setValidator(new TypedElementSelectionValidator(new Class[]{IFile.class}, allowMultiple));
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
RenameModuleComposite.java :
138 : statusMessageLabel.setText(MessageFormat.format(J2EEUIMessages.getResourceString("Project_already_exists."), names)); //$NON-NLS-1$
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
RuntimeSelectionDialog.java :
60 : this.configuredMessage = MessageFormat.format(J2EEUIMessages.getResourceString("DEPLOY_RUNTIME_CONFIGURED"), new String []{project.getName()});
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
BinaryEditorUtilities.java :
30 : import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type JavaModelStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
BinaryEditorUtilities.java :
31 : import org.eclipse.jdt.internal.core.JavaModelStatus;
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
BinaryEditorUtilities.java :
58 : if (JavaModelManager.ZIP_ACCESS_VERBOSE) {
Discouraged access: The field ZIP_ACCESS_VERBOSE from the type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
BinaryEditorUtilities.java :
58 : if (JavaModelManager.ZIP_ACCESS_VERBOSE) {
Discouraged access: The constructor JavaModelStatus(int, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
BinaryEditorUtilities.java :
65 : throw new JavaModelException(new JavaModelStatus( IJavaModelStatusConstants.INVALID_PATH, this.entryName));
Discouraged access: The type JavaModelStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
BinaryEditorUtilities.java :
65 : throw new JavaModelException(new JavaModelStatus(
The method getFullPath() from the type BinaryEditorUtilities.JarEntryEditorInput is never used locally
BinaryEditorUtilities.java :
141 : public String getFullPath() {
The method getContentType() from the type BinaryEditorUtilities.JarEntryEditorInput is never used locally
BinaryEditorUtilities.java :
148 : public String getContentType() {
Discouraged access: The type EditorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
CommonEditorUtility.java :
28 : import org.eclipse.ui.internal.EditorManager;
Discouraged access: The type EditorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
CommonEditorUtility.java :
102 : return EditorManager.saveAll(dirtyEditors, true, true,false, J2EEUIPlugin.getActiveWorkbenchWindow());
Discouraged access: The method saveAll(List, boolean, boolean, boolean, IWorkbenchWindow) from the type EditorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
CommonEditorUtility.java :
102 : return EditorManager.saveAll(dirtyEditors, true, true,false, J2EEUIPlugin.getActiveWorkbenchWindow());
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
J2EEEditorUtility.java :
24 : import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility;
Discouraged access: The type JavaClassJDOMAdaptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.workbench/@dot
J2EEEditorUtility.java :
25 : import org.eclipse.jem.internal.adapters.jdom.JavaClassJDOMAdaptor;
Discouraged access: The type ReadAdaptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem/@dot
J2EEEditorUtility.java :
26 : import org.eclipse.jem.internal.java.adapters.ReadAdaptor;
Discouraged access: The type JavaClassJDOMAdaptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.workbench/@dot
J2EEEditorUtility.java :
76 : JavaClassJDOMAdaptor adaptor = (JavaClassJDOMAdaptor) EcoreUtil.getRegisteredAdapter(javaClass, ReadAdaptor.TYPE_KEY);
Discouraged access: The type JavaClassJDOMAdaptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.workbench/@dot
J2EEEditorUtility.java :
76 : JavaClassJDOMAdaptor adaptor = (JavaClassJDOMAdaptor) EcoreUtil.getRegisteredAdapter(javaClass, ReadAdaptor.TYPE_KEY);
Discouraged access: The type ReadAdaptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem/@dot
J2EEEditorUtility.java :
76 : JavaClassJDOMAdaptor adaptor = (JavaClassJDOMAdaptor) EcoreUtil.getRegisteredAdapter(javaClass, ReadAdaptor.TYPE_KEY);
Discouraged access: The field TYPE_KEY from the type ReadAdaptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem/@dot
J2EEEditorUtility.java :
76 : JavaClassJDOMAdaptor adaptor = (JavaClassJDOMAdaptor) EcoreUtil.getRegisteredAdapter(javaClass, ReadAdaptor.TYPE_KEY);
Discouraged access: The method getSourceType() from the type JavaClassJDOMAdaptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.workbench/@dot
J2EEEditorUtility.java :
78 : return adaptor.getSourceType();
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
J2EEEditorUtility.java :
96 : input = EditorUtility.getEditorInput(comp);
Discouraged access: The method getEditorInput(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
J2EEEditorUtility.java :
96 : input = EditorUtility.getEditorInput(comp);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
J2EEEditorUtility.java :
154 : return EditorUtility.openInEditor(type);
Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
J2EEEditorUtility.java :
154 : return EditorUtility.openInEditor(type);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
J2EEEditorUtility.java :
175 : return EditorUtility.openInEditor(aCompilationUnit);
Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
J2EEEditorUtility.java :
175 : return EditorUtility.openInEditor(aCompilationUnit);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
J2EEEditorUtility.java :
185 : return openInEditor(EditorUtility.getEditorInput(aCompilationUnit), editorId);
Discouraged access: The method getEditorInput(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
J2EEEditorUtility.java :
185 : return openInEditor(EditorUtility.getEditorInput(aCompilationUnit), editorId);
Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar
J2EEUIPlugin.java :
17 : import org.eclipse.core.internal.boot.PlatformURLConnection;
Discouraged access: The method getURLAsLocal() from the type PlatformURLConnection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar
J2EEUIPlugin.java :
78 : String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();
Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar
J2EEUIPlugin.java :
78 : String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();
The import org.eclipse.jface.viewers.IContentProvider is never used
J2EEAdapterFactoryContentProvider.java :
21 : import org.eclipse.jface.viewers.IContentProvider;
The import org.eclipse.jst.j2ee.internal.earcreation.modulemap.ModulemapAdapterFactory is never used
J2EEModulemapItemProviderAdapterFactory.java :
15 : import org.eclipse.jst.j2ee.internal.earcreation.modulemap.ModulemapAdapterFactory;
The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used
J2EEUtilityJavaProjectsItemProvider.java :
14 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;
The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used
UtilityModuleProjectItemProvider.java :
17 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;
The field RenameContextRootChange.model is never read locally
RenameContextRootChange.java :
34 : private IDataModel model;
The import org.eclipse.jface.viewers.ILabelDecorator is never used
AnnotationIconDecorator.java :
25 : import org.eclipse.jface.viewers.ILabelDecorator;
The field J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.weakWebApp is never read locally
J2EEWebAppItemProvider.java :
65 : private WeakReference weakWebApp;
The method updateContextParams(WebApp) from the type J2EEWebAppItemProvider is never used locally
J2EEWebAppItemProvider.java :
238 : private void updateContextParams(WebApp webApp) {
The method updateWelcomePages(WebApp) from the type J2EEWebAppItemProvider is never used locally
J2EEWebAppItemProvider.java :
251 : private void updateWelcomePages(WebApp webApp) {
The local variable filteredProjects is never read
AvailableUtilJarsAndWebLibProvider.java :
54 : List filteredProjects = new ArrayList();
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassesImportWizard.java :
29 : import org.eclipse.jdt.internal.ui.util.CoreUtility;
Discouraged access: The type CPListElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassesImportWizard.java :
30 : import org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListElement;
Discouraged access: The type CPListElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassesImportWizard.java :
106 : CPListElement entry = newCPLibraryElement(folder);
Discouraged access: The method getClasspathEntry() from the type CPListElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassesImportWizard.java :
107 : IClasspathEntry newEntry = entry.getClasspathEntry();
Discouraged access: The method getResource() from the type CPListElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassesImportWizard.java :
109 : IResource res = entry.getResource();
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassesImportWizard.java :
112 : CoreUtility.createFolder((IFolder) res, true, true, null);
Discouraged access: The method createFolder(IFolder, boolean, boolean, IProgressMonitor) from the type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassesImportWizard.java :
112 : CoreUtility.createFolder((IFolder) res, true, true, null);
Discouraged access: The type CPListElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassesImportWizard.java :
142 : private CPListElement newCPLibraryElement(IResource res) {
Discouraged access: The constructor CPListElement(IJavaProject, int, IPath, IResource) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassesImportWizard.java :
144 : return new CPListElement(javaProject, IClasspathEntry.CPE_LIBRARY, res.getFullPath(), res);
Discouraged access: The type CPListElement is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassesImportWizard.java :
144 : return new CPListElement(javaProject, IClasspathEntry.CPE_LIBRARY, res.getFullPath(), res);
Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar
DefaultJ2EEComponentCreationWizard.java :
26 : import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin;
Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar
DefaultJ2EEComponentCreationWizard.java :
57 : URL installURL = IDEWorkbenchPlugin.getDefault().getDescriptor().getInstallURL();
Discouraged access: The method getDefault() from the type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar
DefaultJ2EEComponentCreationWizard.java :
57 : URL installURL = IDEWorkbenchPlugin.getDefault().getDescriptor().getInstallURL();
Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
NewJ2EEComponentSelectionPage.java :
44 : import org.eclipse.ui.internal.WorkbenchPlugin;
Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
NewJ2EEComponentSelectionPage.java :
424 : IWizardRegistry newWizardRegistry = WorkbenchPlugin.getDefault().getNewWizardRegistry();
Discouraged access: The method getDefault() from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
NewJ2EEComponentSelectionPage.java :
424 : IWizardRegistry newWizardRegistry = WorkbenchPlugin.getDefault().getNewWizardRegistry();
Discouraged access: The method getNewWizardRegistry() from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
NewJ2EEComponentSelectionPage.java :
424 : IWizardRegistry newWizardRegistry = WorkbenchPlugin.getDefault().getNewWizardRegistry();
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassOptionsWizardPage.java :
22 : import org.eclipse.jdt.internal.ui.JavaPluginImages;
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassOptionsWizardPage.java :
23 : import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassOptionsWizardPage.java :
312 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);
Discouraged access: The method get(String) from the type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassOptionsWizardPage.java :
312 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassOptionsWizardPage.java :
312 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);
Discouraged access: The field IMG_OBJS_INTERFACE from the type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassOptionsWizardPage.java :
312 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassOptionsWizardPage.java :
361 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, context, scope,IJavaSearchConstants.INTERFACE);
Discouraged access: The constructor FilteredTypesSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassOptionsWizardPage.java :
361 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, context, scope,IJavaSearchConstants.INTERFACE);
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassOptionsWizardPage.java :
361 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, context, scope,IJavaSearchConstants.INTERFACE);
Discouraged access: The method setTitle(String) from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassOptionsWizardPage.java :
362 : dialog.setTitle(J2EEUIMessages.INTERFACE_SELECTION_DIALOG_TITLE);
Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassOptionsWizardPage.java :
363 : if (dialog.open() == Window.OK) {
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
39 : import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
40 : import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;
Discouraged access: The type IViewPartInputProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
41 : import org.eclipse.jdt.internal.ui.viewsupport.IViewPartInputProvider;
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
509 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);
Discouraged access: The constructor FilteredTypesSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
509 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
509 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);
Discouraged access: The method setTitle(String) from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
510 : dialog.setTitle(J2EEUIMessages.SUPERCLASS_SELECTION_DIALOG_TITLE);
Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
513 : if (dialog.open() == Window.OK) {
Discouraged access: The type IViewPartInputProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
672 : if (part instanceof IViewPartInputProvider) {
Discouraged access: The method getViewPartInput() from the type IViewPartInputProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
673 : Object elem = ((IViewPartInputProvider) part).getViewPartInput();
Discouraged access: The type IViewPartInputProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
673 : Object elem = ((IViewPartInputProvider) part).getViewPartInput();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
687 : JavaPlugin.log(e);
Discouraged access: The method log(Throwable) from the type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewJavaClassWizardPage.java :
687 : JavaPlugin.log(e);
Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar
WizardClassesImportPage1.java :
68 : import org.eclipse.ui.internal.ide.dialogs.IElementFilter;
Discouraged access: The method setRoot(Object) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar
WizardClassesImportPage1.java :
164 : this.selectionGroup.setRoot(null);
Discouraged access: The method setFocus() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar
WizardClassesImportPage1.java :
839 : selectionGroup.setFocus();
Discouraged access: The method setRoot(Object) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar
WizardClassesImportPage1.java :
961 : this.selectionGroup.setRoot(currentRoot);
Discouraged access: The method expandAll() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar
WizardClassesImportPage1.java :
965 : this.selectionGroup.expandAll();
Discouraged access: The method initialCheckTreeItem(Object) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar
WizardClassesImportPage1.java :
985 : this.selectionGroup.initialCheckTreeItem(temp);
Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar
WizardClassesImportPage1.java :
1140 : final IElementFilter filter = new IElementFilter() {
Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar
WizardClassesImportPage1.java :
1140 : final IElementFilter filter = new IElementFilter() {
Discouraged access: The method setFocus() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar
WizardClassesImportPage1.java :
1383 : selectionGroup.setFocus();
The field EarFacetInstallPage.Resources.pageTitle is never read locally
EarFacetInstallPage.java :
381 : public static String pageTitle;
The field EarFacetInstallPage.Resources.pageDescription is never read locally
EarFacetInstallPage.java :
382 : public static String pageDescription;
The field EarFacetInstallPage.Resources.contentDirLabelInvalid is never read locally
EarFacetInstallPage.java :
384 : public static String contentDirLabelInvalid;