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

[jira] Resolved: (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=all ]

Tim Ellison resolved HARMONY-2849.
----------------------------------

    Resolution: Fixed

Thanks Tony.

Patch applied to LUNI repository revision r490502.

Please check that it was applied as you expected.


> [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
>         Assigned To: Tim Ellison
>         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