On 06/08/2009, Niall Pemberton <[email protected]> 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: [email protected]
>  For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to