Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0
-
None
Description
Using 3.5 commons-lang the following call return a distance of 1
StringUtils.getJaroWinklerDistance(“/opt/software1”, “/opt/software2”)
Jaro Winkler says that distance of 1 means equal string which is not the case here.
Attachments
Issue Links
- relates to
-
LANG-1199 Fix implementation of StringUtils.getJaroWinklerDistance()
- Closed