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/07/17 07:45:04 UTC

[jira] Assigned: (HARMONY-3777) [classlib][beans]java.beans.Beans.instantiate should supply the applet with a default AppletStub and AppletContext when the target is an applet.

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

Leo Li reassigned HARMONY-3777:
-------------------------------

    Assignee: Leo Li  (was: Paulex Yang)

> [classlib][beans]java.beans.Beans.instantiate should supply the applet with a default AppletStub and AppletContext when the target is an applet.
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3777
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3777
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>            Assignee: Leo Li
>         Attachments: patch-3777.diff
>
>
> Here is an example:
> public void test_instantiate()
> {
>    Applet applet = (Applet) Beans.instantiate(null, "java.applet.Applet");
>    assertNotNull(applet.getAppletContext());
> }
> 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.