# 10/16/07 7:05:12 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 147) Map services = wsdlDef.getServices(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 149) 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/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 151) Map ports = service.getPorts(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 4. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 153) 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]