Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 41 Number of classfiles: 66

Problems: 9 (Errors: 0 Warnings: 9 )

Source File: org/eclipse/wst/xsl/internal/debug/ui/ResourceSelectionBlock.java
1. WARNING: UnusedImport

The import java.lang.reflect.Array is never used

ResourceSelectionBlock.java :

16 : import java.lang.reflect.Array;

2. WARNING: UnusedImport

The import java.util.ArrayList is never used

ResourceSelectionBlock.java :

17 : import java.util.ArrayList;

3. WARNING: UnusedImport

The import java.util.Arrays is never used

ResourceSelectionBlock.java :

18 : import java.util.Arrays;

4. WARNING: UnusedImport

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

ResourceSelectionBlock.java :

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

5. WARNING: UnusedImport

The import org.eclipse.core.runtime.content.IContentType is never used

ResourceSelectionBlock.java :

31 : import org.eclipse.core.runtime.content.IContentType;

6. WARNING: UnusedImport

The import org.eclipse.ui.IEditorInput is never used

ResourceSelectionBlock.java :

56 : import org.eclipse.ui.IEditorInput;

7. WARNING: LocalVariableIsNeverUsed

The local variable w is never read

ResourceSelectionBlock.java :

404 : WorkbenchContentProvider w = new WorkbenchContentProvider();

Source File: org/eclipse/wst/xsl/internal/debug/ui/tabs/main/InputFileBlock.java
1. WARNING: UnusedImport

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

InputFileBlock.java :

19 : import org.eclipse.core.runtime.Platform;

2. WARNING: LocalVariableIsNeverUsed

The local variable path is never read

InputFileBlock.java :

80 : IPath path = null;