bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/24166] compile error (cvs-2005-10-02)


From: cvs-commit at developer dot classpath dot org
Subject: [Bug classpath/24166] compile error (cvs-2005-10-02)
Date: 2 Oct 2005 11:44:06 -0000


------- Comment #1 from cvs-commit at developer dot classpath dot org  
2005-10-02 11:44 -------
Subject: Bug 24166

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Mark Wielaard <address@hidden>   05/10/02 11:27:53

Modified files:
        .              : ChangeLog 
        javax/imageio  : ImageIO.java 

Log message:
        Workarounds for bug #24166
        * javax/imageio/ImageIO.java (filter): Catch IOException in
        canDecodeInput().
        (TranscoderFilter.WriterObjectFilter): Renamed to TranscoderFilter.
        (getImageReadersBySuffix): Use ReaderObjectFilter, not the nonexisting
        ReaderSuffixFilter.
        (createImageInputStream): Test with Class.isAssignableFrom() and for
        foundSpi == null.
        (createImageOutputStream): Likewise and use output, not input.
        (getImageReader): Always return null for now.
        (getImageReaders): Use input, not object.
        (getImageWriters): Rename formatName to format and create a
        WriterObjectFilter with type and format not just object.
        (getImageWriter): Always return null for now.
        (getImageTranscoders): Create TranscoderFilter not ImageTranscoderSpi
        instance.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5077&tr2=1.5078&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/imageio/ImageIO.java.diff?tr1=1.8&tr2=1.9&r1=text&r2=text


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24166





reply via email to

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