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/06/28 08:07:49 UTC

[jira] Created: (HARMONY-6562) Implement ImageTypeSpecifier.createIndexed()

Implement ImageTypeSpecifier.createIndexed()
--------------------------------------------

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

Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createIndexed(byte[], byte[], byte[], byte[], int, int)

The implementation is really straight forward, after validate the parameters. Use IndexColorModel to instantiate ColorModel, and create compatible SampleModel

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


[jira] Resolved: (HARMONY-6562) Implement ImageTypeSpecifier.createIndexed()

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

Tim Ellison resolved HARMONY-6562.
----------------------------------

         Assignee: Tim Ellison
    Fix Version/s: 5.0M15
       Resolution: Fixed

Thanks Lang.

I applied your patch to the imageio module at repo revision r958590.

I merged the test case into the class created for HARMONY-6563, and updated the manifest with a new module dependency.

Please check it was applied as you expected.




> Implement ImageTypeSpecifier.createIndexed()
> --------------------------------------------
>
>                 Key: HARMONY-6562
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6562
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6562.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createIndexed(byte[], byte[], byte[], byte[], int, int)
> The implementation is really straight forward, after validate the parameters. Use IndexColorModel to instantiate ColorModel, and create compatible SampleModel

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


[jira] Commented: (HARMONY-6562) Implement ImageTypeSpecifier.createIndexed()

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

Hudson commented on HARMONY-6562:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #868 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/868/])
    Apply patch for HARMONY-6562 (Implement ImageTypeSpecifier.createIndexed())
Add new dependency on BigInteger (via IndexColorModel constructor)


> Implement ImageTypeSpecifier.createIndexed()
> --------------------------------------------
>
>                 Key: HARMONY-6562
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6562
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6562.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createIndexed(byte[], byte[], byte[], byte[], int, int)
> The implementation is really straight forward, after validate the parameters. Use IndexColorModel to instantiate ColorModel, and create compatible SampleModel

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


[jira] Closed: (HARMONY-6562) Implement ImageTypeSpecifier.createIndexed()

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

Lang Yang closed HARMONY-6562.
------------------------------


> Implement ImageTypeSpecifier.createIndexed()
> --------------------------------------------
>
>                 Key: HARMONY-6562
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6562
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6562.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createIndexed(byte[], byte[], byte[], byte[], int, int)
> The implementation is really straight forward, after validate the parameters. Use IndexColorModel to instantiate ColorModel, and create compatible SampleModel

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


[jira] Commented: (HARMONY-6562) Implement ImageTypeSpecifier.createIndexed()

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

Mark Hindess commented on HARMONY-6562:
---------------------------------------

FYI: The assertEquals statements in the test in this patch had the actual and expected values the wrong way around.  I've fixed this in commit r958660.


> Implement ImageTypeSpecifier.createIndexed()
> --------------------------------------------
>
>                 Key: HARMONY-6562
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6562
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6562.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createIndexed(byte[], byte[], byte[], byte[], int, int)
> The implementation is really straight forward, after validate the parameters. Use IndexColorModel to instantiate ColorModel, and create compatible SampleModel

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


[jira] Commented: (HARMONY-6562) Implement ImageTypeSpecifier.createIndexed()

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

Hudson commented on HARMONY-6562:
---------------------------------

Integrated in Harmony-select-1.5-head-linux-x86_64 #44 (See [http://hudson.zones.apache.org/hudson/job/Harmony-select-1.5-head-linux-x86_64/44/])
    Apply patch for HARMONY-6562 (Implement ImageTypeSpecifier.createIndexed())
Add new dependency on BigInteger (via IndexColorModel constructor)


> Implement ImageTypeSpecifier.createIndexed()
> --------------------------------------------
>
>                 Key: HARMONY-6562
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6562
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6562.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createIndexed(byte[], byte[], byte[], byte[], int, int)
> The implementation is really straight forward, after validate the parameters. Use IndexColorModel to instantiate ColorModel, and create compatible SampleModel

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


[jira] Updated: (HARMONY-6562) Implement ImageTypeSpecifier.createIndexed()

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

Lang Yang updated HARMONY-6562:
-------------------------------

    Attachment: HARMONY-6562.diff

> Implement ImageTypeSpecifier.createIndexed()
> --------------------------------------------
>
>                 Key: HARMONY-6562
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6562
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>         Attachments: HARMONY-6562.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createIndexed(byte[], byte[], byte[], byte[], int, int)
> The implementation is really straight forward, after validate the parameters. Use IndexColorModel to instantiate ColorModel, and create compatible SampleModel

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


[jira] Commented: (HARMONY-6562) Implement ImageTypeSpecifier.createIndexed()

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

Lang Yang commented on HARMONY-6562:
------------------------------------

Thanks Tim and Mark! The patch has been applied correct.

> Implement ImageTypeSpecifier.createIndexed()
> --------------------------------------------
>
>                 Key: HARMONY-6562
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6562
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6562.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createIndexed(byte[], byte[], byte[], byte[], int, int)
> The implementation is really straight forward, after validate the parameters. Use IndexColorModel to instantiate ColorModel, and create compatible SampleModel

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