37. ERROR in gnu/java/util/collections/HashMap.java (at line 389)
        for (Map.Entry<K,V> e : addMap.entrySet())
                                ^^^^^^^^^^^^^^^^^
Can only iterate over an array or an instance of java.lang.Iterable
----------
38. ERROR in gnu/java/util/collections/HashMap.java (at line 720)
        for (Map.Entry<K,V> e : addMap.entrySet())
                                ^^^^^^^^^^^^^^^^^
Can only iterate over an array or an instance of java.lang.Iterable
----------
----------
39. ERROR in gnu/java/util/collections/Hashtable.java (at line 517)
        for (Map.Entry<K,V> e : addMap.entrySet())
                                ^^^^^^^^^^^^^^^^^
Can only iterate over an array or an instance of java.lang.Iterable
----------
40. ERROR in gnu/java/util/collections/Hashtable.java (at line 870)
        for (Map.Entry<K,V> e : addMap.entrySet())
                                ^^^^^^^^^^^^^^^^^
Can only iterate over an array or an instance of java.lang.Iterable
----------
----------
41. ERROR in gnu/java/util/collections/LinkedList.java (at line 78)
        implements List<T>, Queue<T>, Cloneable, Serializable
                            ^^^^^
Queue cannot be resolved to a type
----------
41 problems (10 errors, 31 warnings)make[1]: *** [collections.jar] Error 255
make[1]: Leaving directory `/home/cpdev/Nightly/classpath/jikes-build/lib'
make: *** [all-recursive] Error 1


_______________________________________________
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults

Reply via email to