[ 
https://issues.apache.org/jira/browse/CODEC-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13069736#comment-13069736
 ] 

Matthew Pocock commented on CODEC-125:
--------------------------------------

Sebb, good catch on String#isEmpty(). I've replaced them with #length() == 0 in 
my code-base, and will include this in the next patch.

Regarding the warning, I had this printed out on purpose. Is there a need for 
unit tests to run silently? I've commented out a print statement in 
LanguageGuessingTest, lines #91..92.

Seb & Gary, I'm not sure what Gary is doing differently so that things fail for 
him but not for me and Seb. 

> Implement a Beider-Morse phonetic matching codec
> ------------------------------------------------
>
>                 Key: CODEC-125
>                 URL: https://issues.apache.org/jira/browse/CODEC-125
>             Project: Commons Codec
>          Issue Type: New Feature
>            Reporter: Matthew Pocock
>            Priority: Minor
>         Attachments: bm-gg.diff, bmpm.patch, bmpm.patch, bmpm.patch, 
> bmpm.patch, bmpm.patch
>
>
> I have implemented Beider Morse Phonetic Matching as a codec against the 
> commons-codec svn trunk. I would like to contribute this to commons-codec.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to