aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-1616-68/+45
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-144-156/+113
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-124-56/+14
* #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+,...Nick Burch2020-04-111-5/+29
* Add disabled unit test for #64319Nick Burch2020-04-071-0/+27
* ArrayUtil - remove unused methodAndreas Beeker2020-04-061-16/+0
* Sonar Fixes and remove obsolete classesAndreas Beeker2020-04-011-309/+0
* 64261 -- fix handling of drop down list when items are selectedTim Allison2020-03-311-1/+6
* Sonar FixesAndreas Beeker2020-03-292-1143/+1121
* Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...Dominik Stadler2020-03-291-4/+8
* #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c...Andreas Beeker2020-03-221-4/+4
* #64213 - Picture.resize(double scale) scales width wrong for small pictures a...Andreas Beeker2020-03-162-223/+345
* forbidden apis check fixAndreas Beeker2020-03-081-1/+3
* Get UUID from ClassIDAndreas Beeker2020-03-081-80/+34
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-082-3/+18
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-087-91/+91
* Update JavaDoc for logging and marshallingDominik Stadler2020-03-081-2/+2
* Fix incorrect handling of format which should not produce any digit for zeroDominik Stadler2020-03-072-23/+43
* Bug 64179: Adjust to ensure a fixed timezone for date parsing in testDominik Stadler2020-03-071-230/+232
* Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly.Tim Allison2020-02-107-1/+21
* Handle empty files correctly when looking for FileMagic to avoid NegativeArra...Dominik Stadler2020-01-271-1/+8
* #64036 - Replace reflection calls in factories for Java 9+ - Escher factoriesAndreas Beeker2020-01-261-42/+26
* sonar fixesAndreas Beeker2020-01-231-566/+489
* Deactivate Forbidden apis check againAndreas Beeker2020-01-221-0/+2
* Sonar fixesAndreas Beeker2020-01-216-92/+43
* use a few more lambdasPJ Fanning2020-01-122-151/+132
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-1028-99/+99
* reformat codePJ Fanning2020-01-091-1/+1
* [bug-63998] Support commas, exclamation marks correctly in AreaReference. Tha...PJ Fanning2020-01-091-13/+34
* ignore path conversion for URLsAndreas Beeker2020-01-071-1/+5
* sonar fixes - use assert in junit testsAndreas Beeker2020-01-062-2868/+2610
* Sonar fixes - Tests should include assertionsAndreas Beeker2020-01-0360-648/+699
* Fix some additional file-handle-leaks reported by unit-tests via an enhanced ...Dominik Stadler2020-01-031-33/+30
* [bug-64044] setCellValue(LocalDate) does not support nulls properlyPJ Fanning2020-01-021-1/+1
* [bug-64044] setCellValue(LocalDate) does not support nulls properlyPJ Fanning2020-01-021-0/+15
* Bug 63940: Avoid endless loop/out of memory on string-replace with empty sear...Dominik Stadler2019-12-312-15/+109
* Sonar fixesAndreas Beeker2019-12-306-245/+181
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-27213-12072/+7608
* try to find issue in testPJ Fanning2019-12-261-5/+2
* Replace internal GUID class with ClassIDAndreas Beeker2019-12-241-34/+37
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-2212-175/+195
* Add some more tests for IOUtilsDominik Stadler2019-12-151-0/+96
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-1570-403/+405
* Replace manual close with try-with-resourcesDominik Stadler2019-12-157-60/+24
* Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...Dominik Stadler2019-12-154-8/+36
* Add MemoryVerifier to enable memory leak checking in unit-tests and addDominik Stadler2019-12-151-0/+106
* #64004 - Replace clone() with copy constructorAndreas Beeker2019-12-142-34/+54
* Ensure that the temporary directory does exist before using it in testsDominik Stadler2019-12-141-12/+19
* Bug 63569: Adjust handling of check for max allocation of byte arrayDominik Stadler2019-12-141-0/+58
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-142-9/+12