aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-032-64/+161
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-301-11/+3
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-291-2/+1
* replace more StringBuffersPJ Fanning2019-11-212-13/+3
* replace some more StringBuffersPJ Fanning2019-11-211-1/+1
* replace some uses of StringBuffer with StringBuilderPJ Fanning2019-11-202-2/+2
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-172-13/+4
* Two more tests which are failing in CI on WindowsDominik Stadler2019-10-262-4/+2
* Try to fix test which is still failing on Windows in a different wayDominik Stadler2019-10-261-3/+1
* Adjust comments and add slightly more test-coverageDominik Stadler2019-10-261-3/+23
* Remove references to DatatypeConverterAndreas Beeker2019-10-251-4/+3
* #63745 - Make GenericRecordJsonWriter Json-conformantAndreas Beeker2019-10-2514-181/+177
* Bug 63805: BigDecimal: use enum args instead of integers (deprecated in Java 9)Dominik Stadler2019-10-251-2/+3
* use spaces for indentsPJ Fanning2019-10-141-134/+134
* [bug-63842] FractionFormat casts whole part of the value into 'int'PJ Fanning2019-10-141-0/+16
* Fix line.separator issuesAndreas Beeker2019-10-133-2/+6
* Fix line.separator issuesAndreas Beeker2019-10-1310-0/+10
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-1218-297/+355
* 63779 Add support for the new Java date/time API added in Java 8Dominik Stadler2019-10-098-495/+666
* [bug-63774] adding lots of custom properties can cause performance issues due...PJ Fanning2019-09-261-1/+2
* try to avoid casting to intPJ Fanning2019-09-141-2/+5
* remove obsolete JDK6 workaroundsAndreas Beeker2019-09-121-2/+0
* remove obsolete JDK6 workaroundsAndreas Beeker2019-09-121-22/+1
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-09-111-0/+2
* remove debug codePJ Fanning2019-09-041-3/+0
* [bug-63725] commons-compress 1.19PJ Fanning2019-09-041-1/+4
* Close file-resources in unit-tests, fix IDE warningsDominik Stadler2019-08-152-19/+52
* Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors.Dominik Stadler2019-06-221-0/+23
* tidy up some int castsPJ Fanning2019-06-121-6/+6
* Use TempFile to avoid problems with temporary directories in Maven buildsDominik Stadler2019-05-201-2/+3
* FileMagic now has patterns with up to 12 bytes (JPG)Dominik Stadler2019-05-201-0/+89
* Bug 63073: Adjust returned index of merged regions and verify all calls in testsDominik Stadler2019-04-2311-106/+115
* Fix some IDE warnings and enable commented testDominik Stadler2019-03-312-25/+10
* Add some more variants of HTML with preceding newline which we see frequentlyDominik Stadler2019-03-311-0/+4
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-311-152/+163
* fix a condition not seen until a recent expansion of the stress test. Gracef...Greg Woolsey2019-03-311-0/+14
* #63292 1904 date windowing flag not used for some format casesGreg Woolsey2019-03-301-0/+31
* #63291 CellFormat global cache isn't thread-safeGreg Woolsey2019-03-301-6/+14
* #63302 Formula evaluation of names with offset or row function is incorrectGreg Woolsey2019-03-301-2/+16
* [bug-63291] support concurrent date formatting with same DataFormatterPJ Fanning2019-03-271-16/+14
* add test for concurrent use of DataFormatterPJ Fanning2019-03-271-5/+45
* possible npe in testPJ Fanning2019-03-211-1/+1
* use xmlbeans-3.0.3 rc versionPJ Fanning2019-03-201-616/+616
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-1912-65/+55
* [bug-63268] fix issue where CellUtil.setFont is adding unnecessary stylesPJ Fanning2019-03-191-0/+19
* pre-release maintenance:Greg Woolsey2019-03-191-0/+0
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-181-2/+10
* Use JPG source, otherwise we have problems with Alpha conversion in OpenJDK.Andreas Beeker2019-03-161-1/+1
* Bug 61472: Convert date/time strings to numbers when evaluating formulasYegor Kozlov2019-03-163-4/+80
* Fix URL for testDominik Stadler2019-03-101-1/+2