Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 56 Number of classfiles: 66
Problems: 9 (Errors: 0 Warnings: 9 )
The constructor Assert.AssertionFailedException() is never used locally
Assert.java :
49 : public AssertionFailedException() {
Dead code
DB.java :
778 : if (DEBUG && fStoreCalled)
Dead code
DB.java :
779 : System.out.println("stored " + fStoredSamples + " new datapoints in DB"); //$NON-NLS-1$ //$NON-NLS-2$
The import org.eclipse.test.internal.performance.InternalDimensions is never used
ConfigResults.java :
19 : import org.eclipse.test.internal.performance.InternalDimensions;
The import org.eclipse.test.internal.performance.db.DB is never used
DB_Results.java :
29 : import org.eclipse.test.internal.performance.db.DB;
Dead code
DB_Results.java :
53 : final static StringWriter DEBUG_STR_WRITER = DEBUG ? new StringWriter() : null;
Dead code
DB_Results.java :
54 : final static PrintWriter DEBUG_WRITER = DEBUG ? new PrintWriter(DEBUG_STR_WRITER) : null;
The field DB_Results.SUPPORTED_VMS is never read locally
DB_Results.java :
111 : private final static String[] SUPPORTED_VMS = { // Consider only supported VMs a static data
The local variable vmName is never read
DB_Results.java :
539 : String vmName = tokenizer.nextToken(); // 'sun'