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 )
The field TestTypeUtil._properties is never read locally
TestTypeUtil.java:
35: private Map<String, JDTBeanProperty> _properties;
The field TestTypeUtil._subClassProperties is never read locally
TestTypeUtil.java:
36: private Map<String, JDTBeanProperty> _subClassProperties;
The field TestTypeUtil._genericTypeProperties is never read locally
TestTypeUtil.java:
37: private Map<String, JDTBeanProperty> _genericTypeProperties;
The import org.eclipse.core.runtime.NullProgressMonitor is never used
TestJSPSemanticsValidator.java:
9: import org.eclipse.core.runtime.NullProgressMonitor;
The import org.eclipse.wst.validation.internal.operations.WorkbenchReporter is never used
TestJSPSemanticsValidator.java:
25: import org.eclipse.wst.validation.internal.operations.WorkbenchReporter;
The local variable resolver is never read
TestJSPSemanticsValidator.java:
100: IDOMContextResolver resolver = null;
The local variable resolver is never read
TestJSPSemanticsValidator.java:
127: IDOMContextResolver resolver = null;