[
https://issues.apache.org/jira/browse/CODEC-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb updated CODEC-56:
----------------------
Attachment: patch.txt
Patch to move static instance creation after other fields have been initialised.
> 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
> 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.