[
https://issues.apache.org/jira/browse/CODEC-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell updated CODEC-56:
-------------------------------
Fix Version/s: 1.4
> 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
> Fix For: 1.4
>
> Attachments: patch.txt
>
>
> 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.