On 06/08/2009, Niall Pemberton <niall.pember...@gmail.com> wrote:
> Are there any more changes people want to do before cutting another
>  Codec 1.4 RC?

I just did a quick scan looking for any mutable variables.
There are some variables which ought to be final; these are already
documented as to be treated as final so no problem.

The only exception is DoubleMetaphone.maxCodeLen, which needs
revisiting for a later release.

There is one package protected static final array, i.e.
Base64.CHUNK_SEPARATOR (test code needs access)

This could be fixed by adding a package protected accessor which
returned a copy of the array and making the array private. That's not
essential.

Otherwise looks OK to me.

>  Niall
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>  For additional commands, e-mail: dev-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to