aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache
AgeCommit message (Expand)Author
2023-02-11Add missing javadoc/tests for some null arguments (#869)Diego Marcilio
2023-02-11added example for space in indexOfIgnoreCase (#1009)Anil Kelwalkar
2023-02-11Refactor system property access into a new SystemProperties classGary Gregory
2023-02-03Use Objects.requireNonNull() directly. (#1022)Arturo Bernal
2023-01-15Fix typosGary Gregory
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
2023-01-02Added empty string example for isMixedCase method.Siva Kumar Edupuganti
2022-12-18Fix word-typo (#1001)LeeJuHyun
2022-12-04Format tweakGary Gregory
2022-11-30Lookup key in map only onceGary Gregory
2022-11-04Reuse Objects#hasCode()Gary Gregory
2022-11-04Reuse Objects#hasCode()Gary Gregory
2022-11-04SimplifyGary Gregory
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
2022-11-04Reuse own APIGary Gregory
2022-11-04Remove single use local varGary Gregory
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
2022-11-04Reuse own APIGary Gregory
2022-10-27Reuse own APIGary Gregory
2022-10-25JavadocGary Gregory
2022-10-23Fix simple broken javadoc. (#981)Arturo Bernal
2022-10-17Add NumberRange, DoubleRange, IntegerRange, LongRange.Gary Gregory
2022-10-17JavadocGary Gregory
2022-10-15Remove paren noiseGary Gregory
2022-10-15Reuse own APIGary Gregory
2022-10-15Fix format typosGary Gregory
2022-10-15Reuse own APIGary Gregory
2022-10-13Reuse own APIGary Gregory
2022-10-13Use JRE APIGary Gregory
2022-10-13Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.gitGary Gregory
2022-10-13Add gets the current day of year. (#968)Arturo Bernal
2022-10-13Sort membersGary Gregory
2022-10-08Make a non-access modifier local variables. (#966)Arturo Bernal
2022-10-08No need conditions. Never is < 0 (#962)Arturo Bernal
2022-10-07Add ClassPathUtils.packageToPath(String) and pathToPackage(String)Gary Gregory
2022-10-05Use Java 8 APIsGary Gregory
2022-10-03Reuse constantGary Gregory
2022-09-22Remove extra whitespaceGary Gregory
2022-09-22Refactor duplicate patternGary Gregory
2022-09-21Handle error messages with special characters.Piotr Stawirej
2022-09-16Add BooleanUtils.values() and forEach().Gary Gregory
2022-09-15[LANG-1691] ClassUtils.getShortCanonicalName doesn't use theGary Gregory
2022-09-15LANG-1691: ClassUtils.getShortCanonicalName - using canonicalName rather than...Thiyagarajan
2022-08-30Use standard Javadoc @since tag formatGary Gregory
2022-08-29Javadoc @link tags do not need to use a FQCN for classes in java.langGary Gregory
2022-08-29Javadoc @see tags do not need to use a FQCN for classes in java.langGary Gregory