classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Errors on generics branch #01


From: Andrew John Hughes
Subject: [cp-patches] Errors on generics branch #01
Date: Mon, 10 Jan 2005 19:01:52 +0000

Patch post for the patch committed on the 7th.

2005-01-07  Andrew John Hughes  <address@hidden>

        * java/io/PrintStream.java:
        (PrintStream(String, String)): added
UnsupportedEncodingException
        (PrintStream(File, String)): added UnsupportedEncodingException
        * java/lang/Deprecated.java:
        Changed import to java.lang.annotation.RetentionPolicy.RUNTIME
        * java/lang/InheritableThreadLocal.java:
        Corrected typo `Locals' to `Local'
        * java/lang/String.java:
        (compareTo(Object)): removed
        * java/lang/annotation/AnnotationTypeMismatchException.java:
        Added import of java.lang.reflect.Method
        * java/lang/annotation/Documentation.java:
        Added import of java.lang.annotation.RetentionPolicy.RUNTIME
        * java/lang/annotation/Inherited.java:
        Added import of java.lang.annotation.RetentionPolicy.RUNTIME
        Added import of java.lang.annotation.ElementType.ANNOTATION_TYPE
        * java/lang/annotation/Retention.java: ditto
        * java/lang/annotation/Target.java: ditto
        * java/lang/reflect/AnnotatedElement.java:
        Added import of java.lang.annotation.Annotation
        * java/util/AbstractCollection.java:
        (toArray(T[])): converted returned type to T[] from Object[]
        * java/util/EnumMap.java:
        Added import of java.io.Serializable
        * java/util/EnumSet.java: ditto
        * java/util/TreeSet.java:
        (TreeSet(SortedMap<T,String> backingMap)): type of input
parameter corrected.
        * vm/reference/java/lang/VMClass.java:
        (cast(Object, Class<K>)): typed method parameterically

-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

No software patents in Europe -- http://nosoftwarepatents.com

"Value your freedom, or you will lose it, teaches history.
`Don't bother us with politics' respond those who don't want to learn."
-- Richard Stallman

"We've all been part of the biggest beta test the world has ever known --
Windows"
-- Victor Wheatman, Gartner

Attachment: errors_01.diff
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]