# 1/9/08 4:37:16 AM EST # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/extensionpoints/BPELProviderLoader.java (at line 38) ArrayList providers = getExtensionPointClasses(UiPlugin.EXTENSION_POINT_BPELPROVIDER); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 2. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/extensionpoints/BPELProviderLoader.java (at line 99) private static ArrayList getExtensionPointClasses(String extensionpointid) throws CoreException { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 3. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/extensionpoints/BPELProviderLoader.java (at line 101) ArrayList transports = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 4. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/extensionpoints/BPELProviderLoader.java (at line 101) ArrayList transports = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 5. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/extensionpoints/BPELProviderLoader.java (at line 134) transports.add(category); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 6. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/extensionpoints/BPELProviderLoader.java (at line 152) transports.add(providernode); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 7. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigAssetsTab.java (at line 131) configuration.setAttribute("service_files",new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 8. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigAssetsTab.java (at line 137) java.util.List sservice_files = configuration.getAttribute("service_files",new ArrayList()); ^^^^^^^^^^^^^^ List is a raw type. References to generic type List should be parameterized ---------- 9. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigAssetsTab.java (at line 137) java.util.List sservice_files = configuration.getAttribute("service_files",new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 10. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigAssetsTab.java (at line 154) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 11. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigAssetsTab.java (at line 154) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 12. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigAssetsTab.java (at line 157) list.add(items[i]); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 13. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 126) List ser_hosts_list = conf.getAttribute("hosts_list",new ArrayList()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 14. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 126) List ser_hosts_list = conf.getAttribute("hosts_list",new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 15. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 128) Map daemon_transports = conf.getAttribute("daemon_transports",new HashMap()); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 16. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 128) Map daemon_transports = conf.getAttribute("daemon_transports",new HashMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 17. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 129) Map daemon_passwords = conf.getAttribute("daemon_passwords",new HashMap()); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 18. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 129) Map daemon_passwords = conf.getAttribute("daemon_passwords",new HashMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 19. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 144) List hosts_list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 20. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 144) List hosts_list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 21. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 145) List daemon_list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 22. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 145) List daemon_list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 23. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 165) hosts_list.add(tmp); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 24. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 197) daemon_list.add(daemontmp); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 25. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 205) hosts_list.add(tmp); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 26. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 219) daemon_list.add(daemontmp); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 27. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 281) java.util.List jar_refs = conf.getAttribute("jar_list",new ArrayList()); ^^^^^^^^^^^^^^ List is a raw type. References to generic type List should be parameterized ---------- 28. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDelegate.java (at line 281) java.util.List jar_refs = conf.getAttribute("jar_list",new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- ---------- 29. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 185) configuration.setAttribute("jar_list",new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 30. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 194) java.util.List jar_refs = configuration.getAttribute("jar_list",new ArrayList()); ^^^^^^^^^^^^^^ List is a raw type. References to generic type List should be parameterized ---------- 31. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 194) java.util.List jar_refs = configuration.getAttribute("jar_list",new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 32. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 196) HashMap uniquenessMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 33. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 196) HashMap uniquenessMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 34. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 199) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 35. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 199) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 36. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 210) list.add(exts[i]); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 37. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 212) uniquenessMap.put(getExtensionDependencyKey(exts[i]),new Object()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 38. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 220) list.add(dep); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 39. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 221) uniquenessMap.put(getExtensionDependencyKey(dep),new Object()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 40. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 226) list.toArray(items); ^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 41. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 242) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 42. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 242) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 43. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 247) list.add(JARDependency.toHex(deps[i])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 44. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 322) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 45. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 322) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 46. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 337) list.add(deps[k]); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 47. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDependenciesTab.java (at line 342) list.toArray(tmp); ^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 48. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 116) Map daemon_transports = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 49. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 116) Map daemon_transports = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 50. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 117) Map daemon_passwords = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 51. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 117) Map daemon_passwords = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 52. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 291) configuration.setAttribute("hosts_list",new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 53. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 298) java.util.List hosts = configuration.getAttribute("hosts_list",new ArrayList()); ^^^^^^^^^^^^^^ List is a raw type. References to generic type List should be parameterized ---------- 54. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 298) java.util.List hosts = configuration.getAttribute("hosts_list",new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 55. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 345) Map str_daemon_transports = configuration.getAttribute("daemon_transports",new HashMap()); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 56. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 345) Map str_daemon_transports = configuration.getAttribute("daemon_transports",new HashMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 57. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 346) Map str_daemon_passwords = configuration.getAttribute("daemon_passwords",new HashMap()); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 58. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 346) Map str_daemon_passwords = configuration.getAttribute("daemon_passwords",new HashMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 59. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 355) daemon_transports.put(obj_key,str_daemon_transports.get(str_key)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 60. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 356) daemon_passwords.put(obj_key,str_daemon_passwords.get(str_key)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 61. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 375) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 62. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 375) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 63. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 381) list.add(tmp); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 64. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 394) Map str_daemon_transports = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 65. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 394) Map str_daemon_transports = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 66. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 395) Map str_daemon_passwords = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 67. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 395) Map str_daemon_passwords = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 68. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 404) str_daemon_transports.put(str_key,o); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 69. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 408) str_daemon_passwords.put(str_key,o); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 70. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 472) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 71. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 472) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 72. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 487) list.add(addresses[k]); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 73. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 492) list.toArray(tmp); ^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 74. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 798) daemon_transports.put(address,set); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 75. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 805) daemon_passwords.put(address,set); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 76. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigDistributionTab.java (at line 808) daemon_passwords.put(address,set); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 77. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 32) HashMap properties = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 78. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 32) HashMap properties = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 79. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 41) properties.put(name,hexstring); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 80. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 76) List names = configuration.getAttribute(PROPERTY_NAMES,new ArrayList()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 81. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 76) List names = configuration.getAttribute(PROPERTY_NAMES,new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 82. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 77) List datas = configuration.getAttribute(PROPERTY_DATAS,new ArrayList()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 83. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 77) List datas = configuration.getAttribute(PROPERTY_DATAS,new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 84. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 81) properties.put((String)names.get(i),(String)datas.get(i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 85. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 87) ArrayList keys = new ArrayList(properties.keySet()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 86. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 87) ArrayList keys = new ArrayList(properties.keySet()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 87. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 87) ArrayList keys = new ArrayList(properties.keySet()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 88. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 89) ArrayList names = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 89. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 89) ArrayList names = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 90. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 90) ArrayList datas = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 91. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 90) ArrayList datas = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 92. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 96) names.add(key); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 93. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigPropertySource.java (at line 97) datas.add(data); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 94. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigProviderTab.java (at line 58) ArrayList allproviders = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 95. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigProviderTab.java (at line 58) ArrayList allproviders = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 96. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigProviderTab.java (at line 131) allproviders.add(provitem); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 97. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigTabGroup.java (at line 26) ArrayList tabs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 98. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigTabGroup.java (at line 26) ArrayList tabs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 99. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigTabGroup.java (at line 27) tabs.add(new LaunchConfigProviderTab()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 100. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigTabGroup.java (at line 29) tabs.add(new LaunchConfigDistributionTab()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 101. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigTabGroup.java (at line 30) tabs.add(new LaunchConfigTranslatorTab()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 102. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigTabGroup.java (at line 32) tabs.add(new CommonTab()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 103. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/launchconfig/LaunchConfigTabGroup.java (at line 35) tabs.toArray(alltabs); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 104. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 36) HashMap specials = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 105. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 36) HashMap specials = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 106. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 48) specials.put(token,new Boolean(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 107. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 200) private HashMap mark_map = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 108. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 200) private HashMap mark_map = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 109. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 252) mark_map.put( thread , new Long(now) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 110. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 579) private static HashMap timers = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 111. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 579) private static HashMap timers = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 112. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 584) HashMap thread_timers = (HashMap)timers.get(Thread.currentThread()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 113. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 584) HashMap thread_timers = (HashMap)timers.get(Thread.currentThread()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 114. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 586) thread_timers = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 115. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 588) thread_timers.put("ACC:"+timer,new Long(System.currentTimeMillis())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 116. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 589) timers.put(Thread.currentThread(),thread_timers); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 117. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 594) HashMap thread_timers = (HashMap)timers.get(Thread.currentThread()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 118. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 594) HashMap thread_timers = (HashMap)timers.get(Thread.currentThread()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 119. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 598) thread_timers.put("ACC_TOT:"+timer,new Long(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 120. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 603) HashMap thread_timers = (HashMap)timers.get(Thread.currentThread()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 121. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 603) HashMap thread_timers = (HashMap)timers.get(Thread.currentThread()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 122. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 618) HashMap thread_timers = (HashMap)timers.get(Thread.currentThread()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 123. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 618) HashMap thread_timers = (HashMap)timers.get(Thread.currentThread()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 124. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 631) thread_timers.put("ACC_TOT:"+timer,new Long(add)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 125. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 644) HashMap thread_timers = (HashMap)timers.get(Thread.currentThread()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 126. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 644) HashMap thread_timers = (HashMap)timers.get(Thread.currentThread()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 127. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 646) thread_timers = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 128. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 648) thread_timers.put("TIM:"+timer,new Long(System.currentTimeMillis())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 129. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 649) timers.put(Thread.currentThread(),thread_timers); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 130. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 655) HashMap thread_timers = (HashMap)timers.get(Thread.currentThread()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 131. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/Debugger.java (at line 655) HashMap thread_timers = (HashMap)timers.get(Thread.currentThread()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 132. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/JARFinder.java (at line 20) public static void searchDir(List paths, File file) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 133. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/JARFinder.java (at line 23) public static void searchDir(List paths, File file, String extension, int max_depth) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 134. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/JARFinder.java (at line 27) private static void searchDir(List paths, File file, String extension, int depth, int MAXDEPTH) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 135. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/JARFinder.java (at line 37) paths.add(file.getAbsolutePath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 136. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/StreamUtils.java (at line 54) Class clazz = Class.forName(claz); ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 137. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/StreamUtils.java (at line 104) Class colclazz = Class.forName(colname); ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 138. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/StreamUtils.java (at line 105) Collection col = (Collection)colclazz.newInstance(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 139. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/StreamUtils.java (at line 105) Collection col = (Collection)colclazz.newInstance(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 140. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/StreamUtils.java (at line 110) col.add(readString(in)); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 141. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/StreamUtils.java (at line 139) Class clazz = o.getClass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 142. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/StreamUtils.java (at line 150) Class fclazz = fields[i].getType(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 143. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/StreamUtils.java (at line 183) Collection col = (Collection)fields[i].get(o); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 144. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/StreamUtils.java (at line 183) Collection col = (Collection)fields[i].get(o); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 145. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/misc/StreamUtils.java (at line 187) Iterator it = col.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 146. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/preferences/BindingTypeTable.java (at line 144) WSDLBindingTranslator translator = (WSDLBindingTranslator)element; ^^^^^^^^^^ The local variable translator is never read ---------- 147. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/preferences/BindingTypeTable.java (at line 145) int index = getIndexForProperty(property); ^^^^^ The local variable index is never read ---------- ---------- 148. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/preferences/ImportsPrefPage.java (at line 285) IPreferenceStore store = getPreferenceStore(); ^^^^^ The local variable store is never read ---------- ---------- 149. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/preferences/PrefPage.java (at line 71) IPreferenceStore store = getPreferenceStore(); ^^^^^ The local variable store is never read ---------- 150. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/preferences/PrefPage.java (at line 78) IPreferenceStore store = getPreferenceStore(); ^^^^^ The local variable store is never read ---------- 151. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/preferences/PrefPage.java (at line 85) IPreferenceStore store = getPreferenceStore(); ^^^^^ The local variable store is never read ---------- ---------- 152. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/internal/preferences/TransportsTable.java (at line 147) SessionTransportProvider provider = (SessionTransportProvider)element; ^^^^^^^^ The local variable provider is never read ---------- ---------- 153. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/example/WorkbenchAPIExample.java (at line 35) private static void runLocalBpelProgram(IPath path) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method runLocalBpelProgram(IPath) from the type WorkbenchAPIExample is never used locally ---------- 154. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/example/WorkbenchAPIExample.java (at line 56) private static void runDistributedBpelProgram(IPath path, String[] hosts) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method runDistributedBpelProgram(IPath, String[]) from the type WorkbenchAPIExample is never used locally ---------- ---------- 155. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/extensionpoints/bpelprovider/BPELProviderCategory.java (at line 25) ArrayList children = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 156. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/extensionpoints/bpelprovider/BPELProviderCategory.java (at line 25) ArrayList children = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 157. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/extensionpoints/bpelprovider/BPELProviderCategory.java (at line 26) ArrayList providers = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 158. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/extensionpoints/bpelprovider/BPELProviderCategory.java (at line 26) ArrayList providers = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 159. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/extensionpoints/bpelprovider/BPELProviderCategory.java (at line 48) children.add(cat); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 160. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/extensionpoints/bpelprovider/BPELProviderCategory.java (at line 51) providers.add(prov); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 161. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 39) ArrayList worker_daemons = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 162. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 39) ArrayList worker_daemons = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 163. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 40) ArrayList workers = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 164. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 40) ArrayList workers = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 165. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 42) ArrayList jar_dependencies = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 166. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 42) ArrayList jar_dependencies = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 167. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 44) HashMap compiledData = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 168. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 44) HashMap compiledData = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 169. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 66) jar_dependencies.toArray(deps); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 170. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 80) worker_daemons.toArray(tmp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 171. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 85) worker_daemons.toArray(tmp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 172. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 116) worker_daemons.add(daemon_address); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 173. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 117) workers.add(worker_address); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 174. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 125) jar_dependencies.add(localJarPath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 175. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.b2j.ui/src/org/eclipse/stp/b2j/ui/publicapi/program/WorkbenchBPELProgram.java (at line 129) compiledData.put(key,o); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 175 problems (175 warnings)[45 .class files generated]