Compiler Report

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 )

Source File: org/eclipse/jst/common/jdt/internal/integration/ui/WTPUIWorkingCopyManager.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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();

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/AddModulestoEARPropertiesPage.java
1. WARNING: LocalVariableIsNeverUsed

The local variable stat is never read

AddModulestoEARPropertiesPage.java :

364 : IStatus stat = OK_STATUS;

2. WARNING: LocalVariableIsNeverUsed

The local variable o is never read

AddModulestoEARPropertiesPage.java :

805 : Object o = event.getSource();

3. WARNING: LocalVariableIsNeverUsed

The local variable p is never read

AddModulestoEARPropertiesPage.java :

1008 : IPath p = null;

4. WARNING: LocalVariableIsNeverUsed

The local variable cmp is never read

AddModulestoEARPropertiesPage.java :

1125 : IVirtualComponent cmp = ComponentCore.createComponent(earProject);

5. WARNING: LocalVariableIsNeverUsed

The local variable refedCompName is never read

AddModulestoEARPropertiesPage.java :

1179 : String refedCompName;

Source File: org/eclipse/jst/j2ee/internal/AvailableJ2EEComponentsForEARContentProvider.java
1. WARNING: NullLocalVariableReference

Null pointer access: The variable p can only be null at this location

AvailableJ2EEComponentsForEARContentProvider.java :

152 : if ((p == null) && (p.segmentCount() == 0))

2. WARNING: LocalVariableIsNeverUsed

The local variable unresolvedURI is never read

AvailableJ2EEComponentsForEARContentProvider.java :

186 : String unresolvedURI = null;

Source File: org/eclipse/jst/j2ee/internal/ClasspathTableManager.java
1. WARNING: NonStaticAccessToStaticField

The static field DependencyConflictResolveDialog.BTN_ID_CANCEL should be accessed in a static way

ClasspathTableManager.java :

485 : if (dlg.open() == dlg.BTN_ID_CANCEL) {

Source File: org/eclipse/jst/j2ee/internal/JARDependencyPropertiesPage.java
1. WARNING: LocalVariableIsNeverUsed

The local variable earModel is never read

JARDependencyPropertiesPage.java :

930 : IEARModelProvider earModel = (IEARModelProvider)ModelProviderManager.getModelProvider(ears[i]);

2. WARNING: LocalVariableIsNeverUsed

The local variable stat is never read

JARDependencyPropertiesPage.java :

959 : IStatus stat = IDataModelProvider.OK_STATUS;

Source File: org/eclipse/jst/j2ee/internal/UpdateManifestOperation.java
1. WARNING: UnusedImport

The import java.lang.reflect.InvocationTargetException is never used

UpdateManifestOperation.java :

19 : import java.lang.reflect.InvocationTargetException;

2. WARNING: UnusedImport

The import org.eclipse.jface.operation.IRunnableContext is never used

UpdateManifestOperation.java :

22 : import org.eclipse.jface.operation.IRunnableContext;

Source File: org/eclipse/jst/j2ee/internal/WebLibDependencyPropertiesPage.java
1. WARNING: NonStaticAccessToStaticMethod

The static method logError(CoreException) from the type J2EEPlugin should be accessed in a static way

WebLibDependencyPropertiesPage.java :

207 : J2EEPlugin.getDefault().logError(e);

2. WARNING: NonStaticAccessToStaticMethod

The static method logError(CoreException) from the type J2EEPlugin should be accessed in a static way

WebLibDependencyPropertiesPage.java :

272 : J2EEPlugin.getDefault().logError(ex);

Source File: org/eclipse/jst/j2ee/internal/actions/AbstractOpenWizardWorkbenchAction.java
1. WARNING: UnusedImport

The import org.eclipse.ui.IActionDelegate is never used

AbstractOpenWizardWorkbenchAction.java :

16 : import org.eclipse.ui.IActionDelegate;

Source File: org/eclipse/jst/j2ee/internal/actions/J2EEDeployAction.java
1. WARNING: MethodVarargsArgumentNeedCast

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()});

2. WARNING: MethodVarargsArgumentNeedCast

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);

Source File: org/eclipse/jst/j2ee/internal/actions/NewJavaEEDropDownAction.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/actions/OpenJ2EEResourceAction.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/dialogs/FilteredFileSelectionDialog.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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));

3. WARNING: DiscouragedReference

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));

Source File: org/eclipse/jst/j2ee/internal/dialogs/RenameModuleComposite.java
1. WARNING: MethodVarargsArgumentNeedCast

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$

