aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-07Unnecessary @SuppressWarnings.Gary Gregory
2022-03-07Remove unused exceptions from test method signatures.Gary Gregory
2022-03-07Unnecessary @SuppressWarnings("unchecked")Gary Gregory
2022-03-07Remove unused exceptions from test method signatures.Gary Gregory
2022-03-07Unnecessary @SuppressWarnings("unchecked")Gary Gregory
2022-03-07Use genercis.Gary Gregory
2022-03-07Remove unused exceptions from test method signatures.Gary Gregory
2022-03-07Use try-with-resources.Gary Gregory
2022-03-07Unnecessary @SuppressWarnings("unchecked")Gary Gregory
2022-03-07Unnecessary @SuppressWarnings("unchecked")Gary Gregory
2022-03-07Sort members.Gary Gregory
2022-03-07[LANG-1462] Use TimeZone from calendar in DateFormatUtils.Gary Gregory
2022-03-07Merge branch 'master' ofGary Gregory
2022-03-07Sort imports.Gary Gregory
2022-03-07Deprecate Validate#notNull(Object) in favor of usingGary Gregory
2022-03-07Add early null check.Gary Gregory
2022-03-06[LANG-1668] Update getMatchingMethod documentation. #862.Gary Gregory
2022-03-06LANG-1668 Update getMatchingMethod documentation. (#862)Maria Buiakova
2022-03-05LANG-1172: Support dash as a delimiter in locales #766Gary Gregory
2022-03-05LANG-1172: Support dash as a delimiter in locales (#766)Clemens Wolff
2022-03-04Bump commons.pmd-impl.version from 6.42.0 to 6.43.0 #861Gary Gregory
2022-03-04Bump actions/checkout from 2 to 3 #859Gary Gregory
2022-02-25Bump maven-pmd-plugin from 3.15.0 to 3.16.0 #858Gary Gregory
2022-02-24Bump org.junit-pioneer:junit-pioneer from 1.5.0 to 1.6.1.Gary Gregory
2022-02-24Bump maven-javadoc-plugin from 3.3.1 to 3.3.2.Gary Gregory
2022-02-24Add JavaVersion for Java 18 since a release candidate is available.Gary Gregory
2022-02-24Make DurationUtils#getNanosOfMiili() null-safe.Gary Gregory
2022-02-24Fix Javadoc.Gary Gregory
2022-01-30StrBuilder.StrBuilderReader.skip(long): Throw an exception when anGary Gregory
2022-01-30Throw an exception when an implicit narrowing conversion in a compoundGary Gregory
2021-12-31Add missing Javadoc param tag.Gary Gregory
2021-12-31Add missing Javadoc param tag.Gary Gregory
2021-12-31Avoid compiler warnings.Gary Gregory
2021-12-31Avoid compiler warnings.Gary Gregory
2021-12-29Bump checkstyle from 9.2 to 9.2.1 #843.Gary Gregory
2021-12-28Add support for detection of Aarch64.Gary Gregory
2021-12-24Bump jmh.version from 1.33 to 1.34 #842.Gary Gregory
2021-12-09Fix typo.Gary Gregory
2021-12-09Move Spotbugs plugin config files into a conf folder, decluttering theGary Gregory
2021-12-08Add ArrayUtils.containsAny(Object[], Object...).Gary Gregory
2021-12-08ArrayUtils.toPrimitive(Boolean...) null array elements map to false,Gary Gregory
2021-12-08In-line some single use local variables.Gary Gregory
2021-12-08More precise Javadoc.Gary Gregory
2021-12-08Bump animal-sniffer-maven-plugin from 1.19 to 1.20.Gary Gregory
2021-12-08Bump maven-bundle-plugin from 5.1.1 to 5.1.2.Gary Gregory
2021-12-08Better description of Javadoc deprecation and add missing @deprecationGary Gregory
2021-12-08Simpler constant definitions.Gary Gregory
2021-12-08Reuse constant for immutable cases.Gary Gregory
2021-12-08Update Javadoc to match implementation details.Gary Gregory
2021-12-08Reuse factory method.Gary Gregory