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/06/26 14:23:27 UTC

[jira] Created: (HARMONY-4285) [classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException

[classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException  
----------------------------------------------------------------------------------------------------

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


Here is an testcase:

public void testGetResource(){
        BeanContextChildSupport bean = new BeanContextChildSupport();
        BeanContextSupport beanContextSupport = new BeanContextSupport();
        beanContextSupport.add (bean);
        beanContextSupport.getResource("test.txt", bean);
    }

RI passes and 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-4285) [classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException

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

Leo Li closed HARMONY-4285.
---------------------------

    Resolution: Fixed

Patch applied at r550798.

> [classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException  
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4285
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4285
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>            Assignee: Leo Li
>         Attachments: patch-4285.diff
>
>
> Here is an testcase:
> public void testGetResource(){
>         BeanContextChildSupport bean = new BeanContextChildSupport();
>         BeanContextSupport beanContextSupport = new BeanContextSupport();
>         beanContextSupport.add (bean);
>         beanContextSupport.getResource("test.txt", bean);
>     }
> RI passes and 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-4285) [classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException

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

Leo Li updated HARMONY-4285:
----------------------------

    Attachment: patch-4285.diff

> [classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException  
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4285
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4285
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>         Attachments: patch-4285.diff
>
>
> Here is an testcase:
> public void testGetResource(){
>         BeanContextChildSupport bean = new BeanContextChildSupport();
>         BeanContextSupport beanContextSupport = new BeanContextSupport();
>         beanContextSupport.add (bean);
>         beanContextSupport.getResource("test.txt", bean);
>     }
> RI passes and 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-4285) [classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException

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

Leo Li updated HARMONY-4285:
----------------------------

    Component/s: Classlib
     Patch Info: [Patch Available]

> [classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException  
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4285
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4285
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>         Attachments: patch-4285.diff
>
>
> Here is an testcase:
> public void testGetResource(){
>         BeanContextChildSupport bean = new BeanContextChildSupport();
>         BeanContextSupport beanContextSupport = new BeanContextSupport();
>         beanContextSupport.add (bean);
>         beanContextSupport.getResource("test.txt", bean);
>     }
> RI passes and 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-4285) [classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException

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

Leo Li reassigned HARMONY-4285:
-------------------------------

    Assignee: Leo Li

> [classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException  
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4285
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4285
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>            Assignee: Leo Li
>         Attachments: patch-4285.diff
>
>
> Here is an testcase:
> public void testGetResource(){
>         BeanContextChildSupport bean = new BeanContextChildSupport();
>         BeanContextSupport beanContextSupport = new BeanContextSupport();
>         beanContextSupport.add (bean);
>         beanContextSupport.getResource("test.txt", bean);
>     }
> RI passes and Harmony fails.

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