[ http://issues.apache.org/jira/browse/HARMONY-1500?page=comments#action_12436718 ]
Paulex Yang commented on HARMONY-1500:
--------------------------------------
I verified it before applying it, all tests passed on harmony classlib+IBM VME on my Windows
XP, and they all passed. I'm sorry that I didn't try it on DRLVM:(.
> [classlib][luni]Refactor some methods in java.lang.Character
> ------------------------------------------------------------
>
> Key: HARMONY-1500
> URL: http://issues.apache.org/jira/browse/HARMONY-1500
> Project: Harmony
> Issue Type: Improvement
> Components: Classlib
> Reporter: Tony Wu
> Assigned To: Paulex Yang
> Attachments: harmony-1500.diff
>
>
> Some methods in java.lang.Character need to be refactored to support unicode4.1
> such as,
> getType(char),getNumericValue(char),getDirectionality(char),toUpperCase(char),
> toLowerCase(char),toTitleCase(char),digit(char,int),isMirrored(char),
> isWhitespace(char),isUpperCase(char),isUnicodeIdentifierStart(char),
> isUnicodeIdentifierPart(char),isTitleCase(char),isSpaceChar(char) and
> isLowerCase(char).
> And some testcases for them are added .
--
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
|