Source File: org/eclipse/jst/j2ee/internal/dialogs/RuntimeSelectionDialog.java
1. WARNING: MethodVarargsArgumentNeedCast

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()});

Source File: org/eclipse/jst/j2ee/internal/plugin/BinaryEditorUtilities.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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) {

4. WARNING: DiscouragedReference

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) {

5. WARNING: DiscouragedReference

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));

6. WARNING: DiscouragedReference

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(

7. WARNING: UnusedPrivateMethod

The method getFullPath() from the type BinaryEditorUtilities.JarEntryEditorInput is never used locally

BinaryEditorUtilities.java :

141 : public String getFullPath() {

8. WARNING: UnusedPrivateMethod

The method getContentType() from the type BinaryEditorUtilities.JarEntryEditorInput is never used locally

BinaryEditorUtilities.java :

148 : public String getContentType() {

Source File: org/eclipse/jst/j2ee/internal/plugin/CommonEditorUtility.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/jst/j2ee/internal/plugin/J2EEEditorUtility.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/plugin/J2EEUIPlugin.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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();

3. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/provider/J2EEAdapterFactoryContentProvider.java
1. WARNING: UnusedImport

The import org.eclipse.jface.viewers.IContentProvider is never used

J2EEAdapterFactoryContentProvider.java :

21 : import org.eclipse.jface.viewers.IContentProvider;

Source File: org/eclipse/jst/j2ee/internal/provider/J2EEModulemapItemProviderAdapterFactory.java
1. WARNING: UnusedImport

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;

Source File: org/eclipse/jst/j2ee/internal/provider/J2EEUtilityJavaProjectsItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

J2EEUtilityJavaProjectsItemProvider.java :

14 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/internal/provider/UtilityModuleProjectItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

UtilityModuleProjectItemProvider.java :

17 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/internal/ui/refactoring/RenameContextRootChange.java
1. WARNING: UnusedPrivateField

The field RenameContextRootChange.model is never read locally

RenameContextRootChange.java :

34 : private IDataModel model;

Source File: org/eclipse/jst/j2ee/internal/ui/util/AnnotationIconDecorator.java
1. WARNING: UnusedImport

The import org.eclipse.jface.viewers.ILabelDecorator is never used

AnnotationIconDecorator.java :

25 : import org.eclipse.jface.viewers.ILabelDecorator;

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider.java
1. WARNING: UnusedPrivateField

The field J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.weakWebApp is never read locally

J2EEWebAppItemProvider.java :

65 : private WeakReference weakWebApp;

2. WARNING: UnusedPrivateMethod

The method updateContextParams(WebApp) from the type J2EEWebAppItemProvider is never used locally

J2EEWebAppItemProvider.java :

238 : private void updateContextParams(WebApp webApp) {

3. WARNING: UnusedPrivateMethod

The method updateWelcomePages(WebApp) from the type J2EEWebAppItemProvider is never used locally

J2EEWebAppItemProvider.java :

251 : private void updateWelcomePages(WebApp webApp) {

Source File: org/eclipse/jst/j2ee/internal/wizard/AvailableUtilJarsAndWebLibProvider.java
1. WARNING: LocalVariableIsNeverUsed

The local variable filteredProjects is never read

AvailableUtilJarsAndWebLibProvider.java :

54 : List filteredProjects = new ArrayList();

Source File: org/eclipse/jst/j2ee/internal/wizard/ClassesImportWizard.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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();

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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) {

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/wizard/DefaultJ2EEComponentCreationWizard.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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();

3. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/wizard/NewJ2EEComponentSelectionPage.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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();

3. WARNING: DiscouragedReference

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();

4. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/wizard/NewJavaClassOptionsWizardPage.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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) {

Source File: org/eclipse/jst/j2ee/internal/wizard/NewJavaClassWizardPage.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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) {

9. WARNING: DiscouragedReference

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) {

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/wizard/WizardClassesImportPage1.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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();

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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() {

8. WARNING: DiscouragedReference

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() {

9. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/ui/project/facet/EarFacetInstallPage.java
1. WARNING: UnusedPrivateField

The field EarFacetInstallPage.Resources.pageTitle is never read locally

EarFacetInstallPage.java :

381 : public static String pageTitle;

2. WARNING: UnusedPrivateField

The field EarFacetInstallPage.Resources.pageDescription is never read locally

EarFacetInstallPage.java :

382 : public static String pageDescription;

3. WARNING: UnusedPrivateField

The field EarFacetInstallPage.Resources.contentDirLabelInvalid is never read locally

EarFacetInstallPage.java :

384 : public static String contentDirLabelInvalid;