# 8/18/09 10:39:50 AM EDT # Eclipse Java Compiler 0.959, 3.5.0 rc1, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/doflynn/org.eclipse.corona.releng/BuildType_N/work/plugins/org.eclipse.corona.test/src/org/eclipse/corona/internal/test/TestCommands.java (at line 108) ITestSummary[] testSummaries = null; ^^^^^^^^^^^^^ The local variable testSummaries is never read ---------- 2. WARNING in /home/data/users/doflynn/org.eclipse.corona.releng/BuildType_N/work/plugins/org.eclipse.corona.test/src/org/eclipse/corona/internal/test/TestCommands.java (at line 293) Date date = new Date(); ^^^^ The local variable date is never read ---------- ---------- 3. WARNING in /home/data/users/doflynn/org.eclipse.corona.releng/BuildType_N/work/plugins/org.eclipse.corona.test/src/org/eclipse/corona/test/AbstractTestRunner.java (at line 18) import org.eclipse.corona.internal.test.Activator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.corona.internal.test.Activator is never used ---------- ---------- 4. WARNING in /home/data/users/doflynn/org.eclipse.corona.releng/BuildType_N/work/plugins/org.eclipse.corona.test/src/org/eclipse/corona/test/AbstractTestSuite.java (at line 53) Dictionary dict = context.getProperties(); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary ---------- 5. WARNING in /home/data/users/doflynn/org.eclipse.corona.releng/BuildType_N/work/plugins/org.eclipse.corona.test/src/org/eclipse/corona/test/AbstractTestSuite.java (at line 54) Enumeration enumProperties = context.getProperties().elements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Enumeration needs unchecked conversion to conform to Enumeration ---------- 6. WARNING in /home/data/users/doflynn/org.eclipse.corona.releng/BuildType_N/work/plugins/org.eclipse.corona.test/src/org/eclipse/corona/test/AbstractTestSuite.java (at line 83) protected void addTestCase(Class testCase){ ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 7. WARNING in /home/data/users/doflynn/org.eclipse.corona.releng/BuildType_N/work/plugins/org.eclipse.corona.test/src/org/eclipse/corona/test/Application.java (at line 41) private boolean consoleDisplay = false; ^^^^^^^^^^^^^^ The field Application.consoleDisplay is never read locally ---------- 7 problems (7 warnings)[21 .class files generated]