# 11/14/06 10:38:26 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.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 56) private Composite dpContainer; ^^^^^^^^^^^ The field AddDevicePlatformDialog2.dpContainer is never read locally ---------- 2. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 63) private String defaultMessage; ^^^^^^^^^^^^^^ The field AddDevicePlatformDialog2.defaultMessage is never read locally ---------- 3. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 67) private Button checkAllButton; ^^^^^^^^^^^^^^ The field AddDevicePlatformDialog2.checkAllButton is never read locally ---------- 4. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 68) private Button unCheckAllButton; ^^^^^^^^^^^^^^^^ The field AddDevicePlatformDialog2.unCheckAllButton is never read locally ---------- 5. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 220) private Composite createDescriptionArea(Composite parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createDescriptionArea(Composite) from the type AddDevicePlatformDialog2 is never used locally ---------- 6. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 242) private void clearDetailsArea(){ ^^^^^^^^^^^^^^^^^^ The method clearDetailsArea() from the type AddDevicePlatformDialog2 is never used locally ---------- 7. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 253) private void changePlatform(String dppName){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method changePlatform(String) from the type AddDevicePlatformDialog2 is never used locally ---------- 8. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 263) dppName = utils.getObjectName(dpps[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getObjectName(Object) from the type PreferenceUtils should be accessed in a static way ---------- 9. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 264) dppList.put(dppName, dpps[i]); //store dpps for selection change ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 10. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 268) private void checkPlatformProviderChange(){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPlatformProviderChange() from the type AddDevicePlatformDialog2 is never used locally ---------- 11. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 300) private void changeDescriptionData() { ^^^^^^^^^^^^^^^^^^^^^^^ The method changeDescriptionData() from the type AddDevicePlatformDialog2 is never used locally ---------- 12. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 302) deviceDescription.setText(utils.getObjectStyledName(o)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getObjectStyledName(Object) from the type PreferenceUtils should be accessed in a static way ---------- 13. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 307) Shell activeShell = new Shell(); ^^^^^^^^^^^ The local variable activeShell is never read ---------- 14. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/AddDevicePlatformDialog2.java (at line 348) List dppList = new ArrayList(); ^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List ---------- ---------- 15. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 33) private EList myContents; ^^^^^^^^^^ The field DevicePlatformListContentProvider.myContents is never read locally ---------- 16. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 47) l.addAll(dp.getDevices()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 17. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 48) l.addAll(dp.getRuntimePlatformDefinitions()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 18. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 53) l.addAll(rpd.getDeviceConfigurations()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 19. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 54) l.addAll(rpd.getDeviceProfiles()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 20. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 55) l.addAll(rpd.getServiceApis()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 21. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 62) l.addAll(device.getRuntimePlatformDefinitions()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 22. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 69) l.add(config.getImplementation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 23. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 74) l.addAll(profile.getServiceApis()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 24. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 79) l.add(sapi.getDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 25. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 80) l.add(sapi.getImplementation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 26. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 86) l.add(ref.getSourceRef()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 27. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 87) l.add(ref.getJavadocRef()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 28. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 173) ((EList)inputElement).add(newRpd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 29. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 181) ((EList)inputElement).add(newRpd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 30. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/preferences/DevicePlatformListContentProvider.java (at line 202) list.add(oldInput[i]); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 31. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/test/TestDevicePlatformImpl.java (at line 177) myDevices.add(devices[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 32. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/test/TestDevicePlatformImpl.java (at line 228) runtimePlatformDefinitions.add(myRpds[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 33. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/test/TestDeviceProfileImpl.java (at line 91) serviceApis.add(service); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 34. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/ClassLibraryContentProvider.java (at line 27) private TreeViewer myViewer; ^^^^^^^^ The field ClassLibraryContentProvider.myViewer is never read locally ---------- 35. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/ClassLibraryContentProvider.java (at line 28) private Object myInput; ^^^^^^^ The field ClassLibraryContentProvider.myInput is never read locally ---------- 36. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/ClassLibraryContentProvider.java (at line 48) l.addAll(rpd.getDeviceConfigurations()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 37. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/ClassLibraryContentProvider.java (at line 49) l.addAll(rpd.getDeviceProfiles()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 38. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/ClassLibraryContentProvider.java (at line 50) l.addAll(rpd.getServiceApis()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 39. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/ClassLibraryContentProvider.java (at line 54) l.add(config.getImplementation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 40. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/ClassLibraryContentProvider.java (at line 58) l.addAll(profile.getServiceApis()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 41. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/ClassLibraryContentProvider.java (at line 62) l.add(sapi.getDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 42. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/ClassLibraryContentProvider.java (at line 63) l.add(sapi.getImplementation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 43. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/ClassLibraryContentProvider.java (at line 68) l.add(ref.getSourceRef()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 44. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/ClassLibraryContentProvider.java (at line 69) l.add(ref.getJavadocRef()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 45. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/DevicePlatformImportContentProvider.java (at line 27) private Viewer myViewer; ^^^^^^^^ The field DevicePlatformImportContentProvider.myViewer is never read locally ---------- 46. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/DevicePlatformImportContentProvider.java (at line 48) l.addAll(dp.getDevices()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 47. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/DevicePlatformImportContentProvider.java (at line 177) dpAndDevices.put(devices.get(j), myContents[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- ---------- 48. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/PreferenceUtils.java (at line 289) eList.add(profile); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 49. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/PreferenceUtils.java (at line 306) eList.add(config); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 50. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/PreferenceUtils.java (at line 322) eList.add(service); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 51. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/PreferenceUtils.java (at line 803) l.add(tmpApi); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 52. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/PreferenceUtils.java (at line 809) return (ServiceApi[]) l.toArray(sapis); ^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 53. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/PreferenceUtils.java (at line 873) v.add(dpp); ^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 54. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/PreferenceUtils.java (at line 879) return (DevicePlatformProvider[]) v.toArray(dppList); ^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- ---------- 55. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 152) list.add(devices[i]); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 56. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 157) myInput = (TargetDevice[])list.toArray(newTargets); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 57. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 182) list.add(oldInput[i]); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 58. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 188) return (TargetDevice[])list.toArray(newInput); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 59. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 213) l.add(targets[i]); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 60. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 218) l.add(target.getRuntimePlatform()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 61. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 223) l.addAll(rpd.getDeviceConfigurations()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 62. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 224) l.addAll(rpd.getDeviceProfiles()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 63. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 225) l.addAll(rpd.getServiceApis()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 64. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 229) l.add(config.getImplementation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 65. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 233) l.addAll(profile.getServiceApis()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 66. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 237) l.add(sapi.getDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 67. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 238) l.add(sapi.getImplementation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 68. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 243) l.add(ref.getSourceRef()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 69. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceContentProvider.java (at line 244) l.add(ref.getJavadocRef()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 70. WARNING in /home/shji/mtj-build/S-0.7RC2/src/eclipse/plugins/org.eclipse.mtj.extension.dm.ui/src/org/eclipse/mtj/extension/dm/ui/util/TargetDeviceLabelProvider.java (at line 53) sb.append(utils.getObjectStyledName(element)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getObjectStyledName(Object) from the type PreferenceUtils should be accessed in a static way ---------- 70 problems (70 warnings)[36 .class files generated]