Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 34 Number of classfiles: 36

Problems: 7 (Errors: 0 Warnings: 7 )

Source File: org/eclipse/jst/jsf/core/tests/util/TestTypeUtil.java
1. WARNING: UnusedPrivateField

The field TestTypeUtil._properties is never read locally

TestTypeUtil.java:

35: private Map<String, JDTBeanProperty> _properties;

2. WARNING: UnusedPrivateField

The field TestTypeUtil._subClassProperties is never read locally

TestTypeUtil.java:

36: private Map<String, JDTBeanProperty> _subClassProperties;

3. WARNING: UnusedPrivateField

The field TestTypeUtil._genericTypeProperties is never read locally

TestTypeUtil.java:

37: private Map<String, JDTBeanProperty> _genericTypeProperties;

Source File: org/eclipse/jst/jsf/core/tests/validation/TestJSPSemanticsValidator.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.NullProgressMonitor is never used

TestJSPSemanticsValidator.java:

9: import org.eclipse.core.runtime.NullProgressMonitor;

2. WARNING: UnusedImport

The import org.eclipse.wst.validation.internal.operations.WorkbenchReporter is never used

TestJSPSemanticsValidator.java:

25: import org.eclipse.wst.validation.internal.operations.WorkbenchReporter;

3. WARNING: LocalVariableIsNeverUsed

The local variable resolver is never read

TestJSPSemanticsValidator.java:

100: IDOMContextResolver resolver = null;

4. WARNING: LocalVariableIsNeverUsed

The local variable resolver is never read

TestJSPSemanticsValidator.java:

127: IDOMContextResolver resolver = null;