# 9/15/06 9:54:50 AM EEST # Eclipse Java Compiler 0.658, 3.2.0 release candidate-1, Copyright IBM Corp 2000, 2006. All rights reserved. ---------- 1. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.tests/src/org/eclipse/mtj/extension/dm/DevicePlatformInfoTest.java (at line 97) profileList.add(button.getText()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 2. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.tests/src/org/eclipse/mtj/extension/dm/DevicePlatformInfoTest.java (at line 102) configList.add(button.getText()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 3. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.tests/src/org/eclipse/mtj/extension/dm/DevicePlatformInfoTest.java (at line 107) apiStringList.add(apiString); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 4. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.tests/src/org/eclipse/mtj/extension/dm/DevicePlatformInfoTest.java (at line 140) private static boolean checkConfig() { ^^^^^^^^^^^^^ The method checkConfig() from the type DevicePlatformInfoTest is never used locally ---------- 5. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.tests/src/org/eclipse/mtj/extension/dm/DevicePlatformInfoTest.java (at line 145) private static boolean checkApiSet() { ^^^^^^^^^^^^^ The method checkApiSet() from the type DevicePlatformInfoTest is never used locally ---------- 6. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.tests/src/org/eclipse/mtj/extension/dm/DevicePlatformInfoTest.java (at line 185) DevicePlatformProvider dpp = getProvider("org.eclipse.mtj.extension.dpp.uei"); ^^^ The local variable dpp is never read ---------- 7. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.tests/src/org/eclipse/mtj/extension/dm/DevicePlatformInfoTest.java (at line 186) DevicePlatform[] dps; // utils.createDevicePlatformFromDirectory(toolkit, "C:/Nokia/Devices/Nokia_Prototype_SDK_4_0"); ^^^ The local variable dps is never read ---------- 8. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.tests/src/org/eclipse/mtj/extension/dm/DevicePlatformInfoTest.java (at line 193) DevicePlatformProvider nokiaProvider = null; ^^^^^^^^^^^^^ The local variable nokiaProvider is never read ---------- 9. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.tests/src/org/eclipse/mtj/extension/dm/DevicePlatformInfoTest.java (at line 194) DevicePlatformProvider ueiProvider = null; ^^^^^^^^^^^ The local variable ueiProvider is never read ---------- 9 problems (9 warnings)[10 .class files generated]