Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 14 Number of classfiles: 15

Problems: 6 (Errors: 0 Warnings: 6 )

Source File: org/eclipse/jst/server/generic/tests/GenericServerRuntimeTest.java
1. WARNING: UnusedImport

The import java.util.Iterator is never used

GenericServerRuntimeTest.java:

13: import java.util.Iterator;

2. WARNING: UnusedImport

The import java.util.List is never used

GenericServerRuntimeTest.java:

14: import java.util.List;

3. WARNING: UnusedImport

The import org.eclipse.jst.server.generic.servertype.definition.Property is never used

GenericServerRuntimeTest.java:

20: import org.eclipse.jst.server.generic.servertype.definition.Property;

Source File: org/eclipse/jst/server/generic/tests/GenericServerTest.java
1. WARNING: UnusedImport

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

GenericServerTest.java:

15: import org.eclipse.core.runtime.CoreException;

Source File: org/eclipse/jst/server/generic/tests/TestProject.java
1. WARNING: UnusedPrivateMethod

The method acceptClass(char[], char[], char[][], String) from the type new TypeNameRequestor(){} is never used locally

TestProject.java:

182: public void acceptClass(char[] packageName, char[] simpleTypeName, char[][] enclosingTypeNames, String path) {

2. WARNING: UnusedPrivateMethod

The method acceptInterface(char[], char[], char[][], String) from the type new TypeNameRequestor(){} is never used locally

TestProject.java:

186: public void acceptInterface(char[] packageName, char[] simpleTypeName, char[][] enclosingTypeNames, String path) {