You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Fedotov (JIRA)" <ji...@apache.org> on 2008/03/24 19:21:24 UTC

[jira] Updated: (HARMONY-5643) [classlib][awt] fixing typo in java.awt.image.ColorConvertOp.createCompatibleDestImage

     [ https://issues.apache.org/jira/browse/HARMONY-5643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Fedotov updated HARMONY-5643:
------------------------------------

    Attachment: createCompatibleDestImage.patch

The patch fixes a problem by replacing destCM usage with dstCM.

> [classlib][awt] fixing typo in java.awt.image.ColorConvertOp.createCompatibleDestImage
> --------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5643
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5643
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Alexei Fedotov
>         Attachments: createCompatibleDestImage.patch
>
>
> FreeCol reports the following NPE:
> java.lang.NullPointerException
>         at java.awt.image.ColorConvertOp.createCompatibleDestImage(ColorConvertOp.java:415) 
> The NPE is a possible result of confusion between destCM and dstCM usage. When the former is null, the latter is created and initialized.

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