aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-291-237/+104
* Bug 58040 - Log ForgingAndreas Beeker2015-06-212-34/+78
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-281-2/+2
* Charset.forName() for known encodings makes catching UnknownEncodingException...Andreas Beeker2014-12-271-9/+4
* Enhance test and coverge for class TempFileDominik Stadler2014-10-121-1/+26
* Fix formatting of trailing comma in HexDumps, cover class fully with testsDominik Stadler2014-07-221-0/+168
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-161-2/+3
* New parent test class, which includes the common assertContains patternNick Burch2013-06-261-3/+1
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-2/+2
* Apply patch from bug #51458 - Correct BitField wrapping when setting large va...Nick Burch2011-07-011-0/+9
* code cleanup as suggested in Bugzilla 50446Yegor Kozlov2010-12-101-2/+2
* Add in missing license headers to a few filesNick Burch2010-05-243-3/+48
* Improved how HSMF handles multiple recipientsNick Burch2010-01-121-0/+40
* fixed bug in LittleEndianByteArrayInputStream.readFully()Josh Micich2009-11-151-0/+27
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-085-242/+216
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-134-0/+0
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-1210-863/+130
* removed obsolete classesJosh Micich2009-06-013-109/+0
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-181-53/+53
* (bug 46156) fix junit error after c722284Josh Micich2008-12-021-4/+2
* General clean-up in LittleEndian util class. (Some optimization, some obsolet...Josh Micich2008-10-241-7/+7
* removing unused codeJosh Micich2008-10-242-52/+1