The main area that needs work is the text subpackage.
If you are interested, perhaps you could begin by looking at StrBuilder. This needs the following doing:
rename method: delete(char) to deleteAll(char) add method: deleteFirst(char) rename method: delete(String) to deleteAll(String) add method: deleteFirst(String) rename method: replace(char, char) to replaceAll(char, char) add method: replaceFirst(char, char) rename method: replace(String, String) to replaceAll(String, String) add method: replaceFirst(String, String) Plus, the test case may need more work ;-) Stephen Kevin Gessner wrote:
Hello all, I'm interested in helping out on the lang project, and was wondering what TODOs might be outstanding. I saw the Tasks Outstanding page at <http://jakarta.apache.org/commons/lang/tasks.html>, but have any of these have been started/completed, or are there any additions? I'd rather not duplicate someone's work by mistake! I saw (in the mailing list archives) that DateRange has been completed, but I'm interested in the status of anything else. Thanks, Kevin Gessner <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
