Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 17 Number of classfiles: 20

Problems: 5 (Errors: 0 Warnings: 5 )

Source File: org/eclipse/jst/jee/application/internal/operations/AddComponentToEnterpriseApplicationOp.java
1. WARNING: UnusedPrivateMethod

The method submon(IProgressMonitor, int) from the type AddComponentToEnterpriseApplicationOp is never used locally

AddComponentToEnterpriseApplicationOp.java:

120: private static IProgressMonitor submon(final IProgressMonitor parent, final int ticks) {

Source File: org/eclipse/jst/jee/internal/deployables/JEEFlexProjDeployable.java
1. WARNING: LocalVariableIsNeverUsed

The local variable modHelper is never read

JEEFlexProjDeployable.java:

275: EjbModuleExtensionHelper modHelper = null;

2. WARNING: LocalVariableIsNeverUsed

The local variable jar is never read

JEEFlexProjDeployable.java:

276: EJBJar jar = null;

Source File: org/eclipse/jst/jee/project/facet/AppClientFacetInstallDelegate.java
1. WARNING: LocalVariableIsNeverUsed

The local variable c is never read

AppClientFacetInstallDelegate.java:

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

Source File: org/eclipse/jst/jee/project/facet/AppClientFacetPostInstallDelegate.java
1. WARNING: LocalVariableIsNeverUsed

The local variable c is never read

AppClientFacetPostInstallDelegate.java:

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