StringUtils startsWith and endsWith bounds check and unit tests
tgd opened this issue · 1 comments
tgd commented
- Increase test coverage for
StringUtils
class endsWith
andstartsWith
exhibit bug where if search string is longer than search string an exception is thrown. Fix by returning false if source string is shorter than the search string.
hft-team-city commented
Released in Chronicle-Core-2.24ea23, BOM-2.24ea74