# 11/14/06 10:38:28 PM EET # 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.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm/src/org/eclipse/mtj/extension/dm/impl/DeviceManagementImpl.java (at line 109) l.add(devicePlatforms[j]); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 2. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm/src/org/eclipse/mtj/extension/dm/impl/DeviceManagementImpl.java (at line 193) l.add(dd[j]); ^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 3. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm/src/org/eclipse/mtj/extension/dm/impl/DeviceManagementImpl.java (at line 214) l.add(dg[j]); ^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 4. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm/src/org/eclipse/mtj/extension/dm/impl/DeviceManagementImpl.java (at line 276) ArrayList l = new ArrayList(); ^ The local variable l is never read ---------- ---------- 5. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm/src/org/eclipse/mtj/extension/dm/model/MtjServiceHandler.java (at line 51) l.add(dp); ^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 6. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm/src/org/eclipse/mtj/extension/dm/model/MtjServiceHandler.java (at line 55) l.add(dp); ^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 7. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm/src/org/eclipse/mtj/extension/dm/preferences/DeviceInfoController.java (at line 113) Iterator iterator = rpApiList.iterator(); ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator ---------- ---------- 8. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm/src/org/eclipse/mtj/extension/dm/preferences/DevicePlatformListController.java (at line 50) private static Logger log = Logger.getLogger(DevicePlatformListController.class.getName()); ^^^ The field DevicePlatformListController.log is never read locally ---------- 9. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm/src/org/eclipse/mtj/extension/dm/preferences/DevicePlatformListController.java (at line 183) devicePlatformTableViewer.setInput(mtjServiceHandler.getDevicePlatforms()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getDevicePlatforms() from the type MtjServiceHandler should be accessed in a static way ---------- 10. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm/src/org/eclipse/mtj/extension/dm/preferences/DevicePlatformListController.java (at line 267) DevicePlatform[] devicePlatforms = this.mtjServiceHandler.getDevicePlatforms(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getDevicePlatforms() from the type MtjServiceHandler should be accessed in a static way ---------- ---------- 11. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm/src/org/eclipse/mtj/extension/dm/preferences/DmPreferencePage.java (at line 32) private final static String NOKIA_IMPORT_PROVIDER = "org.eclipse.mtj.extension.dpp.nokia"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ The field DmPreferencePage.NOKIA_IMPORT_PROVIDER is never read locally ---------- 12. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm/src/org/eclipse/mtj/extension/dm/preferences/DmPreferencePage.java (at line 69) private boolean storeDevicePlatforms(DevicePlatform[] devicePlatforms) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method storeDevicePlatforms(DevicePlatform[]) from the type DmPreferencePage is never used locally ---------- 12 problems (12 warnings)[13 .class files generated]