aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Random test value/file length resulted in occasionally failuresAndreas Beeker2018-05-071-1/+1
* add convenience method for files to FileMagicAndreas Beeker2018-05-022-66/+93
* add additional exception info to failing IOUtils.toByteArrayAndreas Beeker2018-05-021-1/+1
* add license headerAndreas Beeker2018-05-022-0/+34
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated...Andreas Beeker2018-05-0118-301/+271
* [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107PJ Fanning2018-05-014-0/+79
* Allow one more add-opens to silence one more warning seen in Java 9/Java 10 c...Dominik Stadler2018-04-303-9/+22
* Need to switch to ASM 6.0 as well to make the coverage reports to work, unfor...Dominik Stadler2018-04-301-3/+12
* Update to JaCoCo 0.8.1 to support Java 10 for JaCoCo runsDominik Stadler2018-04-301-2/+4
* disable ImageIO cache - probably need to set it in every test class or disabl...Andreas Beeker2018-04-291-0/+6
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-2722-589/+655
* Streamline assertion-usage in some testsDominik Stadler2018-04-272-44/+42
* Update to forbidden-apis 2.5Dominik Stadler2018-04-261-2/+3
* Fix setting active cell in .xls by populating field_6_refs whenever row/colum...Dominik Stadler2018-04-252-10/+47
* Bug 62187 - commit Commons Compress unrelated changesAndreas Beeker2018-04-2530-1187/+1059
* #62319 - handle slide layouts in extractorAndreas Beeker2018-04-205-28/+52
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape...Andreas Beeker2018-04-2010-55/+161
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-2027-1285/+861
* OOXMLLite: improve progress output: count test-classes, not single test-methodsDominik Stadler2018-04-201-2/+9
* Fix unit test broken with previous check-inDominik Stadler2018-04-201-1/+2
* Nullpointer fix for slideshow extractorAndreas Beeker2018-04-191-1/+1
* Add some unit-tests for setActiveCell(), although bug 61905 reports that Exce...Dominik Stadler2018-04-191-19/+30
* add some javadoc to warn that stale cached formula cell values may result in ...Greg Woolsey2018-04-181-0/+11
* Bug 62092 - Text not extracted from grouped text shapes in HSLFAndreas Beeker2018-04-1846-1295/+2201
* Close resources correctly when opening encrypted documents in the TextExtractorDominik Stadler2018-04-041-3/+7
* Bug 62165: Do not close stream when opening succeedsDominik Stadler2018-04-042-30/+31
* Create some directories if not existing in testcoveragereportDominik Stadler2018-04-041-0/+4
* Try to avoid one NPE that popped up in commoncrawl-corpus testsDominik Stadler2018-04-045-3/+18
* fix error messagePJ Fanning2018-04-042-200/+200
* [bug-62254] update offset function to support optional offset valuesPJ Fanning2018-04-033-4/+76
* Add unit tests to include more required classes in poi-ooxml-schemas, add tes...Dominik Stadler2018-04-024-0/+129
* OOXMLLite: IDE warnings and add an additional listener to print out progress ...Dominik Stadler2018-04-022-19/+31
* Close resources in tests and in case of Exceptions and use try-with-resources...Dominik Stadler2018-04-026-109/+93
* Update excludes in OOXMLLiteDominik Stadler2018-04-021-1/+12
* Bug 61267: detect Word v2 files and report that they are not supported in Apa...Dominik Stadler2018-04-026-5/+25
* [bug-62216] add test casePJ Fanning2018-04-021-1/+14
* [bug-62216] Fix issue with SXSSF error cellsPJ Fanning2018-04-011-1/+1
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B...PJ Fanning2018-04-012-0/+101
* [github-103] take latest changesPJ Fanning2018-04-012-38/+30
* add missing licensePJ Fanning2018-03-192-26/+41
* [github-103] hsmf: support writing properties. Thanks to Dominik Hölzl. This...PJ Fanning2018-03-197-31/+411
* [bug-62176] synchronize temp dir creationPJ Fanning2018-03-132-2/+3
* Add test for setters/getters of XWPFRun to include morre generated classes in...Dominik Stadler2018-03-111-17/+36
* #62159 - Support XML signature over windows certificate storeAndreas Beeker2018-03-0610-451/+567
* Reduce testcase some more, add missing license headerDominik Stadler2018-03-051-6/+22
* Add unit test which verifies that ThresholdInputStream can be used. This curr...Dominik Stadler2018-03-041-0/+32
* Some IntelliJ and Javadoc fixesDominik Stadler2018-03-045-14/+10
* Fix compiling with current JDK 10 RC build, OOXML-Tests are still failing due...Dominik Stadler2018-03-041-10/+5
* Add job to build with latest available JDK 10 early access buildDominik Stadler2018-03-041-0/+13
* use xmlunit for xml diffs in unit testsPJ Fanning2018-03-046-14/+37