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 Zakharov (JIRA)" <ji...@apache.org> on 2007/01/30 17:15:33 UTC

[jira] Assigned: (HARMONY-2569) [classlib][swing] javax.swing.JDialog.update(null) throws unspecified NPE while RI does not

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

Alexei Zakharov reassigned HARMONY-2569:
----------------------------------------

    Assignee: Alexei Zakharov

> [classlib][swing] javax.swing.JDialog.update(null) throws unspecified NPE while RI does not
> -------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2569
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2569
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Pavel Dolgov
>         Assigned To: Alexei Zakharov
>            Priority: Minor
>
> Test case:
> --------------
> import javax.swing.JDialog;
> import junit.framework.TestCase;
> public class TheTest extends TestCase {
>     public void testcase1() {
>         new JDialog().update(null);
>     }
> }
> Harmony output:
> ----------------
> .E
> Time: 7.861
> There was 1 error:
> 1) testcase1(TheTest)java.lang.NullPointerException
> 	at java.awt.Container.paintComponentsImpl(Container.java)
> 	at java.awt.Container.paint(Container.java:930)
> 	at javax.swing.JDialog.update(JDialog.java)
> 	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.
-
You can reply to this email to add a comment to the issue online.