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

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

[classlib][awt] java.awt.dnd.addNotify(null) throws NPE while RI doesn't
------------------------------------------------------------------------

                 Key: HARMONY-2492
                 URL: http://issues.apache.org/jira/browse/HARMONY-2492
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Pavel Dolgov
            Priority: Minor


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: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

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

Alexei Zakharov reassigned HARMONY-2492:
----------------------------------------

    Assignee: Alexei Zakharov

> [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
>         Assigned To: Alexei Zakharov
>            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

        

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

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

Alexei Zakharov closed HARMONY-2492.
------------------------------------


verified by Andrey

> [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
>         Assigned To: Alexei Zakharov
>            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

        

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

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

Alexei Zakharov resolved HARMONY-2492.
--------------------------------------

    Resolution: Fixed

Thanks guys, the patch was applied at the revision r495654. Please verify.

> [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
>         Assigned To: Alexei Zakharov
>            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

        

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

Posted by "Andrey Pavlenko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464917 ] 

Andrey Pavlenko commented on HARMONY-2492:
------------------------------------------

Alexey, the patches are applied properly. Thanks. 

> [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
>         Assigned To: Alexei Zakharov
>            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

        

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

Posted by "Andrey Pavlenko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464177 ] 

Andrey Pavlenko commented on HARMONY-2492:
------------------------------------------

The patch and the regression test are attached.
Please mark the issue as "Patch Available".

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

        

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

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

Pavel Dolgov updated HARMONY-2492:
----------------------------------

    Patch Info: [Patch Available]

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

        

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

Posted by "Andrey Pavlenko (JIRA)" <ji...@apache.org>.
     [ 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