Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 211 Number of classfiles: 329
Problems: 88 (Errors: 0 Warnings: 88 )
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
WTPUIWorkingCopyManager.java:
212: return new InternalClassFileEditorInput((IClassFile) element);
The local variable stat is never read
AddModulestoEARPropertiesPage.java:
186: IStatus stat = OK_STATUS;
The local variable unresolvedURI is never read
AvailableJ2EEComponentsForEARContentProvider.java:
125: String unresolvedURI = null;
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 TypedElementSelectionValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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:
136: 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 EditorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.ui.workbench_3.3.1.M20070921-1200.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-R2.0-R/eclipse/plugins/org.eclipse.ui.workbench_3.3.1.M20070921-1200.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-R2.0-R/eclipse/plugins/org.eclipse.ui.workbench_3.3.1.M20070921-1200.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/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-R2.0-R/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-R2.0-R/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-R2.0-R/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-R2.0-R/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-R2.0-R/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-R2.0-R/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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
J2EEEditorUtility.java:
97: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
J2EEEditorUtility.java:
97: input = EditorUtility.getEditorInput(comp);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
J2EEEditorUtility.java:
158: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
J2EEEditorUtility.java:
158: return EditorUtility.openInEditor(type);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
J2EEEditorUtility.java:
179: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
J2EEEditorUtility.java:
179: return EditorUtility.openInEditor(aCompilationUnit);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
J2EEEditorUtility.java:
189: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
J2EEEditorUtility.java:
189: return openInEditor(EditorUtility.getEditorInput(aCompilationUnit), editorId);
Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070426.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-R2.0-R/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar
J2EEUIPlugin.java:
74: 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-R2.0-R/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar
J2EEUIPlugin.java:
74: String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();
The field J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.weakWebApp is never read locally
J2EEWebAppItemProvider.java:
60: private WeakReference weakWebApp;
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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
ClassesImportWizard.java:
103: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
ClassesImportWizard.java:
104: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
ClassesImportWizard.java:
106: IResource res = entry.getResource();
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
ClassesImportWizard.java:
109: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
ClassesImportWizard.java:
109: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
ClassesImportWizard.java:
139: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
ClassesImportWizard.java:
141: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
ClassesImportWizard.java:
141: 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-R2.0-R/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.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-R2.0-R/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.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-R2.0-R/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.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-R2.0-R/eclipse/plugins/org.eclipse.ui.workbench_3.3.1.M20070921-1200.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-R2.0-R/eclipse/plugins/org.eclipse.ui.workbench_3.3.1.M20070921-1200.jar
NewJ2EEComponentSelectionPage.java:
422: 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-R2.0-R/eclipse/plugins/org.eclipse.ui.workbench_3.3.1.M20070921-1200.jar
NewJ2EEComponentSelectionPage.java:
422: 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-R2.0-R/eclipse/plugins/org.eclipse.ui.workbench_3.3.1.M20070921-1200.jar
NewJ2EEComponentSelectionPage.java:
422: IWizardRegistry newWizardRegistry = WorkbenchPlugin.getDefault().getNewWizardRegistry();
The local variable a is never read
NewJ2EEComponentSelectionPage.java:
438: int a = 1;
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassOptionsWizardPage.java:
23: import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassOptionsWizardPage.java:
337: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassOptionsWizardPage.java:
337: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassOptionsWizardPage.java:
337: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassOptionsWizardPage.java:
338: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassOptionsWizardPage.java:
339: if (dialog.open() == Window.OK) {
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
37: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
38: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
39: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
488: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
488: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
488: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
489: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
492: if (dialog.open() == Window.OK) {
Discouraged access: The type IViewPartInputProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
652: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
653: Object elem = ((IViewPartInputProvider) part).getViewPartInput();
Discouraged access: The type IViewPartInputProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
653: Object elem = ((IViewPartInputProvider) part).getViewPartInput();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
667: 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-R2.0-R/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
NewJavaClassWizardPage.java:
667: JavaPlugin.log(e);
Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar
WizardClassesImportPage1.java:
67: 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-R2.0-R/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar
WizardClassesImportPage1.java:
161: 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-R2.0-R/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar
WizardClassesImportPage1.java:
836: 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-R2.0-R/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar
WizardClassesImportPage1.java:
958: 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-R2.0-R/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar
WizardClassesImportPage1.java:
962: 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-R2.0-R/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar
WizardClassesImportPage1.java:
982: this.selectionGroup.initialCheckTreeItem(temp);
Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar
WizardClassesImportPage1.java:
1137: final IElementFilter filter = new IElementFilter() {
Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar
WizardClassesImportPage1.java:
1137: 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-R2.0-R/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar
WizardClassesImportPage1.java:
1380: selectionGroup.setFocus();