# 9/15/06 9:53:36 AM EEST # Eclipse Java Compiler 0.658, 3.2.0 release candidate-1, Copyright IBM Corp 2000, 2006. All rights reserved. ---------- 1. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 250) result.add(keys.nextElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 2. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 252) return (String[]) result.toArray(new String[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 3. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 563) hashtable.put(terminal, connection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 4. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 568) hashtable.put(terminal, connection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 5. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 573) hashtable.put(terminal, connection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 6. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 578) hashtable.put(terminal, connection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 7. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 625) allTerminals.add(irDATerminal); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 8. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 626) irDATerminals.add(irDATerminal); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 9. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 635) allTerminals.add(rs232Terminal); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 10. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 636) rs232Terminals.add(rs232Terminal); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 11. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 645) allTerminals.add(usbTerminal); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 12. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 646) usbTerminals.add(usbTerminal); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 13. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 655) allTerminals.add(btTerminal); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 14. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 656) btTerminals.add(btTerminal); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 15. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 666) currentTerminals.add(terminal); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 16. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/impl/Deployer.java (at line 764) private int whichTerminalOnList(Vector terminals, String terminal) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method whichTerminalOnList(Vector, String) from the type Deployer.TerminalObserver is never used locally ---------- ---------- 17. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/util/StringManipulator.java (at line 77) components.add( buffer.toString() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 18. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/util/StringManipulator.java (at line 86) components.add( buffer.toString() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 19. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/util/StringManipulator.java (at line 110) components.add( buffer.toString() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 20. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/util/StringManipulator.java (at line 112) return (String[])components.toArray(new String[]{}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 21. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/util/StringManipulator.java (at line 122) = new Vector( Arrays.asList( emulatorClassPath )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 22. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/util/StringManipulator.java (at line 123) wholeClassPath.add( userClassPath ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 23. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/util/StringManipulator.java (at line 124) return (String[])wholeClassPath.toArray( new String[]{} ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 24. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/util/StringManipulator.java (at line 136) wholeClassPath.add( emulatorClassPath[i].getAbsolutePath() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 25. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/util/StringManipulator.java (at line 138) wholeClassPath.add( userClassPath ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 26. WARNING in /home/shji/mtj-build/S-0.7M1/src/eclipse/plugins/org.eclipse.mtj.extension.dplp.nokia.pcsuite/src/org/eclipse/mtj/extension/dplp/nokia/pcsuite/util/StringManipulator.java (at line 139) return (String[])wholeClassPath.toArray( new String[]{} ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 26 problems (26 warnings)[7 .class files generated]