OpenHFT/Chronicle-Core

StringUtils startsWith and endsWith bounds check and unit tests

tgd opened this issue · 1 comments

tgd commented
  • Increase test coverage for StringUtils class
  • endsWith and startsWith 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.