aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/time
AgeCommit message (Expand)Author
2022-10-13Add gets the current day of year. (#968)Arturo Bernal
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-08-21Add ThreadUtils.sleepQuietly(Duration)Gary Gregory
2022-08-21Rename method and fix typo. (#940)Arturo Bernal
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-07-05Use Objects#requireNonNull()Gary Gregory
2022-06-15Use final, remove redundant call to super(), use valueOf(), lambdas.Gary Gregory
2022-05-31Remove noisy inline comments.Gary Gregory
2022-05-31JavadocGary Gregory
2022-05-30Organize importsGary Gregory
2022-05-29Fix testGary Gregory
2022-05-29Fix testGary Gregory
2022-05-28Add DurationUtils.of(FailableConsumer|FailableRunnbale)Gary Gregory
2022-05-27Add DurationUtils.since(Temporal)Gary Gregory
2022-05-15Move new internal Calendar APIs to CalendarUtils and refactor.Gary Gregory
2022-05-15[LANG-1680] FastDateFormat does not support the 'L'-Pattern fromGary Gregory
2022-05-15LANG-1680 Add support for standalone month formats (#892)Steve Bosman
2022-04-03No need to use the java.lang package name in Javadoc references.Gary Gregory
2022-03-27Fixing and adding DateUtils exception javadocs with new tests when needed (#871)Diego Marcilio
2022-03-07Unnecessary @SuppressWarnings("unchecked")Gary Gregory
2022-03-07Remove unused exceptions from test method signatures.Gary Gregory
2022-03-07[LANG-1462] Use TimeZone from calendar in DateFormatUtils.Gary Gregory
2022-02-24Make DurationUtils#getNanosOfMiili() null-safe.Gary Gregory
2021-11-17Make final var when is possible. (#816)Arturo Bernal
2021-08-31Inline duplicate constants.Gary Gregory
2021-08-31Add and use TimeZones.GMT.Gary Gregory
2021-08-31Reuse constant TimeZones.GMT_ID.Gary Gregory
2021-08-13Add and use ThreadUtils.sleepQuietly(long).Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2021-07-01Use Stream.of().Gary Gregory
2021-05-25Create array with curly.Gary Gregory
2021-03-05Remove bad javadoc from testaherbert
2021-03-02Use String.replace() instead of String.replaceAll().Gary Gregory
2021-02-24Sort members.Gary Gregory
2021-02-23Add testParsesKnownJava16Ea25Failure().Gary Gregory
2021-02-21Add and use Duration in APIs.Gary Gregory
2021-02-21Clarify local var names.Gary Gregory
2021-02-21Minor formatting.Gary Gregory
2021-02-21Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.gitGary Gregory
2021-02-21Better assertion failure messages.Gary Gregory
2021-02-21Remove trailing whitespace.Gary Gregory
2021-02-20Add DurationUtils.zeroIfNull(Duration).Gary Gregory
2021-02-16Add DurationUtils.isPositive(Duration) and toDuration(long,TimeUnit).Gary Gregory
2021-02-11Add DurationUtils.Gary Gregory
2021-02-02Use the scale in the var name.Gary Gregory
2021-01-06[LANG-1637] Fix 2 digit week year formatting (#688)Uri Gonen
2020-12-29Use less mysterious names.Gary Gregory
2020-12-29Show Java version in assertion failure message.Gary Gregory
2020-12-29Javadoc to make is easier to use your IDE to jump to the method.Gary Gregory