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
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
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.
>
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