You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Lang Yang (JIRA)" <ji...@apache.org> on 2010/05/08 23:56:48 UTC

[jira] Created: (HARMONY-6509) implementation ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader

implementation ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader
------------------------------------------------------------------------

                 Key: HARMONY-6509
                 URL: https://issues.apache.org/jira/browse/HARMONY-6509
             Project: Harmony
          Issue Type: Sub-task
          Components: Classlib
            Reporter: Lang Yang


Implemented methods ImageWriterSpi.isOwnWriter() and ImageReaderSpi.isOwnReader().

description of ImageWriterSpi.isOwnWriter() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageWriterSpi.html#isOwnWriter(javax.imageio.ImageWriter)
description of ImageWriterSpi.isOwnReader() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageReaderSpi.html#isOwnReader(javax.imageio.ImageReader)

I have also changed strings  imageio.96 to "writer == null!" and imageio.97 to "reader == null!" to make it consistent with SUN JDK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-6509) implementation ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader

Posted by "Lang Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lang Yang updated HARMONY-6509:
-------------------------------

    Attachment: HARMONY-6509-lang.txt

The test case passed successful on both Harmony and RI JREs.

> implementation ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-6509
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6509
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>         Attachments: HARMONY-6509-lang.txt
>
>
> Implemented methods ImageWriterSpi.isOwnWriter() and ImageReaderSpi.isOwnReader().
> description of ImageWriterSpi.isOwnWriter() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageWriterSpi.html#isOwnWriter(javax.imageio.ImageWriter)
> description of ImageWriterSpi.isOwnReader() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageReaderSpi.html#isOwnReader(javax.imageio.ImageReader)
> I have also changed strings  imageio.96 to "writer == null!" and imageio.97 to "reader == null!" to make it consistent with SUN JDK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-6509) implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader

Posted by "Lang Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lang Yang updated HARMONY-6509:
-------------------------------

    Summary: implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader  (was: implementation ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader)

> implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-6509
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6509
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>         Attachments: HARMONY-6509-lang.txt
>
>
> Implemented methods ImageWriterSpi.isOwnWriter() and ImageReaderSpi.isOwnReader().
> description of ImageWriterSpi.isOwnWriter() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageWriterSpi.html#isOwnWriter(javax.imageio.ImageWriter)
> description of ImageWriterSpi.isOwnReader() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageReaderSpi.html#isOwnReader(javax.imageio.ImageReader)
> I have also changed strings  imageio.96 to "writer == null!" and imageio.97 to "reader == null!" to make it consistent with SUN JDK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-6509) implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader

Posted by "Lang Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lang Yang closed HARMONY-6509.
------------------------------


> implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-6509
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6509
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Alexei Fedotov
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6509-lang.txt
>
>
> Implemented methods ImageWriterSpi.isOwnWriter() and ImageReaderSpi.isOwnReader().
> description of ImageWriterSpi.isOwnWriter() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageWriterSpi.html#isOwnWriter(javax.imageio.ImageWriter)
> description of ImageWriterSpi.isOwnReader() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageReaderSpi.html#isOwnReader(javax.imageio.ImageReader)
> I have also changed strings  imageio.96 to "writer == null!" and imageio.97 to "reader == null!" to make it consistent with SUN JDK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-6509) implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877577#action_12877577 ] 

Hudson commented on HARMONY-6509:
---------------------------------

Integrated in Harmony-select-1.5-head-linux-x86_64 #30 (See [http://hudson.zones.apache.org/hudson/job/Harmony-select-1.5-head-linux-x86_64/30/])
    Committed Lang's patch for HARMONY-6509: implementation of ImageReaderSpi.isOwnReader() and ImageWriterSpi.isOwnWriter().


> implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-6509
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6509
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Alexei Fedotov
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6509-lang.txt
>
>
> Implemented methods ImageWriterSpi.isOwnWriter() and ImageReaderSpi.isOwnReader().
> description of ImageWriterSpi.isOwnWriter() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageWriterSpi.html#isOwnWriter(javax.imageio.ImageWriter)
> description of ImageWriterSpi.isOwnReader() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageReaderSpi.html#isOwnReader(javax.imageio.ImageReader)
> I have also changed strings  imageio.96 to "writer == null!" and imageio.97 to "reader == null!" to make it consistent with SUN JDK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-6509) implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader

Posted by "Alexei Fedotov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Fedotov resolved HARMONY-6509.
-------------------------------------

    Fix Version/s: 5.0M15
       Resolution: Fixed

Adjusted tests to pass on RI, committed the patch except localization changes at r9533447. (Sorry, I personally find existing messages more descriptive and don't like exclamation marks.)

Lang, please verify that the patch is applied correctly.



> implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-6509
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6509
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Alexei Fedotov
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6509-lang.txt
>
>
> Implemented methods ImageWriterSpi.isOwnWriter() and ImageReaderSpi.isOwnReader().
> description of ImageWriterSpi.isOwnWriter() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageWriterSpi.html#isOwnWriter(javax.imageio.ImageWriter)
> description of ImageWriterSpi.isOwnReader() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageReaderSpi.html#isOwnReader(javax.imageio.ImageReader)
> I have also changed strings  imageio.96 to "writer == null!" and imageio.97 to "reader == null!" to make it consistent with SUN JDK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-6509) implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader

Posted by "Alexei Fedotov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877427#action_12877427 ] 

Alexei Fedotov commented on HARMONY-6509:
-----------------------------------------

Lang, please double think of using strings rather than localized exception messages. Internationalization is a common convention for Harmony.

> implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-6509
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6509
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>         Attachments: HARMONY-6509-lang.txt
>
>
> Implemented methods ImageWriterSpi.isOwnWriter() and ImageReaderSpi.isOwnReader().
> description of ImageWriterSpi.isOwnWriter() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageWriterSpi.html#isOwnWriter(javax.imageio.ImageWriter)
> description of ImageWriterSpi.isOwnReader() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageReaderSpi.html#isOwnReader(javax.imageio.ImageReader)
> I have also changed strings  imageio.96 to "writer == null!" and imageio.97 to "reader == null!" to make it consistent with SUN JDK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-6509) implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877579#action_12877579 ] 

Hudson commented on HARMONY-6509:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #844 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/844/])
    Committed Lang's patch for HARMONY-6509: implementation of ImageReaderSpi.isOwnReader() and ImageWriterSpi.isOwnWriter().


> implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-6509
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6509
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Alexei Fedotov
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6509-lang.txt
>
>
> Implemented methods ImageWriterSpi.isOwnWriter() and ImageReaderSpi.isOwnReader().
> description of ImageWriterSpi.isOwnWriter() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageWriterSpi.html#isOwnWriter(javax.imageio.ImageWriter)
> description of ImageWriterSpi.isOwnReader() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageReaderSpi.html#isOwnReader(javax.imageio.ImageReader)
> I have also changed strings  imageio.96 to "writer == null!" and imageio.97 to "reader == null!" to make it consistent with SUN JDK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-6509) implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader

Posted by "Alexei Fedotov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Fedotov reassigned HARMONY-6509:
---------------------------------------

    Assignee: Alexei Fedotov

> implementation of ImageWriterSpi.isOwnWriter and ImageReaderSpi.isOwnReader
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-6509
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6509
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Alexei Fedotov
>         Attachments: HARMONY-6509-lang.txt
>
>
> Implemented methods ImageWriterSpi.isOwnWriter() and ImageReaderSpi.isOwnReader().
> description of ImageWriterSpi.isOwnWriter() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageWriterSpi.html#isOwnWriter(javax.imageio.ImageWriter)
> description of ImageWriterSpi.isOwnReader() - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ImageReaderSpi.html#isOwnReader(javax.imageio.ImageReader)
> I have also changed strings  imageio.96 to "writer == null!" and imageio.97 to "reader == null!" to make it consistent with SUN JDK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.