commit | d0e43ecb34d166f9965c2e512fc3540c42482ac4 | [log] [tgz] |
---|---|---|
author | Amith Yamasani <yamasani@google.com> | Wed Oct 14 16:10:32 2009 -0700 |
committer | Amith Yamasani <yamasani@google.com> | Wed Oct 14 16:30:34 2009 -0700 |
tree | 7f29b98de9562e182aaac8e1ef7fa7d8969dfee7 | |
parent | dd8c1d8db320dde6bb6ae17189e4750dba239503 [diff] |
Fix for #2185627 : ArrayIndexOutOfBounds in BinaryDictionary.getWords() Make sure the word count doesn't exceed the maximum suggested words. And also, only get the count one time instead of every time a match is found.