From: "Phil Steitz" <[EMAIL PROTECTED]> > By "StringTokenizer replacement" are you referring to the request implied > by #22692? Yes, a tokenizer that can match by strings, not just characters, and with many more options.Maybe someone already has such a thing we can grab???
> There are also some relatively minor checkstyle issues and it would be good > to do some performance testing and, if warranted, optimization. +1 > Finally, I would like to fix the Fraction double factory method to either > not use continued fractions or to improve the implementation. The private > gcd method that this class uses should also probably be moved to lang.math. If you feel it could be better then fine. So far it passed the tests I wrote so I'm not that bothered ;-) > Phil > > P.S. I will have a look at [collections] this weekend :-)) > > --- Stephen Colebourne <[EMAIL PROTECTED]> wrote: > > Proposed TODO list for [lang] 2.1: > > > > Essentials?: > > > > - Maven website > > - StringUtils.ordinalIndexOf() > > - StringBuffer replacement > > - Remove lang.reflect to [reflect] > > > > > > Possibilities?:: > > > > - Mutable Number classes > > - Identifiers? > > - StringTokenizer replacement > > > > > > I feel that I've missed things. Anything else to add? (Of course [lang] > > should stabilise in size, otherwise it would fail in its mission of being > > simple and highly useful) > > > > Stephen > > PS. While [lang] is in limbo waiting for the build, if any committers > > want > > to help review [collections] for an upcoming release, I'd welcome it > > ;-)) > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > --------------------------------------------------------------------- > 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]
