You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oleg Khaschansky (JIRA)" <ji...@apache.org> on 2006/12/11 13:25:23 UTC

[jira] Created: (HARMONY-2601) [classlib][awt] java.awt.image.ConvolveOp.filter(Raster ,WritableRaster) throws NegativeArraySizeException while RI throws ImagingOpException

[classlib][awt] java.awt.image.ConvolveOp.filter(Raster ,WritableRaster) throws NegativeArraySizeException while RI throws ImagingOpException
---------------------------------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-2601
                 URL: http://issues.apache.org/jira/browse/HARMONY-2601
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Oleg Khaschansky
            Priority: Minor


In some cases ConvolveOp.filter throws NegativeArraySizeException on Harmony, while RI throws ImagingOpException. See the attached testcase, which passes on RI and fails on Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2601) [classlib][awt] java.awt.image.ConvolveOp.filter(Raster ,WritableRaster) throws NegativeArraySizeException while RI throws ImagingOpException

Posted by "Oleg Khaschansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2601?page=all ]

Oleg Khaschansky updated HARMONY-2601:
--------------------------------------

    Attachment: harmony-2601.patch

patch

> [classlib][awt] java.awt.image.ConvolveOp.filter(Raster ,WritableRaster) throws NegativeArraySizeException while RI throws ImagingOpException
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2601
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2601
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Oleg Khaschansky
>            Priority: Minor
>         Attachments: harmony-2601-test.patch, harmony-2601.patch
>
>
> In some cases ConvolveOp.filter throws NegativeArraySizeException on Harmony, while RI throws ImagingOpException. See the attached testcase, which passes on RI and fails on Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2601) [classlib][awt] java.awt.image.ConvolveOp.filter(Raster ,WritableRaster) throws NegativeArraySizeException while RI throws ImagingOpException

Posted by "Oleg Khaschansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2601?page=all ]

Oleg Khaschansky updated HARMONY-2601:
--------------------------------------

    Attachment: harmony-2601-test.patch

> [classlib][awt] java.awt.image.ConvolveOp.filter(Raster ,WritableRaster) throws NegativeArraySizeException while RI throws ImagingOpException
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2601
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2601
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Oleg Khaschansky
>            Priority: Minor
>         Attachments: harmony-2601-test.patch, harmony-2601-test.patch, harmony-2601.patch
>
>
> In some cases ConvolveOp.filter throws NegativeArraySizeException on Harmony, while RI throws ImagingOpException. See the attached testcase, which passes on RI and fails on Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2601) [classlib][awt] java.awt.image.ConvolveOp.filter(Raster ,WritableRaster) throws NegativeArraySizeException while RI throws ImagingOpException

Posted by "Oleg Khaschansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2601?page=all ]

Oleg Khaschansky updated HARMONY-2601:
--------------------------------------

    Attachment: harmony-2601-test.patch

unit test

> [classlib][awt] java.awt.image.ConvolveOp.filter(Raster ,WritableRaster) throws NegativeArraySizeException while RI throws ImagingOpException
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2601
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2601
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Oleg Khaschansky
>            Priority: Minor
>         Attachments: harmony-2601-test.patch, harmony-2601.patch
>
>
> In some cases ConvolveOp.filter throws NegativeArraySizeException on Harmony, while RI throws ImagingOpException. See the attached testcase, which passes on RI and fails on Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-2601) [classlib][awt] java.awt.image.ConvolveOp.filter(Raster ,WritableRaster) throws NegativeArraySizeException while RI throws ImagingOpException

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

Mark Hindess resolved HARMONY-2601.
-----------------------------------

    Resolution: Fixed
      Assignee: Mark Hindess

Applied patches in r495940.  I removed the verbose print from the test.  Please confirm they have been applied as expected.

> [classlib][awt] java.awt.image.ConvolveOp.filter(Raster ,WritableRaster) throws NegativeArraySizeException while RI throws ImagingOpException
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2601
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2601
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Oleg Khaschansky
>         Assigned To: Mark Hindess
>            Priority: Minor
>         Attachments: harmony-2601-test.patch, harmony-2601-test.patch, harmony-2601.patch
>
>
> In some cases ConvolveOp.filter throws NegativeArraySizeException on Harmony, while RI throws ImagingOpException. See the attached testcase, which passes on RI and fails on Harmony.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-2601) [classlib][awt] java.awt.image.ConvolveOp.filter(Raster ,WritableRaster) throws NegativeArraySizeException while RI throws ImagingOpException

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

Mark Hindess closed HARMONY-2601.
---------------------------------


No response. Assuming it is okay.


> [classlib][awt] java.awt.image.ConvolveOp.filter(Raster ,WritableRaster) throws NegativeArraySizeException while RI throws ImagingOpException
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2601
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2601
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Oleg Khaschansky
>            Assignee: Mark Hindess
>            Priority: Minor
>         Attachments: harmony-2601-test.patch, harmony-2601-test.patch, harmony-2601.patch
>
>
> In some cases ConvolveOp.filter throws NegativeArraySizeException on Harmony, while RI throws ImagingOpException. See the attached testcase, which passes on RI and fails on Harmony.

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