DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35406>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35406 Summary: [lang] Add methods and tests to StrBuilder Product: Commons Version: 2.1 Final Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: Lang AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] StrBuilder needs various enhancements: - All methods taking in a String should have a parallel method taking a StringBuffer and a StrBuilder - 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) - equals() / hashCode() - equalsIgnoreCase() plus, in theory other methods from StringUtils. But the ones listed above are the key ones. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
