Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.9
-
None
-
Mac OS 10.9, Java 6 or 7
Description
isDoubleMetaphoneEqual does not work with empty strings: The following test throws a NullPointerException:
public void test1() throws Throwable { org.apache.commons.codec.language.DoubleMetaphone var0 = new org.apache.commons.codec.language.DoubleMetaphone(); boolean var3 = var0.isDoubleMetaphoneEqual("", "", false); }