aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/StringUtilsTest.java
AgeCommit message (Expand)Author
2022-08-12StringUtils.join(Iterator, String) should only return null when theGary Gregory
2022-08-12StringUtils.join(Iterator, String) should only return null when theGary Gregory
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-06-21Remove duplicate asserts in StringUtilsTest.shalk
2022-05-31Remove noisy inline comments.Gary Gregory
2021-11-20Parameterize tests to validate supplementary character input.Gary Gregory
2021-11-17Make final var when is possible. (#816)Arturo Bernal
2021-10-08Add StringUtils.removeStart(String, char).Gary Gregory
2021-08-29Simplify assertions with equivalent but more simple. (#792)Arturo Bernal
2021-07-10Remove dead in-line comments.Gary Gregory
2021-05-25Create array with curly.Gary Gregory
2021-05-25Remove unused imports and reorg others.Gary Gregory
2021-01-06LANG-1636 - Boolean Join Function (#686)Arturo Bernal
2020-11-17LANG-1610: Fix StringUtils.unwrap throws StringIndexOutOfBoundsException (#636)Tony Liang
2020-08-03LANG-1593: Add unit test with OP's use-case that shows unexpected difference ...Gilles Sadowski
2020-06-24Use final.Gary Gregory
2020-06-22Fix typos.Gary Gregory
2020-06-15Add edge case.Gary Gregory
2020-06-13[LANG-1528] replaceEachRepeatedly gives IllegalStateException (#505)Edwin Delgado H
2020-06-13Sting_to_StringBuilder (#544)XenoAmess
2020-05-25[LANG-1545] CharSequenceUtils.regionMatches is wrong dealing withGary Gregory
2020-05-25[LANG-1545] CharSequenceUtils.regionMatches is wrong dealing with Georgian. (...XenoAmess
2020-03-04[LANG-1523] Avoid unnecessary allocation in wrapIfMissing. (#496)Edgar Asatryan
2020-02-14Use final.Gary Gregory
2019-12-18Remove unnecessary array creation for varargs.Gary Gregory
2019-11-04Lang 1463: StringUtils abbreviate returns String of length greater than maxWi...bbeckercscc
2019-11-04[LANG-1498] Add support of lambda value evaluation for defaultingGary Gregory
2019-09-25[LANG-1426] Corrected usage examples in Javadocs (#458)Mikko Maunu
2019-09-11Remove trailing white spaces on all lines.Gary Gregory
2019-09-11[LANG-1453] StringUtils.removeIgnoreCase("İa", "a") throwsGary Gregory
2019-09-11Remove trailing white spaces on all linesGary Gregory
2019-09-11[LANG-1406] StringIndexOutOfBoundsException ingeratorres
2019-09-11[LANG-1489] Add null-safe APIs as StringUtils.toRoot[Lower|Upper]Case(String)...Gary Gregory
2019-08-25LANG-1475 Fix unwrap StringIndexOutOfBoundsExceptionStzx
2019-07-06Use HTTPS to access Apache resources.Gary Gregory
2019-06-04Remove trailing white spaces on all lines.Gary Gregory
2019-06-03[LANG-1461] Add null-safe StringUtils APIs to wrapGary Gregory
2019-06-03Sort members.Gary Gregory
2019-02-09Simplify assertions (closes #404)Allon Mureinik
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-13Use assertTrue/assertFalse instead of reimplementing themAllon Mureinik
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2018-07-13Raw TypesSebb
2018-05-22[LANG-1290] StringUtils.join() with support for List<?> withJochen Schalanda
2018-05-17[LANG-1238] Add RegexUtils class instead of overloadinh methods inOleg Chubaryov
2017-11-07Remove unnecessary testing comments (closes #305)Haoliang Quan