aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hpsf
Commit message (Expand)AuthorAgeFilesLines
* Rework test somewhat and enable logger to better indicate if the test isDominik Stadler2018-12-191-207/+207
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-315-206/+169
* #62649 - Remove OPOIFSAndreas Beeker2018-08-262-142/+89
* #62451 - Document last printed in the year 27321Andreas Beeker2018-06-171-0/+17
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated...Andreas Beeker2018-05-013-4/+4
* #61809 - Infinite loop in SectionIDMap.get() and .put()Andreas Beeker2017-11-243-21/+56
* 60805 (partial) -- remove/suppress println in testsTim Allison2017-09-191-3/+7
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-164-7/+7
* Remove unnecessary casts and toString() callsDominik Stadler2017-09-161-1/+1
* Remove unnecessary semicolonsDominik Stadler2017-09-161-2/+2
* Tried to reproduce bug 61300, but could not.Dominik Stadler2017-09-161-11/+27
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-142-52/+22
* #52117 - Invalid "last printed" summary field value - added helper method to ...Andreas Beeker2017-05-145-233/+147
* HPSF: Change CustomProperties to delegateAndreas Beeker2017-05-031-3/+3
* HPSF: Enable new number types in VariantSupportAndreas Beeker2017-05-021-46/+82
* Fix hpsf javadocs and code issuesAndreas Beeker2017-05-026-854/+458
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-201-38/+34
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-1/+1
* fix eclipse warnings / close resources in testsAndreas Beeker2017-01-161-82/+91
* #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