Issue Details (XML | Word | Printable)

Key: CODEC-56
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Sebb
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Codec

RefinedSoundex creates instance before al fields have been initialized

Created: 07/Oct/07 09:48 PM   Updated: 13/Jul/09 09:11 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 1.4

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works patch.txt 2007-10-07 09:50 PM Sebb 1 kB
Issue Links:
Duplicate
 

Resolution Date: 27/Oct/07 06:48 AM


 Description  « Hide
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.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Sebb made changes - 07/Oct/07 09:50 PM
Field Original Value New Value
Attachment patch.txt [ 12367224 ]
Henri Yandell made changes - 27/Oct/07 06:40 AM
Fix Version/s 1.4 [ 12311779 ]
Henri Yandell made changes - 27/Oct/07 06:48 AM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]
Gary Gregory made changes - 28/Oct/07 09:47 PM
Link This issue is duplicated by CODEC-54 [ CODEC-54 ]
Gary Gregory made changes - 13/Jul/09 09:11 PM
Summary RefinedSoundex creates instance before al fields have been initialised RefinedSoundex creates instance before al fields have been initialized