Re: [lang] Remaining work

2011-03-16 Thread Jörg Schaible
Hi Gilles, Gilles Sadowski wrote: > Hi > >> [...] >> >> 7) Identify and remove superfluous methods (because of vararg usage). >> Example: WordUtls.capitalize(String) and WordUtils.capitalize(String, >> char...). The former is superfluous, because a call to >> WordUtils.capitalize("foo") will wo

Re: [lang] Remaining work

2011-03-16 Thread Gilles Sadowski
Hi > [...] > > 7) Identify and remove superfluous methods (because of vararg usage). > Example: WordUtls.capitalize(String) and WordUtils.capitalize(String, > char...). The former is superfluous, because a call to > WordUtils.capitalize("foo") will work nevertheless (and without an > addition

Re: [lang] Remaining work

2011-03-16 Thread Jörg Schaible
Hi Hen, Henri Yandell wrote: > Here's the remaining list that I know of for 3.0: > > 1) The thread on Pair appears to have quietened down and there's code > in svn. Considering this [DONE]. > > 2) Oliver proposed the translators be modified to accept a Range as > the API. Might be possible. >

[lang] Remaining work

2011-03-15 Thread Henri Yandell
Here's the remaining list that I know of for 3.0: 1) The thread on Pair appears to have quietened down and there's code in svn. Considering this [DONE]. 2) Oliver proposed the translators be modified to accept a Range as the API. Might be possible. 3) Stephen pointed out there were methods with