Compiler Report

Compiler: Eclipse Java Compiler Version: v_677_R32x, 3.2.1 release

Number of source files: 330 Number of classfiles: 377

Problems: 19 (Errors: 0 Warnings: 19 )

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deployables/J2EEFlexProjDeployable.java
1. WARNING: NonStaticAccessToStaticMethod

The static method log(IStatus) from the type J2EEPlugin should be accessed in a static way

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deployables/J2EEFlexProjDeployable.java :

647 : J2EEPlugin.getDefault().log(coreEx.getStatus());

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/plugin/LibCopyBuilder.java
1. WARNING: UnusedPrivateField

The field LibCopyBuilder.lastOutputPath is never read locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/plugin/LibCopyBuilder.java :

81 : private IPath lastOutputPath = null;

2. WARNING: UnusedPrivateMethod

The method refreshOutputIfNecessary(IFolder) from the type LibCopyBuilder is never used locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/plugin/LibCopyBuilder.java :

161 : private void refreshOutputIfNecessary(IFolder outputFolder) throws CoreException {

3. WARNING: UnusedPrivateMethod

The method checkBuilderOrdering() from the type LibCopyBuilder is never used locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/plugin/LibCopyBuilder.java :

276 : private boolean checkBuilderOrdering() throws CoreException {

4. WARNING: UnusedPrivateMethod

The method getClassesFolders() from the type LibCopyBuilder is never used locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/plugin/LibCopyBuilder.java :

483 : private IFolder[] getClassesFolders() {

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/validation/UIEarValidator.java
1. WARNING: LocalVariableIsNeverUsed

The local variable status is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/validation/UIEarValidator.java :

220 : IStatus status = IValidatorJob.OK_STATUS;

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/common/org/eclipse/jst/j2ee/internal/common/classpath/J2EEComponentClasspathUpdater.java
1. WARNING: UnusedPrivateMethod

The method addContainerToModuleIfNecessary(IProject, IPath) from the type J2EEComponentClasspathUpdater is never used locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/common/org/eclipse/jst/j2ee/internal/common/classpath/J2EEComponentClasspathUpdater.java :

353 : private IClasspathContainer addContainerToModuleIfNecessary(IProject moduleProject, IPath containerPath) {

2. WARNING: UnusedPrivateMethod

The method removeContainerFromModuleIfNecessary(IProject, IPath) from the type J2EEComponentClasspathUpdater is never used locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/common/org/eclipse/jst/j2ee/internal/common/classpath/J2EEComponentClasspathUpdater.java :

373 : private void removeContainerFromModuleIfNecessary(IProject moduleProject, IPath containerPath) {

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/common/org/eclipse/jst/j2ee/internal/common/operations/JARDependencyOperation.java
1. WARNING: LocalVariableIsNeverUsed

The local variable buildPathOperation is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/common/org/eclipse/jst/j2ee/internal/common/operations/JARDependencyOperation.java :

74 : IHeadlessRunnableWithProgress buildPathOperation = createBuildPathOperation(model);

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/application/internal/operations/AddComponentToEnterpriseApplicationOp.java
1. WARNING: LocalVariableIsNeverUsed

The local variable project is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/application/internal/operations/AddComponentToEnterpriseApplicationOp.java :

245 : IProject project = sourceComp.getProject();

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/application/internal/operations/CreateProjectWithExtractedJarOperation.java
1. WARNING: UnusedPrivateField

The field CreateProjectWithExtractedJarOperation.createAsBinary is never read locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/application/internal/operations/CreateProjectWithExtractedJarOperation.java :

39 : private boolean createAsBinary;

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/application/internal/operations/CreateProjectWithLinkedJarOperation.java
1. WARNING: UnusedPrivateField

The field CreateProjectWithLinkedJarOperation.createAsBinary is never read locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/application/internal/operations/CreateProjectWithLinkedJarOperation.java :

41 : private boolean createAsBinary;

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/application/internal/operations/EARComponentImportDataModelProvider.java
1. WARNING: LocalVariableIsNeverUsed

The local variable localModel is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/application/internal/operations/EARComponentImportDataModelProvider.java :

678 : IDataModel localModel = null;

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/componentcore/util/EARArtifactEdit.java
1. WARNING: UnusedPrivateMethod

The method getJarURI(ReferencedComponent, IVirtualComponent) from the type EARArtifactEdit is never used locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/componentcore/util/EARArtifactEdit.java :

445 : private String getJarURI(final ReferencedComponent ref, final IVirtualComponent moduleComp) {

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/project/facet/UtilityFacetInstallDelegate.java
1. WARNING: LocalVariableIsNeverUsed

The local variable ws is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/project/facet/UtilityFacetInstallDelegate.java :

80 : final IWorkspace ws = ResourcesPlugin.getWorkspace();

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/applicationedit/org/eclipse/jst/j2ee/internal/provider/J2EEItemProvider.java
1. WARNING: UnusedPrivateMethod

The method getProjectFromParent() from the type J2EEItemProvider is never used locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/applicationedit/org/eclipse/jst/j2ee/internal/provider/J2EEItemProvider.java :

248 : private IProject getProjectFromParent() {

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/appclientcreation/org/eclipse/jst/j2ee/project/facet/AppClientFacetInstallDelegate.java
1. WARNING: LocalVariableIsNeverUsed

The local variable c is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/appclientcreation/org/eclipse/jst/j2ee/project/facet/AppClientFacetInstallDelegate.java :

56 : final IVirtualComponent c = createFlexibleProject(monitor, project, model, jproj);

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/appclientcreation/org/eclipse/jst/j2ee/project/facet/AppClientFacetPostInstallDelegate.java
1. WARNING: LocalVariableIsNeverUsed

The local variable c is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/appclientcreation/org/eclipse/jst/j2ee/project/facet/AppClientFacetPostInstallDelegate.java :

47 : final IVirtualComponent c = ComponentCore.createComponent(project);

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/refactor/org/eclipse/jst/j2ee/refactor/operations/RemoveDeletedComponentFromEARDataModelProvider.java
1. WARNING: LocalVariableIsNeverUsed

The local variable project is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.jst.j2ee/refactor/org/eclipse/jst/j2ee/refactor/operations/RemoveDeletedComponentFromEARDataModelProvider.java :

36 : IProject project = component.getProject();