aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/util
Commit message (Expand)AuthorAgeFilesLines
* Enhance javadoc and coverage for IOUtilsDominik Stadler2021-03-191-19/+205
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-212-134/+0
* Remove superfluous testAndreas Beeker2021-01-171-50/+0
* Sonar fixesAndreas Beeker2021-01-172-17/+20
* Sonar fixesAndreas Beeker2021-01-1010-11/+10
* Sonar fixesAndreas Beeker2021-01-108-8/+8
* Sonar fixesAndreas Beeker2021-01-096-21/+20
* Sonar fixesAndreas Beeker2021-01-0817-135/+135
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-2421-761/+435
* [github-198] Remove jdk.charset module dependency for spreadsheets generation...PJ Fanning2020-12-191-69/+0
* Improve error messages on missing Factory-implementations, fix Sonar issues a...Dominik Stadler2020-11-011-14/+14
* Update library versionsAndreas Beeker2020-08-182-26/+15
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-171-0/+88
* Sonar fixes - Ignore System.out-calls and args checks in examplesAndreas Beeker2020-04-181-80/+13
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-5/+2
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-141-54/+7
* ArrayUtil - remove unused methodAndreas Beeker2020-04-061-16/+0
* Update JavaDoc for logging and marshallingDominik Stadler2020-03-081-2/+2
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-278-466/+225
* Add some more tests for IOUtilsDominik Stadler2019-12-151-0/+96
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-153-13/+15
* Add MemoryVerifier to enable memory leak checking in unit-tests and addDominik Stadler2019-12-151-0/+106
* 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-141-4/+5
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-032-64/+161
* possible npe in testPJ Fanning2019-03-211-1/+1
* #63047 - Make POILogger subclassableAndreas Beeker2018-12-312-6/+6
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-252-5/+5
* Adjust comments and IDE warnings, duplicate code reductionDominik Stadler2018-07-051-6/+6
* Random test value/file length resulted in occasionally failuresAndreas Beeker2018-05-071-1/+1
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-272-27/+58
* Various smaller adjustments: Remove filename in test, remove unused parameter...Dominik Stadler2018-02-081-0/+26
* Bug 61550: Add more information to exception text and verify that it is thrownDominik Stadler2018-01-011-0/+16
* add TestStringCodepointsIterablePJ Fanning2017-11-221-0/+45
* Adjust some tests to properly close resourcesDominik Stadler2017-11-051-21/+28
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-111-23/+74
* Adjust to make forbidden-api-check succeed againDominik Stadler2017-09-191-9/+3
* 60805 (partial) -- remove/suppress println in testsTim Allison2017-09-192-8/+22
* Fix some warnings in unit testsDominik Stadler2017-09-165-12/+18
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-2/+2
* Remove unnecessary initialization of membersDominik Stadler2017-09-162-4/+4
* Verify that bug 61294 is fixed now, add some more coverage for IOUtils in gen...Dominik Stadler2017-08-251-1/+58
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-1/+1
* bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/...Tim Allison2017-07-141-9/+27
* bug 61294 -- prevent infinite loop in IOUtils' skipFully.Tim Allison2017-07-131-0/+136
* expand StaxHelperPJ Fanning2017-06-241-0/+64
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-1/+1
* bug 50955 and bug 60953 improve Big5 reader; ensure one characterTim Allison2017-04-051-0/+77
* bug 59893: more unrelated changes from AndiJaven O'Neal2017-02-171-24/+40