Soundex and RefinedSoundex issues with character arrays
-------------------------------------------------------
Key: CODEC-72
URL: https://issues.apache.org/jira/browse/CODEC-72
Project: Commons Codec
Issue Type: Bug
Reporter: Sebb
Priority: Minor
Soundex and RefinedSoundex both have public US_ENGLISH_MAPPING char arrays.
These don't appear to be used externally, so should be made private - or at
least package protected.
Also, the class constructors store externally mutable char arrays; it would be
better if these were copied.
Patch to follow.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.