# 1/9/08 9:53:10 AM EST # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/askehill/stp-build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 150) Map services = wsdlDef.getServices(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /shared/stp/askehill/stp-build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 152) for (Iterator itor = services.keySet().iterator(); itor.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 3. WARNING in /shared/stp/askehill/stp-build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 154) Map ports = service.getPorts(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 4. WARNING in /shared/stp/askehill/stp-build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 156) for (Iterator portItor = ports.keySet().iterator(); portItor.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 4 problems (4 warnings)[10 .class files generated]