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

[jira] Updated: (HARMONY-2069) [classlib][awt] DataFlavor.clone() throws NPE

     [ http://issues.apache.org/jira/browse/HARMONY-2069?page=all ]

Alexey Petrenko updated HARMONY-2069:
-------------------------------------

    Patch Info: [Patch Available]

> [classlib][awt] DataFlavor.clone() throws NPE
> ---------------------------------------------
>
>                 Key: HARMONY-2069
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2069
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Denis Kishenko
>         Attachments: DataFlavorTest.patch, DavaFlavorTest.patch, patch2069.patch, regression2069.patch
>
>
> ============ Test ===========
> import java.awt.datatransfer.*;
> public class Test {
>     public static void main(String[] argv) throws Exception {
>         DataFlavor localDataFlavor = new DataFlavor();
>         localDataFlavor.clone();
>         System.out.println("passed");
>     }
> }
> ======== RI ======
> passed
> ===== Harmony =====
> Uncaught exception in main:
>     java.lang.NullPointerException
>         at java.awt.datatransfer.DataFlavor.clone(DataFlavor.java:356)
>         at Test.main(Test.java:6)

-- 
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