Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 19 Number of classfiles: 52

Problems: 12 (Errors: 0 Warnings: 12 )

Source File: org/eclipse/dltk/ui/tests/swtbot/complex/EditorTests.java
1. WARNING: UnusedPrivateField

The field EditorTests.NAMESPACE_2 is never read locally

EditorTests.java:

35: private static final String NAMESPACE_2 = "ns2";

2. WARNING: UnusedPrivateField

The field EditorTests.VAR_PARAM is never read locally

EditorTests.java:

40: private static final String VAR_PARAM = "param1";

3. WARNING: UnusedPrivateField

The field EditorTests.PROC_1_DECLARE is never read locally

EditorTests.java:

60: private static final String PROC_1_DECLARE = "proc " + PROC_1

Source File: org/eclipse/dltk/ui/tests/swtbot/operations/EditorOperations.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.ui.tests.swtbot.complex.EditorTests is never used

EditorOperations.java:

14: import org.eclipse.dltk.ui.tests.swtbot.complex.EditorTests;

Source File: org/eclipse/dltk/ui/tests/swtbot/operations/InterpreterOperations.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.ui.tests.swtbot.complex.InterpreterTests is never used

InterpreterOperations.java:

21: import org.eclipse.dltk.ui.tests.swtbot.complex.InterpreterTests;

2. WARNING: LocalVariableIsNeverUsed

The local variable projectBot is never read

InterpreterOperations.java:

497: SWTBotTreeItem projectBot = getProjectItem(projectName);

3. WARNING: LocalVariableIsNeverUsed

The local variable nodeText is never read

InterpreterOperations.java:

498: String nodeText = createInterpLibNodeName(DltkTestsHelper.DEF_INTERPRETER_ID);

Source File: org/eclipse/dltk/ui/tests/swtbot/operations/LaunchOperations.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.ui.tests.swtbot.complex.LaunchTests is never used

LaunchOperations.java:

14: import org.eclipse.dltk.ui.tests.swtbot.complex.LaunchTests;

2. WARNING: LocalVariableIsNeverUsed

The local variable preffBot is never read

LaunchOperations.java:

81: SWTBotShell preffBot = openPreferences();

Source File: org/eclipse/dltk/ui/tests/swtbot/operations/ProjectContentOperations.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.ui.tests.swtbot.complex.ProjectContentTests is never used

ProjectContentOperations.java:

14: import org.eclipse.dltk.ui.tests.swtbot.complex.ProjectContentTests;

Source File: org/eclipse/dltk/ui/tests/swtbot/operations/ProjectOperations.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.ui.tests.swtbot.complex.ProjectTests is never used

ProjectOperations.java:

18: import org.eclipse.dltk.ui.tests.swtbot.complex.ProjectTests;

2. WARNING: UnusedPrivateField

The field ProjectOperations.RADIO_IN_WORKSPACE is never read locally

ProjectOperations.java:

45: private static final String RADIO_IN_WORKSPACE = createLabel(NewWizardMessages.ScriptProjectWizardFirstPage_LocationGroup_workspace_desc);