aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/format
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2715-3420/+0
* Allow negative numbers in conditional part of format stringDominik Stadler2021-03-191-1/+1
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-5/+5
* Sonar fixesAndreas Beeker2021-01-173-44/+48
* remove more deprecated codePJ Fanning2020-12-091-19/+0
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-021-1/+2
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-081-3/+1
* Fix incorrect handling of format which should not produce any digit for zeroDominik Stadler2020-03-071-10/+13
* use indexOf(char) instead of indexOf(String) where possible; replace one more...Axel Howind2020-02-201-1/+1
* BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSetTim Allison2020-01-071-2/+2
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-151-3/+2
* Replace manual close with try-with-resourcesDominik Stadler2019-12-153-16/+4
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-141-1/+0
* change package.html to package-info.javaAndreas Beeker2019-12-011-12/+7
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-171-5/+1
* try to fix build failurePJ Fanning2019-09-141-1/+1
* #63291 CellFormat global cache isn't thread-safeGreg Woolsey2019-03-302-1/+11
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-2/+2
* [bug-62908] populate NamedColorsPJ Fanning2018-11-131-15/+11
* Typos and IDE warningsDominik Stadler2018-10-262-13/+8
* use codepoint iterator in a few placesPJ Fanning2017-11-221-36/+38
* add forbidden api checks for non-Locale toLowerCase and toUpperCasePJ Fanning2017-11-212-5/+7
* remove more uses of Character.toUpperCasePJ Fanning2017-11-211-7/+3
* string.equals("") -> string.isEmpty() or "".equals(string)Javen O'Neal2017-10-181-1/+1
* change CellFormat.ultimateType to return CellTypePJ Fanning2017-09-181-15/+13
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-6/+6
* Remove unnecessary local variablesDominik Stadler2017-09-161-2/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-166-15/+15
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-1/+1
* Remove javadoc references to removed classesNick Burch2017-09-151-2/+1
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-141-10/+0
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-176-10/+10
* remove more deprecated methodsPJ Fanning2017-07-121-0/+3
* fix javadoc issuePJ Fanning2017-07-031-1/+1
* [Bug 60422] fix data formatter issue with specific format in German localePJ Fanning2017-07-037-62/+197
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-1/+1
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-082-269/+269
* SonarQube fixesAndreas Beeker2017-01-061-6/+2
* bug 59791: add deprecation and removal annotationsJaven O'Neal2016-09-141-13/+19
* bug 59804: indicate when features were @Internal-izedJaven O'Neal2016-07-051-1/+1
* bug 59791: CellFormat#ultimateType(Cell) should return an integer for backwar...Javen O'Neal2016-07-041-3/+25
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-041-4/+4
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-041-1/+1
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-041-24/+25
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-1/+1
* sonar fixAndreas Beeker2016-03-171-18/+15
* forgot another contains call ...Andreas Beeker2016-03-161-2/+2
* findbugs fixAndreas Beeker2016-03-161-2/+2
* First try of uncluttering CellNumberFormatter.Andreas Beeker2016-03-163-409/+512
* Regression in version 3.14-beta1: three or four-part formats with locale id c...Dominik Stadler2016-01-131-1/+4