Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 177 Number of classfiles: 629
Problems: 31 (Errors: 0 Warnings: 31 )
The local variable variableBinding is never read
ASTConverterTest.java :
4319 : IVariableBinding variableBinding = fragment.resolveBinding();
The local variable source is never read
ASTConverterTest.java :
7839 : char[] source = sourceUnit.getSource().toCharArray();
The local variable expression is never read
ASTConverterTest.java :
7942 : Expression expression = assignment.getRightHandSide();
The import org.eclipse.wst.jsdt.core.tests.junit.extension.TestCase is never used
AbstractJavaModelTests.java :
30 : import org.eclipse.wst.jsdt.core.tests.junit.extension.TestCase;
The method createWorkingCopy(String) from the type CompilationUnitTests is never used locally
CompilationUnitTests.java :
84 : private IJavaScriptUnit createWorkingCopy(String source) throws JavaScriptModelException {
The local variable flags is never read
CompilationUnitTests.java :
751 : String[] flags = new String[] {"public", "protected", "private", "", "", "", "", ""};
The local variable signatures is never read
CompilationUnitTests.java :
752 : String[] signatures = new String[] {"I", "QObject;", "QX;", "Qjava.lang.String;", "I", "I", "I", "I"};
The local variable flags is never read
CompilationUnitTests.java :
906 : String[] flags = new String[] {"public", "protected static", "private", "private"};
The local variable modifiers is never read
CompilationUnitTests.java :
910 : int modifiers = methods[i].getFlags() & ~Flags.AccVarargs;
The import java.util.Hashtable is never used
CompletionTests2.java :
17 : import java.util.Hashtable;
The import org.eclipse.core.resources.IResource is never used
CompletionTests2.java :
23 : import org.eclipse.core.resources.IResource;
The import org.eclipse.wst.jsdt.internal.core.JavaModelManager is never used
CompletionTests2.java :
37 : import org.eclipse.wst.jsdt.internal.core.JavaModelManager;
The local variable pz is never read
CompletionTests2.java :
449 : File pz = this.createDirectory(src, "pz");
The import org.eclipse.core.resources.IResource is never used
JavaConventionTests.java :
15 : import org.eclipse.core.resources.IResource;
The import java.io.File is never used
ReconcilerTests.java :
14 : import java.io.File;
The import org.eclipse.core.resources.IResource is never used
ReconcilerTests.java :
19 : import org.eclipse.core.resources.IResource;
The import org.eclipse.core.runtime.ILogListener is never used
ReconcilerTests.java :
22 : import org.eclipse.core.runtime.ILogListener;
The import org.eclipse.core.runtime.IStatus is never used
ReconcilerTests.java :
24 : import org.eclipse.core.runtime.IStatus;
The import org.eclipse.core.runtime.Path is never used
ReconcilerTests.java :
26 : import org.eclipse.core.runtime.Path;
The import org.eclipse.core.runtime.Platform is never used
ReconcilerTests.java :
27 : import org.eclipse.core.runtime.Platform;
The local variable project15 is never read
ReconcilerTests.java :
179 : IJavaScriptProject project15 = createJavaProject("Reconciler15", new String[] {"src"}, new String[] {"JCL15_LIB"}, "bin", "1.5");
The method setUp15WorkingCopy() from the type ReconcilerTests is never used locally
ReconcilerTests.java :
216 : private void setUp15WorkingCopy() throws JavaScriptModelException {
The import java.io.IOException is never used
ResolveTests.java :
13 : import java.io.IOException;
The import org.eclipse.core.runtime.CoreException is never used
ResolveTests.java :
15 : import org.eclipse.core.runtime.CoreException;
The method select(String, String, String) from the type ResolveTests is never used locally
ResolveTests.java :
37 : private IJavaScriptElement[] select(String path, String source, String selection) throws JavaScriptModelException {
The import java.io.IOException is never used
WorkingCopyTests.java :
13 : import java.io.IOException;
The import java.util.Vector is never used
WorkingCopyTests.java :
14 : import java.util.Vector;
The import org.eclipse.wst.jsdt.core.dom.rewrite.ListRewrite is never used
ASTRewritingExpressionsTest.java :
22 : import org.eclipse.wst.jsdt.core.dom.rewrite.ListRewrite;
The import org.eclipse.wst.jsdt.core.dom.TypeDeclaration is never used
ASTRewritingGroupNodeTest.java :
28 : import org.eclipse.wst.jsdt.core.dom.TypeDeclaration;
The import org.eclipse.wst.jsdt.core.dom.PrimitiveType is never used
ASTRewritingInsertBoundTest.java :
28 : import org.eclipse.wst.jsdt.core.dom.PrimitiveType;
The import org.eclipse.wst.jsdt.core.dom.TypeDeclaration is never used
ASTRewritingInsertBoundTest.java :
29 : import org.eclipse.wst.jsdt.core.dom.TypeDeclaration;