commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] [bugs #11382] [gump][kaffe] Missing methods in javax.imageio


From: Michael Koch
Subject: [commit-cp] [bugs #11382] [gump][kaffe] Missing methods in javax.imageio
Date: Tue, 11 Jan 2005 22:54:52 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.3; Linux; X11; i686; de) (KHTML, like Gecko)

This is an automated notification sent by Savannah.
It relates to:
                bugs #11382, project classpath

==============================================================================
 LATEST MODIFICATIONS of bugs #11382:
==============================================================================

               Posted by: Michael Koch <mkoch>
               Posted on: 2005-01-11 22:54 (GMT)
    _______________________________________________________

Follow-up Comment:
ImageIO.read(..) is implement in classpath CVS now. The rest is still
missing.

==============================================================================
 OVERVIEW of bugs #11382:
==============================================================================

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11382>

                 Summary: [gump][kaffe] Missing methods in javax.imageio
                 Project: classpath
            Submitted by: dims
            Submitted on: Don 23.12.2004 um 03:47
                Category: classpath
                Severity: 5 - Average
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: None

    _______________________________________________________


Need i say more than the following?



    [javac] Found 3 semantic errors compiling
"/home/dims/ws-axis/java/src/org/apache/axis/components/image/MerlinIO.java":

 

    [javac]     51.        
writer.setOutput(javax.imageio.ImageIO.createImageOutputStream(os));

    [javac]                                 
^-----------------------------------------------^

    [javac] *** Semantic Error: No accessible method with signature
"createImageOutputStream(java.io.OutputStream)" was found in type
"javax.imageio.ImageIO".

 

 

    [javac]     63.         writer.write(new IIOImage(rendImage, null,
null));

    [javac]                
^-----------------------------------------------^

    [javac] *** Semantic Error: No applicable overload for a method with
signature "write(javax.imageio.IIOImage)" was found in type
"javax.imageio.ImageWriter". Perhaps you wanted the overloaded version "void
write(javax.imageio.metadata.IIOMetadata $1, javax.imageio.IIOImage $2,
javax.imageio.ImageWriteParam $3) throws java.io.IOException;" instead?

 

 

    [javac]     73.         return javax.imageio.ImageIO.read(in);

    [javac]                        ^----------------------------^

    [javac] *** Semantic Error: No accessible method with signature
"read(java.io.InputStream)" was found in type "javax.imageio.ImageIO".



Thanks,

dims

    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Die 11.01.2005 um 22:54       By: Michael Koch <mkoch>
ImageIO.read(..) is implement in classpath CVS now. The rest is still
missing.








==============================================================================

This item URL is:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11382>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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