You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sian January (JIRA)" <ji...@apache.org> on 2006/04/20 12:12:06 UTC

[jira] Commented: (HARMONY-379) java.lang.String.replaceAll(String, String) throws NullPointerException on any input

    [ http://issues.apache.org/jira/browse/HARMONY-379?page=comments#action_12375315 ] 

Sian January commented on HARMONY-379:
--------------------------------------

Hi George,

Thanks for taking a look - it looks like this has been fixed since I found the bug.  I did a rebuild of Harmony and the test now passes.  It might still be good to add the test to the suite though if you have time as I don't think there is one for replaceAll at the moment.

Thanks,

Sian

> java.lang.String.replaceAll(String, String) throws NullPointerException on any input
> ------------------------------------------------------------------------------------
>
>          Key: HARMONY-379
>          URL: http://issues.apache.org/jira/browse/HARMONY-379
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Sian January

>
> As the title says really.  If you try something like "Hello".replaceAll("lo", "p"); you get a NullPointerException.  Stack trace included:
> java.lang.NullPointerException
> 	at java.lang.String.replaceAll(String.java:1711)
> 	at tests.api.java.lang.StringTest.test_replaceAll(StringTest.java:659)
> 	....

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira