aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unused classAndreas Beeker2016-12-131-127/+0
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-206-35/+30
* add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatche...Javen O'Neal2016-10-191-0/+19
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-191-0/+3
* bug 59933: demote accessibility of POILogger implementations of log(int, Obje...Javen O'Neal2016-09-212-4/+5
* move duplicated NullOutputStream classes to test suite utilitiesJaven O'Neal2016-09-101-0/+41
* Whitespace, javadocs and @Overrides for the Logger classesNick Burch2016-08-042-4/+10
* bug 59805: tearDown should reset, not set, the LocaleUtil ThreadLocals (also ...Javen O'Neal2016-07-071-7/+13
* bug 59805: add LocaleUtil#resetUserTimeZone and #resetUserLocale methods that...Javen O'Neal2016-07-061-5/+27
* bug 59805: add unit test for LocaleUtil#getLocaleCalendarJaven O'Neal2016-07-061-0/+44
* bug 59805: add unit test for LocaleUtilJaven O'Neal2016-07-061-0/+55
* bug 59166: suggest alternative implementations for TempFileCreationStrategyJaven O'Neal2016-07-041-4/+3
* bug 59788: move DefaultTempFileCreationStrategy from TempFile inner class to ...Javen O'Neal2016-07-041-2/+2
* bug 59788: create temporary directoriesJaven O'Neal2016-07-031-10/+41
* Fix test-failure in Maven builds that I introduced by manually deleting the t...Dominik Stadler2016-06-051-0/+8
* The changes for using AccessController/SecurityManager also added a log which...Dominik Stadler2016-06-011-7/+16
* Remove the created temporary directory after the test againDominik Stadler2016-05-291-3/+6
* add unit test for StringUtil#joinJaven O'Neal2016-04-171-0/+8
* bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...Javen O'Neal2016-04-112-1/+19
* bug 52949: fix forbidden apisJaven O'Neal2016-04-111-3/+10
* bug 52949: add junit test for RLEDecompressingInputStreamJaven O'Neal2016-04-101-0/+166
* Bug 57200: Do not try to delete the poifiles-tempdir as it can interfere when...Dominik Stadler2016-03-121-3/+38
* sonar fixesAndreas Beeker2016-03-101-7/+11
* Remove a superfluous/bloated log function, which String.format can do better ...Andreas Beeker2016-03-092-43/+2
* Eclipse warningsDominik Stadler2015-12-302-3/+4
* #58597: Fix tests to not do setAccessible(), add some doPrivileged, too.Uwe Schindler2015-11-112-20/+3
* removed obsolete classesAndreas Beeker2015-10-053-3217/+0
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-112-120/+81
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-072-2/+2