aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hdgf/streams
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-274-552/+0
* Sonar fixesAndreas Beeker2021-01-231-1/+3
* Sonar fixesAndreas Beeker2021-01-221-15/+17
* Sonar fixesAndreas Beeker2021-01-092-3/+3
* Sonar fixesAndreas Beeker2021-01-093-11/+11
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-243-21/+21
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-1/+1
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-154-99/+93
* SonarCube fixes - visibility of member attributesAndreas Beeker2016-11-271-4/+4
* Inconsistent whitespaceNick Burch2016-10-251-21/+21
* Refactor child pointer logic to the factoryNick Burch2016-10-251-0/+14
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-202-3/+3
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-191-6/+6
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-193-7/+14
* optimized unused imports in poi-scratchpadYegor Kozlov2012-03-052-2/+0
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-232-8/+8
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-182-4/+4
* Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and forma...Josh Micich2009-05-214-122/+126
* Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk...Nick Burch2008-04-071-0/+102
* Lots more HDGF support for chunks, and add support for basic text extractionNick Burch2007-06-271-0/+60
* Improved support for chunks and chunk streams, plus testsNick Burch2007-06-191-0/+16
* Make a start on supporting ChunksNick Burch2007-06-192-9/+16
* Convert HDGFDiagram to using the new pointer and stream code, and add tests f...Nick Burch2007-06-182-4/+0
* Basic support for a few key kinds of streams, and tests to go with thisNick Burch2007-06-183-21/+244
* Initial HDGF support for streams, plus testsNick Burch2007-06-181-0/+127