aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/time
AgeCommit message (Collapse)Author
2023-01-10Remove unused importGary Gregory
2023-01-10Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.gitGary Gregory
2023-01-10Fix my mistakeGary Gregory
2023-01-10typos in javadocNikolai Fedorovskikh
2023-01-10Pick up maven-javadoc-plugin version from parent POMGary Gregory
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
2022-11-04Reuse own APIGary Gregory
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
2022-11-04Reuse own APIGary Gregory
2022-10-17Add NumberRange, DoubleRange, IntegerRange, LongRange.Gary Gregory
Fix changes.xml
2022-10-13Add gets the current day of year. (#968)Arturo Bernal
2022-10-08Make a non-access modifier local variables. (#966)Arturo Bernal
2022-10-03Reuse constantGary Gregory
Format tweak
2022-08-29Javadoc @see tags do not need to use a FQCN for classes in java.langGary Gregory
2022-08-27LANG-1638: Added docs regarding week year support (#924)Andrew Thomas
* LANG-1638: Added docs regarding week year support * Moved comment from method to class level * Added link to explanation of week vs calendar year
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
* Fix links in javadoc and documentations - fix broken links (using their new URL, an alternative URL or a Wayback Machine link), - use direct links instead of redirects, - upgrade javadoc links to version 8, - use HTTPS where possible. * Update EqualsBuilder.java Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
2022-08-21Use StreamGary Gregory
2022-08-21Rename method and fix typo. (#940)Arturo Bernal
2022-08-21Fix broken javadoc. (#938)Arturo Bernal
2022-08-07Remove useless parensGary Gregory
2022-07-16Add since tagGary Gregory
2022-07-15Use forEach()Gary Gregory
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-07-05Format nitsGary Gregory
2022-07-05Clean up inline commentsGary Gregory
2022-07-05JavadocGary Gregory
2022-07-05Reuse our DateUtils#toCalendar(Date) APIGary Gregory
2022-07-05Internal refactoring around private modify() methodGary Gregory
2022-07-05Use Objects#requireNonNull()Gary Gregory
2022-06-19Replace @code with @link for class referencesGary Gregory
2022-06-13Better way to deal with ignored exceptions and PMD checks.Gary Gregory
Gets rid of output like: <suppressedviolation filename="...\src\main\java\org\apache\commons\lang3\reflect\MemberUtils.java" suppressiontype="nopmd" msg="Avoid empty catch blocks" usermsg=" "></suppressedviolation>
2022-05-31Remove noisy inline comments.Gary Gregory
2022-05-28Add DurationUtils.of(FailableConsumer|FailableRunnbale)Gary Gregory
2022-05-27Add DurationUtils.since(Temporal)Gary Gregory
2022-05-27Fix javadoc. Remove unused @param.Arturo Bernal
2022-05-15Fix, lambda & in-line single use variable that cannot be null.Gary Gregory
2022-05-15Remove prefix from instance variable names.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
SimpleDateFormat. - Use final. - Fix typos. - In-line single use local variables.
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-04-03Use final.Gary Gregory
2022-04-03Better lambda.Gary Gregory
2022-04-03Javadoc.Gary Gregory
2022-04-03Javadoc.Gary Gregory
2022-03-27Fixing and adding DateUtils exception javadocs with new tests when needed (#871)Diego Marcilio
2022-03-21Fix Checkstyle.Gary Gregory
2022-03-21Fix Javadoc doclint WARNING messages on Java 17.Gary Gregory
2022-03-21Bump SpotBugs to the current versions of Maven Plugin and underlyingGary Gregory
tool. - TODO Can any of these be done without breaking binary compatibility? EI_EXPOSE_REP, EI_EXPOSE_REP2, MS_EXPOSE_REP, REFLF_REFLECTION_MAY_INCREASE_ACCESSIBILITY_OF_FIELD. - Equals and hashcode do not match up.