aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/openxml4j
Commit message (Expand)AuthorAgeFilesLines
* Sonar fixesAndreas Beeker2021-01-105-5/+5
* Sonar fixesAndreas Beeker2021-01-092-47/+46
* Sonar fixesAndreas Beeker2021-01-095-27/+27
* Sonar fixesAndreas Beeker2021-01-0914-81/+81
* Sonar fixesAndreas Beeker2021-01-072-91/+61
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-2417-523/+389
* Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)Andreas Beeker2020-12-121-8/+9
* Update library versionsAndreas Beeker2020-08-182-196/+103
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-131-3/+3
* Sonar Fixes and remove obsolete classesAndreas Beeker2020-04-011-474/+438
* [bug-64108] unsafe pipe character (PJ Fanning2020-01-301-1/+2
* Fix some IDE warnings, Sonar fixes and some missing closing of resources in u...Dominik Stadler2020-01-271-57/+63
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-277-162/+195
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-151-6/+4
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-031-10/+12
* [github-145] issue in PackagingURIHelper.encode. Thanks to @greedbell. This c...PJ Fanning2019-05-121-65/+66
* Close file-handles for slideshows also when construction fails or when dual-s...Dominik Stadler2019-02-233-152/+152
* Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this ch...Yegor Kozlov2019-02-131-1/+6
* Bug 63029: OPCPackage Potentially clobbers files on close() Yegor Kozlov2019-02-121-0/+38
* IDE and JavaDoc fixesDominik Stadler2018-12-301-7/+9
* Bug 62629: Allow to handle files with invalid content types for picturesDominik Stadler2018-12-271-15/+81
* Fix various IDE warnings and some JavaDoc adjustmentsDominik Stadler2018-12-262-68/+69
* Remove unnecesssary semicolonsDominik Stadler2018-12-261-1/+1
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-252-8/+8
* fix old xerces errors because of not available disallow-doctype parser featureAndreas Beeker2018-12-193-9/+33
* [bug-63005] disable the reading of DTDs altogetherPJ Fanning2018-12-173-165/+131
* IDE warnings, slightly more tests and fix test to not leave a modified file b...Dominik Stadler2018-10-261-6/+2
* fix more LGTM alerts, in testsAlain BĂ©arez2018-10-111-116/+120
* small adjustments to byte sizes in TestPackage zip-bomb tests to try fix test...PJ Fanning2018-10-051-1/+1
* use jaxp transformer instead of dom serializer to try fix old-xerces test fai...PJ Fanning2018-10-051-2/+2
* Adjust for JDK 11 ea-26 build, need to add jaxb via normal jar dependency now...Dominik Stadler2018-08-231-43/+50
* bug 62592 -- prevent StackOverflowError on corrupt thmxTim Allison2018-08-081-0/+15
* #59268 - remove duplicated typeloader in POI and use fixed XmlBeans implement...Andreas Beeker2018-06-231-2/+2
* #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the Output...Andreas Beeker2018-06-141-0/+23
* [bug-62438] remove nullable class (and use java.util.Optional). This closes #111PJ Fanning2018-06-132-74/+67
* #62187 - Compiling with Java 10 fails with ClassCastException / use commons-c...Andreas Beeker2018-06-034-26/+26
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-271-4/+4
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-271-2/+4
* Bug 62187 - commit Commons Compress unrelated changesAndreas Beeker2018-04-254-426/+373
* Close resources in tests and in case of Exceptions and use try-with-resources...Dominik Stadler2018-04-021-10/+10
* 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
* Fix some IntelliJ warningsDominik Stadler2017-09-221-69/+41
* Fix some IntelliJ warningsDominik Stadler2017-09-191-24/+13
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-165-17/+17
* Remove unused importsDominik Stadler2017-09-162-8/+0
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-111-28/+68
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-1/+1
* bug 61296: consolidate some of the ooxml namespace uri copy-paste in POI, pre...Javen O'Neal2017-07-141-1/+1
* Move one testcase with incorrect source locationDominik Stadler2017-06-092-4/+71