aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/openxml4j
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust checking for Zip-Bomb errors so it also works on JDK >= 8Dominik Stadler2017-04-071-7/+4
* Test for another type of xml-bombDominik Stadler2017-04-061-52/+57
* store repeated expressions as temporary variables to make code shorterJaven O'Neal2017-03-071-7/+9
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-139/+139
* eclipse warnings - close resourcesAndreas Beeker2016-12-131-55/+33
* Move test to correct package and add some more checksDominik Stadler2016-12-011-36/+0
* 60315 -- allow 'yyyy-MM-dd' as a valid date format in metadata in OPCParserTim Allison2016-10-281-0/+3
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-191-14/+11
* bug 60128: close open file descriptors when exceptions are thrown from OPCPac...Javen O'Neal2016-09-142-0/+24
* Unit test for bug #60128, showing that calling close on a broken package clea...Nick Burch2016-09-141-1/+51
* IDE warnings and fix a few places where we do not close resources in testsDominik Stadler2016-07-311-10/+16
* convert OPC Compliance unit tests to junit4Javen O'Neal2016-07-085-43/+44