# 6/25/07 10:26:14 PM EDT # Eclipse Java Compiler 0.745, 3.3.0 milestone-6, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 145) 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-I/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 147) 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-I/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 149) 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-I/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 151) for (Iterator portItor = ports.keySet().iterator(); portItor.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 5. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/wtp/WtpTomcatServerAdapter.java (at line 55) ConnectionProfileProvider mProvider = (ConnectionProfileProvider) ConnectionProfileManager ^^^^^^^^^ The local variable mProvider is never read ---------- 5 problems (5 warnings)[19 .class files generated]