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:30:26 UTC

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

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