You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Xiao-Feng Li (JIRA)" <ji...@apache.org> on 2007/04/11 12:13:32 UTC

[jira] Created: (HARMONY-3623) [classlib][imageio] bug that code depends on hash order

[classlib][imageio] bug that code depends on hash order
-------------------------------------------------------

                 Key: HARMONY-3623
                 URL: https://issues.apache.org/jira/browse/HARMONY-3623
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
         Environment: all required platforms
            Reporter: Xiao-Feng Li
            Priority: Trivial


classlib test javax.imageio.ImageIOTest  will fail if the image file is checked for JPG format first
before the PNG format check.  The order dependence of the code behavior looks like a bug.

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


[jira] Assigned: (HARMONY-3623) [classlib][imageio] bug that code depends on hash order

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

Xiao-Feng Li reassigned HARMONY-3623:
-------------------------------------

    Assignee: Xiao-Feng Li

> [classlib][imageio] bug that code depends on hash order
> -------------------------------------------------------
>
>                 Key: HARMONY-3623
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3623
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: all required platforms
>            Reporter: Xiao-Feng Li
>         Assigned To: Xiao-Feng Li
>            Priority: Trivial
>         Attachments: imageio.patch
>
>
> classlib test javax.imageio.ImageIOTest  will fail if the image file is checked for JPG format first
> before the PNG format check.  The order dependence of the code behavior looks like a bug.

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


[jira] Closed: (HARMONY-3623) [classlib][imageio] bug that code depends on hash order

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

Xiao-Feng Li closed HARMONY-3623.
---------------------------------

    Resolution: Fixed

committed.

> [classlib][imageio] bug that code depends on hash order
> -------------------------------------------------------
>
>                 Key: HARMONY-3623
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3623
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: all required platforms
>            Reporter: Xiao-Feng Li
>         Assigned To: Xiao-Feng Li
>            Priority: Trivial
>         Attachments: imageio.patch
>
>
> classlib test javax.imageio.ImageIOTest  will fail if the image file is checked for JPG format first
> before the PNG format check.  The order dependence of the code behavior looks like a bug.

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


[jira] Updated: (HARMONY-3623) [classlib][imageio] bug that code depends on hash order

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

Xiao-Feng Li updated HARMONY-3623:
----------------------------------

    Attachment: imageio.patch

> [classlib][imageio] bug that code depends on hash order
> -------------------------------------------------------
>
>                 Key: HARMONY-3623
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3623
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: all required platforms
>            Reporter: Xiao-Feng Li
>            Priority: Trivial
>         Attachments: imageio.patch
>
>
> classlib test javax.imageio.ImageIOTest  will fail if the image file is checked for JPG format first
> before the PNG format check.  The order dependence of the code behavior looks like a bug.

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