| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust comments and IDE warnings, duplicate code reduction | Dominik Stadler | 2018-07-05 | 1 | -6/+6 |
* | Random test value/file length resulted in occasionally failures | Andreas Beeker | 2018-05-07 | 1 | -1/+1 |
* | #59893 - Forbid calls to InputStream.available | Andreas Beeker | 2018-04-27 | 2 | -27/+58 |
* | Various smaller adjustments: Remove filename in test, remove unused parameter... | Dominik Stadler | 2018-02-08 | 1 | -0/+26 |
* | Bug 61550: Add more information to exception text and verify that it is thrown | Dominik Stadler | 2018-01-01 | 1 | -0/+16 |
* | add TestStringCodepointsIterable | PJ Fanning | 2017-11-22 | 1 | -0/+45 |
* | Adjust some tests to properly close resources | Dominik Stadler | 2017-11-05 | 1 | -21/+28 |
* | Remove "filling" in IntList as this has no effect whatsoever as far as I coul... | Dominik Stadler | 2017-10-11 | 1 | -23/+74 |
* | Adjust to make forbidden-api-check succeed again | Dominik Stadler | 2017-09-19 | 1 | -9/+3 |
* | 60805 (partial) -- remove/suppress println in tests | Tim Allison | 2017-09-19 | 2 | -8/+22 |
* | Fix some warnings in unit tests | Dominik Stadler | 2017-09-16 | 5 | -12/+18 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 1 | -2/+2 |
* | Remove unnecessary initialization of members | Dominik Stadler | 2017-09-16 | 2 | -4/+4 |
* | Verify that bug 61294 is fixed now, add some more coverage for IOUtils in gen... | Dominik Stadler | 2017-08-25 | 1 | -1/+58 |
* | javadoc: replace invalid self enclosing elements | PJ Fanning | 2017-07-17 | 1 | -1/+1 |
* | bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/... | Tim Allison | 2017-07-14 | 1 | -9/+27 |
* | bug 61294 -- prevent infinite loop in IOUtils' skipFully. | Tim Allison | 2017-07-13 | 1 | -0/+136 |
* | expand StaxHelper | PJ Fanning | 2017-06-24 | 1 | -0/+64 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-04-17 | 1 | -1/+1 |
* | bug 50955 and bug 60953 improve Big5 reader; ensure one character | Tim Allison | 2017-04-05 | 1 | -0/+77 |
* | bug 59893: more unrelated changes from Andi | Javen O'Neal | 2017-02-17 | 1 | -24/+40 |
* | remove unused class | Andreas Beeker | 2016-12-13 | 1 | -127/+0 |
* | Eclipse automated refactor/cleanup: convert for loops to for-each loops | Javen O'Neal | 2016-10-20 | 6 | -35/+30 |
* | add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatche... | Javen O'Neal | 2016-10-19 | 1 | -0/+19 |
* | Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann... | Javen O'Neal | 2016-10-19 | 1 | -0/+3 |
* | bug 59933: demote accessibility of POILogger implementations of log(int, Obje... | Javen O'Neal | 2016-09-21 | 2 | -4/+5 |
* | move duplicated NullOutputStream classes to test suite utilities | Javen O'Neal | 2016-09-10 | 1 | -0/+41 |
* | Whitespace, javadocs and @Overrides for the Logger classes | Nick Burch | 2016-08-04 | 2 | -4/+10 |
* | bug 59805: tearDown should reset, not set, the LocaleUtil ThreadLocals (also ... | Javen O'Neal | 2016-07-07 | 1 | -7/+13 |
* | bug 59805: add LocaleUtil#resetUserTimeZone and #resetUserLocale methods that... | Javen O'Neal | 2016-07-06 | 1 | -5/+27 |
* | bug 59805: add unit test for LocaleUtil#getLocaleCalendar | Javen O'Neal | 2016-07-06 | 1 | -0/+44 |
* | bug 59805: add unit test for LocaleUtil | Javen O'Neal | 2016-07-06 | 1 | -0/+55 |
* | bug 59166: suggest alternative implementations for TempFileCreationStrategy | Javen O'Neal | 2016-07-04 | 1 | -4/+3 |
* | bug 59788: move DefaultTempFileCreationStrategy from TempFile inner class to ... | Javen O'Neal | 2016-07-04 | 1 | -2/+2 |
* | bug 59788: create temporary directories | Javen O'Neal | 2016-07-03 | 1 | -10/+41 |
* | Fix test-failure in Maven builds that I introduced by manually deleting the t... | Dominik Stadler | 2016-06-05 | 1 | -0/+8 |
* | The changes for using AccessController/SecurityManager also added a log which... | Dominik Stadler | 2016-06-01 | 1 | -7/+16 |
* | Remove the created temporary directory after the test again | Dominik Stadler | 2016-05-29 | 1 | -3/+6 |
* | add unit test for StringUtil#join | Javen O'Neal | 2016-04-17 | 1 | -0/+8 |
* | bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di... | Javen O'Neal | 2016-04-11 | 2 | -1/+19 |
* | bug 52949: fix forbidden apis | Javen O'Neal | 2016-04-11 | 1 | -3/+10 |
* | bug 52949: add junit test for RLEDecompressingInputStream | Javen O'Neal | 2016-04-10 | 1 | -0/+166 |
* | Bug 57200: Do not try to delete the poifiles-tempdir as it can interfere when... | Dominik Stadler | 2016-03-12 | 1 | -3/+38 |
* | sonar fixes | Andreas Beeker | 2016-03-10 | 1 | -7/+11 |
* | Remove a superfluous/bloated log function, which String.format can do better ... | Andreas Beeker | 2016-03-09 | 2 | -43/+2 |
* | Eclipse warnings | Dominik Stadler | 2015-12-30 | 2 | -3/+4 |
* | #58597: Fix tests to not do setAccessible(), add some doPrivileged, too. | Uwe Schindler | 2015-11-11 | 2 | -20/+3 |
* | removed obsolete classes | Andreas Beeker | 2015-10-05 | 3 | -3217/+0 |
* | More forbidden apis fixes (added main-tests to the check) | Andreas Beeker | 2015-09-11 | 2 | -120/+81 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 2 | -2/+2 |