You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrey Pavlenko (JIRA)" <ji...@apache.org> on 2007/01/12 12:23:27 UTC

[jira] Updated: (HARMONY-2492) [classlib][awt] java.awt.dnd.addNotify(null) throws NPE while RI doesn't

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

Andrey Pavlenko updated HARMONY-2492:
-------------------------------------

    Attachment: DropTargetTest.patch
                DropTarget.patch

> [classlib][awt] java.awt.dnd.addNotify(null) throws NPE while RI doesn't
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-2492
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2492
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Pavel Dolgov
>            Priority: Minor
>         Attachments: DropTarget.patch, DropTargetTest.patch
>
>
> Test case:
> --------------
> import java.awt.dnd.DropTarget;
> import junit.framework.TestCase;
> public class TheTest extends TestCase {
>     public static void main(String args[]) {
>         junit.textui.TestRunner.run(TheTest.class);
>     }
>     public void testcase1() {
>         DropTarget dt = new DropTarget();
>         dt.addNotify(null);
>     }
> }
> RI output:
> -------------
> .
> Time: 0,981
> OK (1 test)
> Harmony output:
> --------------
> .E
> Time: 0.581
> There was 1 error:
> 1) testcase1(TheTest)java.lang.NullPointerException
> 	at org.apache.harmony.awt.datatransfer.windows.WinDTK.createDropTargetContextPeer(WinDTK.java:87)
> 	at java.awt.dnd.DropTarget.addNotify(DropTarget.java:121)
> 	at TheTest.testcase1(TheTest.java:12)
> 	at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 	at TheTest.main(TheTest.java:8)
> FAILURES!!!
> Tests run: 1,  Failures: 0,  Errors: 1

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