You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Markov (JIRA)" <ji...@apache.org> on 2006/12/22 14:55:23 UTC

[jira] Commented: (HARMONY-2849) [classlib][luni]method TreeMap.headMap, not able to acquire a headmap from the endpoint of a submap.

    [ http://issues.apache.org/jira/browse/HARMONY-2849?page=comments#action_12460478 ] 
            
Mikhail Markov commented on HARMONY-2849:
-----------------------------------------

Tony, could you please set "Patch available" tag so committers pay attentions to the issue :-).
Thanks!

> [classlib][luni]method TreeMap.headMap, not able to acquire a headmap from the endpoint  of  a submap.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2849
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2849
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-2849.diff
>
>
> Testcase below passes on RI whereas throws IllegalArgumentException on harmony
> 	public void test(){
> 		TreeMap<String,String> map = new TreeMap();
> 		SortedMap<String, String> headMap =  map.headMap("100");
> 		headMap.headMap("100");
> 	}	

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