DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37894>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37894

           Summary: [codec] Using US_ENGLISH static in Soundex causes NPE
           Product: Commons
           Version: 1.3 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Codec
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


If I generate a soundex like so:
  Soundex.US_ENGLISH.soundex( "Williams" )
I get a NullPointerException.

But if I use the following:
  new Soundex().soundex( "Williams" )
everything works fine.

I think the order of initialization of statics may be to blame.  I'll attach a
test case.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to