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:39:15 UTC

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

[classlib][beans]java.beans.Beans.instantiate should supplied 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


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.


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

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

Paulex Yang reassigned HARMONY-3777:
------------------------------------

    Assignee: 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: Paulex Yang
>         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.


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

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

Leo Li updated HARMONY-3777:
----------------------------

    Patch Info: [Patch Available]

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


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

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

Leo Li updated HARMONY-3777:
----------------------------

    Attachment: patch-3777.diff

Will somebody try the patch?

Thanks.
Leo.

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


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

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

Leo Li updated HARMONY-3777:
----------------------------

    Summary: [classlib][beans]java.beans.Beans.instantiate should supply the applet with a default AppletStub and AppletContext when the target is an applet.  (was: [classlib][beans]java.beans.Beans.instantiate should supplied the applet with a default AppletStub and AppletContext when the target is an applet.)

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


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

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


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

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

Leo Li closed HARMONY-3777.
---------------------------

    Resolution: Fixed

Patch applied at r556820.

Leo.

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