aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/math/IEEE754rUtils.java
AgeCommit message (Expand)Author
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
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
2021-03-05No need to nest in else.Gary Gregory
2020-11-15Consistently use just the parameter name for the message ofGary Gregory
2020-07-09Correct Javadocs of methods that use Validate.notNull() and replace some uses...Isira Seneviratne
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-04-19use Validate#isTrue to validate argumentspascalschumacher
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-05-10Using Validate where possible in math package.Duncan Jones
2014-05-07LANG-1008: Change min/max methods in NumberUtils/IEEE754rUtils from array inp...Benedikt Ritter
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2010-01-03Move main source to src/main/javaPaul C. Benedict Jr