Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 54 Number of classfiles: 85

Problems: 13 (Errors: 0 Warnings: 13 )

Source File: org/eclipse/dltk/core/tests/TestSupport.java
1. WARNING: MethodVarargsArgumentNeedCast

The argument of type null should explicitly be cast to Object[] for the invocation of the varargs method invoke(Object, Object...) from type Method. It could alternatively be cast to Object for a varargs invocation

TestSupport.java:

48: testMethod.invoke(caller, null);

Source File: org/eclipse/dltk/core/tests/buildpath/BuildpathTests.java
1. WARNING: LocalVariableIsNeverUsed

The local variable project2 is never read

BuildpathTests.java:

235: ScriptProject project2 = (ScriptProject) getScriptProject(BUILDPATH_PRJ_1);

2. WARNING: LocalVariableIsNeverUsed

The local variable fragments is never read

BuildpathTests.java:

237: IProjectFragment fragments[] = project.getProjectFragments();

3. WARNING: LocalVariableIsNeverUsed

The local variable entrys is never read

BuildpathTests.java:

238: IBuildpathEntry entrys[] = project.getResolvedBuildpath();

4. WARNING: LocalVariableIsNeverUsed

The local variable project2 is never read

BuildpathTests.java:

256: ScriptProject project2 = (ScriptProject) getScriptProject(BUILDPATH_PRJ_1);

5. WARNING: LocalVariableIsNeverUsed

The local variable fragments is never read

BuildpathTests.java:

258: IProjectFragment fragments[] = project.getProjectFragments();

6. WARNING: LocalVariableIsNeverUsed

The local variable entrys is never read

BuildpathTests.java:

259: IBuildpathEntry entrys[] = project.getResolvedBuildpath();

7. WARNING: LocalVariableIsNeverUsed

The local variable elements is never read

BuildpathTests.java:

287: IModelElement[] elements = fragment.getChildren();

Source File: org/eclipse/dltk/core/tests/buildpath/TestieContainer.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.core.IScriptProject is never used

TestieContainer.java:

16: import org.eclipse.dltk.core.IScriptProject;

Source File: org/eclipse/dltk/core/tests/cache/CacheTests.java
1. WARNING: UnusedImport

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

CacheTests.java:

12: import org.eclipse.core.runtime.Path;

Source File: org/eclipse/dltk/core/tests/mixin/MixinModelTests.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.core.search.index.MixinIndex is never used

MixinModelTests.java:

19: import org.eclipse.dltk.core.search.index.MixinIndex;

Source File: org/eclipse/dltk/core/tests/model/TestFolder.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.internal.core.ProjectFragment is never used

TestFolder.java:

19: import org.eclipse.dltk.internal.core.ProjectFragment;

Source File: org/eclipse/dltk/core/tests/util/Util.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.core.DLTKContentTypeManager is never used

Util.java:

22: import org.eclipse.dltk.core.DLTKContentTypeManager;