aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace manual close with try-with-resourcesDominik Stadler2019-12-156-44/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871590 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-144-9/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871505 13f79535-47bb-0310-9956-ffa450edef68
* Sonar FixesAndreas Beeker2019-12-052-13/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870856 13f79535-47bb-0310-9956-ffa450edef68
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-035-72/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870769 13f79535-47bb-0310-9956-ffa450edef68
* #63955 - HMEFContentsExtractor fails to extract content from winmail.datAndreas Beeker2019-12-017-813/+842
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870692 13f79535-47bb-0310-9956-ffa450edef68
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869919 13f79535-47bb-0310-9956-ffa450edef68
* #60656 - EMF image support in slideshowsAndreas Beeker2019-11-011-139/+35
| | | | | | | | | | - extract option for embedded element in PPTX2PNG - minor GenericRecordJsonWriter fixes - fix EMF+ world transformations - fix initialization emf pictures, which were partly unbounded -> excessive memory consumption - change EMF+ brushes to continueable record git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869272 13f79535-47bb-0310-9956-ffa450edef68
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-123-14/+7
| | | | | | Replace EscherProperty.getAttributeMap by GenericRecord interface git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868352 13f79535-47bb-0310-9956-ffa450edef68
* rename tests so they run in Ant buildPJ Fanning2019-09-142-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866947 13f79535-47bb-0310-9956-ffa450edef68
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-09-117-256/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866808 13f79535-47bb-0310-9956-ffa450edef68
* fix build issuePJ Fanning2019-08-311-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866208 13f79535-47bb-0310-9956-ffa450edef68
* Adjust reproducer test-case for bug 59322 to not print to stdout and close ↵Dominik Stadler2019-08-311-27/+8
| | | | | | resources git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866186 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 59322: NullPointerException when converting a certain Word document ↵Dominik Stadler2019-08-311-0/+32
| | | | | | to HTML git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866185 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #61490, for some tables in documents, we should not remove the last cellDominik Stadler2019-08-291-11/+32
| | | | | | Check the expected number of cells to see if the last cell should be removed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866055 13f79535-47bb-0310-9956-ffa450edef68
* Do not use a WeakReference for the parent-link in HWPF-RangesDominik Stadler2019-08-291-3/+6
| | | | | | | | Some unit-tests show sporadic failures and it seems functionality is actually broken if the WeakReference is garbage-collected. Not sure why a WeakReference was used here anyway. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866054 13f79535-47bb-0310-9956-ffa450edef68
* Adjust JavaDoc and code formattingDominik Stadler2019-08-293-104/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866053 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-06-231-11/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1861952 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-06-061-28/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860732 13f79535-47bb-0310-9956-ffa450edef68
* try to fix integration tests (by ignoring some new msg files)PJ Fanning2019-05-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860155 13f79535-47bb-0310-9956-ffa450edef68
* [github-149] improve MAPIMessage.guess7BitEncoding, improve ↵PJ Fanning2019-05-262-1/+87
| | | | | | MAPIMessage.getHtmlBody. Thanks to Dominik Hölzl. This closes #149 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860043 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859159 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-042-16/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858625 13f79535-47bb-0310-9956-ffa450edef68
* Make compilation work in Eclipse 2019.03 again by working around a Dominik Stadler2019-04-251-1/+3
| | | | | | limitation of the Eclipse Java Compiler regarding casting/generics git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858117 13f79535-47bb-0310-9956-ffa450edef68
* Remove invalid importAndreas Beeker2019-04-081-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857141 13f79535-47bb-0310-9956-ffa450edef68
* bug 63327 allow retrieval of wmf data embedded in emfTim Allison2019-04-081-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857136 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63323 -- improve handling of multibyte charactersTim Allison2019-04-081-5/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857135 13f79535-47bb-0310-9956-ffa450edef68
* Fix a flaky test, it seems if the document is not closed, the automaticDominik Stadler2019-04-071-32/+33
| | | | | | | | | | closing of file-handles interferes with subsequent tests, by closing the document this flakiness seems to be gone. Flakiness could be reproduced locally by continuously running test with IntelliJ "run until failure" run-config option and after aprox. 17,000 test-executions! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857068 13f79535-47bb-0310-9956-ffa450edef68
* Switch to parameterized test and add some more information to try to findDominik Stadler2019-03-191-13/+35
| | | | | | out why this test fails from time to time git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855874 13f79535-47bb-0310-9956-ffa450edef68
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-196-16/+16
| | | | | | | This avoids confusion if people look at this code in the future without knowledge about the historical transition from java.io to java.nio git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855873 13f79535-47bb-0310-9956-ffa450edef68
* Add reproducing test-case for a bug we found newly introduced in JDK 12-ea+28Dominik Stadler2019-01-271-0/+53
| | | | | | and fixed again in JDK 12-ea+29 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1852281 13f79535-47bb-0310-9956-ffa450edef68
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-282-26/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849898 13f79535-47bb-0310-9956-ffa450edef68
* Add some simple coverage of HSLF-Dev-ToolsDominik Stadler2018-12-2611-0/+654
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849765 13f79535-47bb-0310-9956-ffa450edef68
* Fix various IDE warnings and some JavaDoc adjustmentsDominik Stadler2018-12-262-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849763 13f79535-47bb-0310-9956-ffa450edef68
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-2510-55/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849716 13f79535-47bb-0310-9956-ffa450edef68
* fix junit testsAndreas Beeker2018-12-162-10/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849047 13f79535-47bb-0310-9956-ffa450edef68
* merge trunkAndreas Beeker2018-12-144-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1848906 13f79535-47bb-0310-9956-ffa450edef68
* merge trunkAndreas Beeker2018-11-204-9/+53
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1847069 13f79535-47bb-0310-9956-ffa450edef68
| * Remove/Minimize references to Scratchpad module from other modulesAndreas Beeker2018-11-191-0/+47
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846931 13f79535-47bb-0310-9956-ffa450edef68
| * #62921 - Provide OOXMLLite alternative for Java 12+Andreas Beeker2018-11-183-9/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846809 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-271-3/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1844931 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-211-3/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1844522 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-191-58/+113
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1844380 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-091-31/+52
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843342 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-261-3/+5
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1842056 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-241-3/+12
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1841897 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-232-10/+57
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1841712 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-171-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1841134 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-144-220/+219
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1840956 13f79535-47bb-0310-9956-ffa450edef68
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-3113-122/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839709 13f79535-47bb-0310-9956-ffa450edef68
* #62649 - Remove OPOIFSAndreas Beeker2018-08-263-128/+61
| | | | | | Fix HPSF UTF-8 encoding error with Bug52311.doc while refactoring CopyCompare/EntryUtils git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839201 13f79535-47bb-0310-9956-ffa450edef68