You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Leo Li (JIRA)" <ji...@apache.org> on 2007/04/27 07:52:15 UTC

[jira] Created: (HARMONY-3778) [classlib][beans]java.beans.Beans.instantiate should give an applet which is active.

[classlib][beans]java.beans.Beans.instantiate should give an applet which is active.
------------------------------------------------------------------------------------

                 Key: HARMONY-3778
                 URL: https://issues.apache.org/jira/browse/HARMONY-3778
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Leo Li


Here is a testcase:

public void test()
{
   Applet applet = (Applet) Beans.instantiate(null, "java.applet.Applet");
   assertTrue(applet.isActive()); 
}

RI passes.
Harmony fails.


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


[jira] Assigned: (HARMONY-3778) [classlib][beans]java.beans.Beans.instantiate should give an applet which is active.

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

Leo Li reassigned HARMONY-3778:
-------------------------------

    Assignee: Leo Li

> [classlib][beans]java.beans.Beans.instantiate should give an applet which is active.
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3778
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3778
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>            Assignee: Leo Li
>
> Here is a testcase:
> public void test()
> {
>    Applet applet = (Applet) Beans.instantiate(null, "java.applet.Applet");
>    assertTrue(applet.isActive()); 
> }
> RI passes.
> Harmony fails.

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


[jira] Closed: (HARMONY-3778) [classlib][beans]java.beans.Beans.instantiate should give an applet which is active.

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

Leo Li closed HARMONY-3778.
---------------------------

    Resolution: Fixed

Fixed by HARMONY-3777.

> [classlib][beans]java.beans.Beans.instantiate should give an applet which is active.
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3778
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3778
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>            Assignee: Leo Li
>
> Here is a testcase:
> public void test()
> {
>    Applet applet = (Applet) Beans.instantiate(null, "java.applet.Applet");
>    assertTrue(applet.isActive()); 
> }
> RI passes.
> Harmony fails.

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