# 6/25/07 10:19:39 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.core.saf.ui/src/org/eclipse/stp/core/saf/ui/contribution/SOAPropertiesRegistry.java (at line 33) private Hashtable _entries = null; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 2. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf.ui/src/org/eclipse/stp/core/saf/ui/contribution/SOAPropertiesRegistry.java (at line 76) for (Enumeration enum1 = getEntries().elements(); enum1.hasMoreElements();) { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 3. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf.ui/src/org/eclipse/stp/core/saf/ui/contribution/SOAPropertiesRegistry.java (at line 95) getEntries().put(key, entry); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 4. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf.ui/src/org/eclipse/stp/core/saf/ui/contribution/SOAPropertiesRegistry.java (at line 116) public Enumeration getEntryEnumeration() { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 5. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf.ui/src/org/eclipse/stp/core/saf/ui/contribution/SOAPropertiesRegistry.java (at line 120) private Hashtable getEntries() { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 6. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf.ui/src/org/eclipse/stp/core/saf/ui/contribution/SOAPropertiesRegistry.java (at line 122) _entries = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 6 problems (6 warnings)[9 .class files generated]