RefinedSoundex creates instance before al fields have been initialised
----------------------------------------------------------------------
Key: CODEC-56
URL: https://issues.apache.org/jira/browse/CODEC-56
Project: Commons Codec
Issue Type: Bug
Reporter: Sebb
Priority: Minor
The RefinedSoundex code creates an instance of itself in the variable
US_ENGLISH; however this appears before some of the other static final
variables.
The variable US_ENGLISH needs to be moved after the other variables.
See patch to follow.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.