# 10/2/06 10:30:23 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.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 96) return (DevicePlatform[]) foundDps.toArray(dps); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 2. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 99) private Properties parseUEIPropertiesString(String output) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method parseUEIPropertiesString(String) from the type AbstractUeiDevicePlatformImporter is never used locally ---------- 3. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 134) dps.add(dp); ^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 4. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 146) conf.getItems().add(item); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 5. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 184) device.getRuntimePlatformDefinitions().add(rpd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 185) dp.getRuntimePlatformDefinitions().add(rpd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 195) deviceList.add(device); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 8. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 212) securityDomainList.add(pd); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 9. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 236) private String getDeviceDescriptionIdentifier(String deviceName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDeviceDescriptionIdentifier(String) from the type AbstractUeiDevicePlatformImporter is never used locally ---------- 10. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 257) deviceProfiles.add(importedApis[j]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 11. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 278) dconfigs.add(importedApis[j]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 12. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 289) private void setServiceApisForProfile(RuntimePlatformDefinition rpd, DeviceProfile deviceProfile, String deviceName){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setServiceApisForProfile(RuntimePlatformDefinition, DeviceProfile, String) from the type AbstractUeiDevicePlatformImporter is never used locally ---------- 13. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 291) String apiFiles = ueiProperties.getProperty(deviceName + UEI_PROP_DEVICE_APIS, ueiProperties.getProperty(deviceName + UEI_PROP_DEVICE_BOOTCLASSPATH, "")); //$NON-NLS-1$ ^^^^^^^^ The local variable apiFiles is never read ---------- 14. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 293) EList rpdSApiList = rpd.getServiceApis(); ^^^^^^^^^^^ The local variable rpdSApiList is never read ---------- 15. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 294) EList dpSApiList = deviceProfile.getServiceApis(); ^^^^^^^^^^ The local variable dpSApiList is never read ---------- 16. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 309) ImplementationRef implRef = null; ^^^^^^^ The local variable implRef is never read ---------- 17. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 324) sapis.add(importedApis[j]); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 18. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 325) v.add(tmpName); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 19. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 336) l.add(st.nextToken().trim()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 20. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 349) l.add(file); ^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 21. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 361) private String[] getNameAndVersion(String nameAndVersion){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNameAndVersion(String) from the type AbstractUeiDevicePlatformImporter is never used locally ---------- 22. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/AbstractUeiDevicePlatformImporter.java (at line 369) private String getServiceApiName(File file){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getServiceApiName(File) from the type AbstractUeiDevicePlatformImporter is never used locally ---------- ---------- 23. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/ServiceApiImporter.java (at line 55) return (ServiceApi[]) apis.toArray(new ServiceApi[apis.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 24. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/ServiceApiImporter.java (at line 66) apis.add(api); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 25. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/ServiceApiImporter.java (at line 102) apis.add(api); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 26. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/ServiceApiImporter.java (at line 113) apis.add(api); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 27. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/ServiceApiImporter.java (at line 128) private boolean zipContainsEntry(ZipFile zipFile, String entryName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method zipContainsEntry(ZipFile, String) from the type ServiceApiImporter is never used locally ---------- 28. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/ServiceApiImporter.java (at line 145) return (DeviceProfile[]) apis.toArray(new DeviceProfile[apis.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 29. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/ServiceApiImporter.java (at line 161) return (DeviceConfiguration[]) apis.toArray(new DeviceConfiguration[apis.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 30. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/UeiExecutable.java (at line 222) knownArguments.add(st.nextToken().trim()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 31. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/UeiPropertiesCache.java (at line 191) private Properties getCachedProperties(File emulatorExecutable) throws IOException ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCachedProperties(File) from the type UeiPropertiesCache is never used locally ---------- 32. WARNING in /home/shji/mtj-build/S-0.7M2/src/eclipse/plugins/org.eclipse.mtj.executable.uei/src/org/eclipse/mtj/executable/uei/UeiPropertiesCache.java (at line 205) propertiesMap.put(path, properties); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 32 problems (32 warnings)[10 .class files generated]