| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - reworked HexDump class - unified array dumps and usage of standard java cal... | Andreas Beeker | 2015-08-29 | 1 | -237/+104 |
* | Bug 58040 - Log Forging | Andreas Beeker | 2015-06-21 | 2 | -34/+78 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 1 | -2/+2 |
* | Charset.forName() for known encodings makes catching UnknownEncodingException... | Andreas Beeker | 2014-12-27 | 1 | -9/+4 |
* | Enhance test and coverge for class TempFile | Dominik Stadler | 2014-10-12 | 1 | -1/+26 |
* | Fix formatting of trailing comma in HexDumps, cover class fully with tests | Dominik Stadler | 2014-07-22 | 1 | -0/+168 |
* | Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ... | Dominik Stadler | 2014-05-16 | 1 | -2/+3 |
* | New parent test class, which includes the common assertContains pattern | Nick Burch | 2013-06-26 | 1 | -3/+1 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 1 | -2/+2 |
* | Apply patch from bug #51458 - Correct BitField wrapping when setting large va... | Nick Burch | 2011-07-01 | 1 | -0/+9 |
* | code cleanup as suggested in Bugzilla 50446 | Yegor Kozlov | 2010-12-10 | 1 | -2/+2 |
* | Add in missing license headers to a few files | Nick Burch | 2010-05-24 | 3 | -3/+48 |
* | Improved how HSMF handles multiple recipients | Nick Burch | 2010-01-12 | 1 | -0/+40 |
* | fixed bug in LittleEndianByteArrayInputStream.readFully() | Josh Micich | 2009-11-15 | 1 | -0/+27 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 5 | -242/+216 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 4 | -0/+0 |
* | Removed static void main(String[]) methods from junit classes. Other minor cl... | Josh Micich | 2009-06-12 | 10 | -863/+130 |
* | removed obsolete classes | Josh Micich | 2009-06-01 | 3 | -109/+0 |
* | Changed CRLF to LF in .java test files. Minor reformatting and compiler warn... | Josh Micich | 2009-05-18 | 1 | -53/+53 |
* | (bug 46156) fix junit error after c722284 | Josh Micich | 2008-12-02 | 1 | -4/+2 |
* | General clean-up in LittleEndian util class. (Some optimization, some obsolet... | Josh Micich | 2008-10-24 | 1 | -7/+7 |
* | removing unused code | Josh Micich | 2008-10-24 | 2 | -52/+1 |