aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hpsf
Commit message (Expand)AuthorAgeFilesLines
* #60331 - Remove deprecated classes - deprecate Mutable* property classesAndreas Beeker2016-11-272-3/+3
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-202-10/+8
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-195-23/+10
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-196-1/+10
* #59724 Take advantage of all POIDocument classes being Closeable to tidy the ...Nick Burch2016-06-191-0/+6
* fixing javadocs errors (in JDK8)Andreas Beeker2016-06-127-19/+0
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-291-41/+0
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-291-0/+41
* fix eclipse warningsAndreas Beeker2016-03-211-18/+54
* Bug 58829: Remove some useages of printStackTrace() and some other minor clea...Dominik Stadler2016-01-133-24/+7
* Rework test to not catch exception, junit does a good job of handling unexpec...Dominik Stadler2016-01-131-92/+48
* Try to reproduce bug 52258 and add more checks to integration testsDominik Stadler2016-01-031-0/+14
* fix unnecessary cast warningsAndreas Beeker2015-11-221-1/+1
* Reenable test on Windows which was disabled previously but should now work af...Dominik Stadler2015-10-141-186/+173
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-111-15/+21
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-072-284/+280
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+3
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+2
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-6/+6
* Move test-case to location where the scratchpad-classes are availableDominik Stadler2015-02-271-22/+0
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-271-54/+111
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-284-39/+42
* Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no...Nick Burch2014-07-241-0/+11
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-112-7/+7
* The NPOIFS-classes result currently in left-over memory mapped buffers.Andreas Beeker2014-05-041-173/+186
* File leak detector: Close streams in some testsDominik Stadler2014-05-042-16/+41
* Get NPOIFS in-place-write working!Nick Burch2014-04-282-4/+0
* junit4 fixAndreas Beeker2014-04-261-15/+14
* More on the HPFS in-place NPOIFS write tests, and a note about what is still ...Nick Burch2014-04-261-4/+49
* Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFSNick Burch2014-04-261-37/+85
* NDocumentOutputStream write logicNick Burch2014-04-251-2/+1
* Begin to support and test in-place changes to documents within a NPOIFS streamNick Burch2014-04-251-2/+134
* Zero length code page fix has been committed, so this file can once again be ...Nick Burch2014-02-201-3/+1
* Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ...Nick Burch2014-02-161-0/+23
* Fix unit tests broken by newly added test-file, ignore TestFontRendering as i...Dominik Stadler2014-02-163-228/+174
* Fix unit test which failed after new corrupted file was added.Dominik Stadler2014-02-161-17/+30
* Deprecate the old HPSF codepage Constants list, and change the code to use th...Nick Burch2013-06-263-18/+13
* Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the ...Nick Burch2013-06-261-1/+13
* Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte alig...Nick Burch2013-06-251-0/+35
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-17/+0
* Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin...Yegor Kozlov2012-02-151-0/+88
* replace exception with warningSergey Vladimirov2011-10-291-10/+3
* Improve HPSF test failure messageNick Burch2011-10-151-1/+7
* update testSectionMethods() test (due to padding)Sergey Vladimirov2011-10-021-3/+2
* code cleanup as suggested in Bugzilla 50446Yegor Kozlov2010-12-101-2/+2
* Add test which shows that bug #48832 is invalidNick Burch2010-05-262-0/+112
* avoid creating unnecessary temp files, tighten up usage of temp files in unit...Yegor Kozlov2010-01-141-2/+3
* Remove some generics warnings from the HPSF custom properties and sections partsNick Burch2010-01-131-0/+17
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-092-21/+10
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-084-812/+703