aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
...
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-311-1/+1
* Remove more deprecated codePJ Fanning2017-10-232-24/+7
* Introduce new BorderFormatting methods to expose border stylesPJ Fanning2017-10-222-31/+31
* Remove use of deprecated methodsPJ Fanning2017-10-229-74/+74
* Remove use of deprecated methodsPJ Fanning2017-10-225-28/+28
* cleanup for r1812470: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-181-2/+2
* convert "".equals(string) to string.isEmpty()Javen O'Neal2017-10-182-2/+2
* string.equals("") -> string.isEmpty() or "".equals(string)Javen O'Neal2017-10-181-1/+1
* adjust tests, javadoc, ...Dominik Stadler2017-10-114-23/+21
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-111-23/+74
* Add test which shows that bug 51262 is fixed nowDominik Stadler2017-10-091-0/+28
* Apply patch from bug 61096: Add support for modules in VBAMacroReaderDominik Stadler2017-10-071-56/+36
* Bug 61064: Support behavior of function CEILING in newer versions of Microsof...Dominik Stadler2017-09-281-25/+70
* Adjust some unit-tests, use try-with-resource, enable test which works now, ...Dominik Stadler2017-09-263-55/+31
* Replace deprecated CellReference class and some other warnings fixedDominik Stadler2017-09-265-94/+73
* Remove more deprecated classes and methodsPJ Fanning2017-09-234-13/+9
* tidy up some test codePJ Fanning2017-09-192-8/+8
* Add test to verify that bug 61532 is fixed as far as I see via the changes fo...Dominik Stadler2017-09-191-5/+29
* Adjust to make forbidden-api-check succeed againDominik Stadler2017-09-192-19/+6
* Bug 61148: Fix calculating formula value, unfortunately we currently need to ...Dominik Stadler2017-09-193-71/+307
* Fix some IntelliJ warningsDominik Stadler2017-09-191-11/+4
* 60805 (partial) -- remove/suppress println in testsTim Allison2017-09-199-24/+70
* While working on bug 61148 I found that getCellType() and setCellErrorValue()...Dominik Stadler2017-09-191-0/+42
* use non-deprecated versions of getCellTypePJ Fanning2017-09-1816-21/+21
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-189-78/+78
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-1824-112/+112
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-1/+1
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-189-157/+122
* Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystemDominik Stadler2017-09-171-18/+11
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-176-15/+11
* Fix some compiler warningsDominik Stadler2017-09-168-172/+153
* Use Integer.compare() where possibleDominik Stadler2017-09-161-1/+1
* Fix some warnings in unit testsDominik Stadler2017-09-169-18/+21
* Remove unnecessary local variablesDominik Stadler2017-09-1613-30/+16
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-1659-97/+97
* Remove unnecessary type argumentsDominik Stadler2017-09-161-1/+1
* Remove unused importsDominik Stadler2017-09-164-5/+0
* Remove unnecessary casts and toString() callsDominik Stadler2017-09-161-1/+1
* Remove unnecessary semicolonsDominik Stadler2017-09-161-2/+2
* Remove unnecessary initialization of membersDominik Stadler2017-09-166-9/+9
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-166-15/+15
* Tried to reproduce bug 61300, but could not.Dominik Stadler2017-09-162-16/+28
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-11/+0
* remove deprecated inner classes from HSFColorPJ Fanning2017-09-151-8/+6
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-142-52/+22
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-141-45/+0
* add missing licenses on test classesPJ Fanning2017-09-141-0/+17
* 60279 -- back off to brute-force search for macro content if offset informati...Tim Allison2017-09-141-0/+20
* Numeric Array Formula and Matrix Function [from Bob95132] This closes #69PJ Fanning2017-09-132-1/+228
* Verify that bug 61294 is fixed now, add some more coverage for IOUtils in gen...Dominik Stadler2017-08-251-1/+58