aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/ArchUtils.java
AgeCommit message (Expand)Author
2023-02-11Refactor system property access into a new SystemProperties classGary Gregory
2022-08-21Add Processor.Type.getLabel() and Processor.toString()Gary Gregory
2021-12-28Add support for detection of Aarch64.Gary Gregory
2021-07-01Add and use null-safe Streams.of(T[]).Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2019-08-22Use a stream instead of a loop.Gary Gregory
2018-06-25flips the order of conditional expressions and 'if' statements whose conditio...Igor Curdvanovschi
2018-06-20removes unchecked exceptions declared in 'throws' clauseIgor Curdvanovschi
2017-10-20Use final.Gary Gregory
2017-06-06Prevent redundant modifiersBenedikt Ritter
2017-03-27LANG-1313: Add ArchUtilspascalschumacher
2017-03-27LANG-1313: Add ArchUtils - an utility class for the "os.arch" system property...Tomschi