[
https://issues.apache.org/jira/browse/CODEC-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell closed CODEC-56.
------------------------------
Resolution: Fixed
svn ci -m "Applying Sebb's fix from CODEC-56, along with a test"
Sending src/java/org/apache/commons/codec/language/RefinedSoundex.java
Sending
src/test/org/apache/commons/codec/language/RefinedSoundexTest.java
Transmitting file data ..
Committed revision 589052.
> 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.