aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hdgf
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2710-1416/+0
* Sonar fixesAndreas Beeker2021-01-231-1/+3
* Sonar fixesAndreas Beeker2021-01-224-160/+150
* Sonar fixesAndreas Beeker2021-01-094-7/+7
* Sonar fixesAndreas Beeker2021-01-098-34/+34
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-249-52/+53
* mute talkative tests, which spam to StdOut/StdErrAndreas Beeker2020-12-131-2/+19
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-131-31/+3
* Sonar fixesAndreas Beeker2020-04-051-85/+39
* Fix Visio compressionAndreas Beeker2020-01-011-242/+183
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-273-35/+57
* Replace manual close with try-with-resourcesDominik Stadler2019-12-151-4/+1
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-1/+1
* fix eclipse warnings / close resources in testsAndreas Beeker2017-01-161-43/+60
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-154-99/+93
* Fix missing license-headersDominik Stadler2016-12-311-0/+20
* Cover some dev-tools with a few simple tests, close resources correctlyDominik Stadler2016-12-311-0/+14
* SonarCube fixes - visibility of member attributesAndreas Beeker2016-11-271-4/+4
* Fix close warningsNick Burch2016-10-251-11/+18
* WhitespaceNick Burch2016-10-251-72/+72
* v5 text extractionNick Burch2016-10-251-5/+2
* Inconsistent whitespaceNick Burch2016-10-251-21/+21
* Refactor child pointer logic to the factoryNick Burch2016-10-251-0/+14
* Partial Visio v5 pointer supportNick Burch2016-10-252-7/+37
* 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-195-9/+18
* Bug 58326 - Forbidden APIs patches - second set of changes for charset settingsAndreas Beeker2015-09-081-9/+18
* More helpful visio v5 exception, see bug #56171Nick Burch2014-02-201-1/+1
* Bugzilla 53205 - Fix some parsing errors and encoding issues in HDGFYegor Kozlov2012-07-251-0/+25
* optimized unused imports in poi-scratchpadYegor Kozlov2012-03-053-4/+0
* cleanup sxxsf temp files after tests, remove non-ascii characters from source...Yegor Kozlov2011-06-251-3/+5
* Refactor the common LZW decompression code out into utilsNick Burch2010-12-211-7/+7
* Improve the HDGF LZW code.Nick Burch2010-12-161-13/+94
* Add a disabled test for bug #44501, which still remains, plus fix a generics ...Nick Burch2010-01-281-0/+13
* Fix generics warnings, and fix up tests to handle the extra bit of text being...Nick Burch2010-01-281-11/+22
* Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator detectio...Nick Burch2010-01-281-3/+8
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-2311-38/+28
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-185-10/+10
* Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and forma...Josh Micich2009-05-219-338/+347
* Resolve the licensing issue around chunks_parse_cmds.tbl, with the newly dual...Nick Burch2008-12-311-1/+1
* Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk...Nick Burch2008-04-074-14/+129
* Problem files from bug #44501Nick Burch2008-03-043-0/+0
* Add in a (disabled) test for bug #43670 (not yet fixed)Nick Burch2007-10-282-3/+17
* Stub out the HDGF compression routine, and tests for it. Document the first s...Nick Burch2007-10-141-5/+90
* Replace the HDGW LZW engine with a fully documented, ASL licenced version. (D...Nick Burch2007-10-131-3/+3
* Include a test for the text extraction code. Update code to use POILogger ins...Nick Burch2007-06-271-0/+107
* Lots more HDGF support for chunks, and add support for basic text extractionNick Burch2007-06-271-0/+60
* Make a start on processing the commands within the chunks, and their values. ...Nick Burch2007-06-211-3/+5
* Start on processing the commands stored within a HDGF chunk, plus initial tes...Nick Burch2007-06-211-0/+50