aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
AgeCommit message (Expand)Author
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
2022-10-15Remove paren noiseGary Gregory
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-06-19Replace @code with @link for class referencesGary Gregory
2022-06-13Better way to deal with ignored exceptions and PMD checks.Gary Gregory
2022-05-31Remove noisy inline comments.Gary Gregory
2021-08-23LANG-1663: Update documentation to list correct exception for null array para...Andrew Thomas
2021-07-10Remove dead in-line comments.Gary Gregory
2021-05-25Use final.Gary Gregory
2021-03-05No need to nest in else.Gary Gregory
2021-03-05[LANG-1646] NumberUtils to return requested floating point type for zeroaherbert
2021-03-05Fix formattingaherbert
2021-03-05[LANG-1645] NumberUtils to recognise hex integers prefixed with +aherbert
2021-02-11Add DurationUtils.Gary Gregory
2021-02-10Minor Improvement: (#700)Arturo Bernal
2020-11-20Remove redundant calls to super().Gary Gregory
2020-11-15Consistently use just the parameter name for the message ofGary Gregory
2020-11-14[LANG-1613] - BigDecimal is created when you pass it the minimum values…Gary Gregory
2020-07-20Remove redudant argument from substring callB Sharma
2020-06-24Clean up imports.Gary Gregory
2020-03-15LANG-1527: Remove an redundant argument check in NumberUtils. (#504)Prodigysov
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 before tokens consistent and add a checkstyle rule to enf...pascalschumacher
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-08-14LANG-1408: add final to method paramsRob Tompkins
2018-08-14LANG-1408: Rounding utilities for converting to BigDecimalRob Tompkins
2018-08-14LANG-1408: add toDouble(BigDecimal), toDouble(BigDecimal, double)Rob Tompkins
2018-06-20removes unnecessary class reference of static method calls which are declared...Igor Curdvanovschi
2018-06-20replaces 'size() == 0' and 'length() == 0' with 'isEmpty()'Igor Curdvanovschi
2018-06-20removes unchecked exceptions declared in 'throws' clauseIgor Curdvanovschi
2018-03-10[LANG-1385] NumberUtils.createNumber() throwsGary Gregory
2018-02-11LANG-1060: NumberUtils.isNumber assumes number starting with Zero is octal (c...Piotr Kosmala
2018-02-11NumberUtils#isCreatable: remove java 6 only code, as commons-lang requires at...pascalschumacher
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-05-25Make code more readable with less nesting (move block out of elseGary Gregory
2017-04-19use Validate#isTrue to validate argumentspascalschumacher
2016-11-18Fix unbox warning. Show when we are unboxing.Gary Gregory
2016-10-23Add final modifier to method parameters.Gary Gregory
2016-10-22fix typo in NumberUtils#isCreatable and NumberUtils#isNumber javadocpascalschumacher
2016-09-19PMD: Remove useless parenthesesBenedikt Ritter
2016-09-11LANG-1252: adding @since and notes to changes.xmlRob Tompkins
2016-09-11LANG-1252: replacing system call for java 1.6 to SystemUtils.IS_JAVA_1_6Rob Tompkins
2016-09-10LANG-1252: Few more checkstyle warnings: whitespace, line lengthRob Tompkins
2016-09-10LANG-1252: Cleaning up checkstyle warnings: whitespace, line lengthRob Tompkins
2016-09-10LANG-1252: better naming and java 6 specifics around handling a leading +Rob Tompkins
2016-06-12LANG-1018: Fix precision loss on NumberUtils.createNumber(String) (closes #156)Nick Manley
2016-06-03NumberUtils#withDecimalsParsing: Eliminate redundant calculation of isDecimal...Eric Wannemacher
2016-05-11LANG-1151: Performance improvements for NumberUtils.isParsable (closes #99)Juan Pablo Santos RodrĂ­guez