summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Collapse)AuthorAgeFilesLines
* some javadoc issuesPJ Fanning2019-03-202-13/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855954 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-199-20/+20
| | | | | | | 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
* fix some cases where iterator usage does not check hasNextPJ Fanning2019-03-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855480 13f79535-47bb-0310-9956-ffa450edef68
* Close file-handles for slideshows also when construction fails or when ↵Dominik Stadler2019-02-234-114/+118
| | | | | | | | dual-storage is used Also avoid file-leak reports in some tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1854192 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
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-131-3/+1
| | | | | | improve some exception texts, add comment for missing Ptg for SxName git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851210 13f79535-47bb-0310-9956-ffa450edef68
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-2813-173/+373
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849898 13f79535-47bb-0310-9956-ffa450edef68
* Add Enum method to help identifying unknown records with POI-VisualizerAndreas Beeker2018-12-281-3/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849897 13f79535-47bb-0310-9956-ffa450edef68
* Add some simple coverage of HSLF-Dev-ToolsDominik Stadler2018-12-2618-136/+787
| | | | 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
* Simplify some string operationsDominik Stadler2018-12-264-18/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849760 13f79535-47bb-0310-9956-ffa450edef68
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-2552-180/+186
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849716 13f79535-47bb-0310-9956-ffa450edef68
* fix index check in HemfDrawPJ Fanning2018-12-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849250 13f79535-47bb-0310-9956-ffa450edef68
* lgtm issues: potential index out of bounds exceptionsPJ Fanning2018-12-171-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849127 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
* fix findbugs issuePJ Fanning2018-12-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849044 13f79535-47bb-0310-9956-ffa450edef68
* merge trunkAndreas Beeker2018-12-1412-312/+455
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1848906 13f79535-47bb-0310-9956-ffa450edef68
* #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-11-234-17/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1847209 13f79535-47bb-0310-9956-ffa450edef68
* merge trunkAndreas Beeker2018-11-206-11/+69
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1847069 13f79535-47bb-0310-9956-ffa450edef68
| * Remove commented out System.out calls / Move DummyGraphics2d to testcase ↵Andreas Beeker2018-11-191-1/+0
| | | | | | | | | | | | area, as it's not used by production code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846946 13f79535-47bb-0310-9956-ffa450edef68
| * Remove/Minimize references to Scratchpad module from other modulesAndreas Beeker2018-11-192-1/+63
| | | | | | | | 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-11-1212-107/+249
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1846472 13f79535-47bb-0310-9956-ffa450edef68
* | merge trunkAndreas Beeker2018-11-022-201/+102
|\| | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1845617 13f79535-47bb-0310-9956-ffa450edef68
| * Set NOSONAR and reformat codeDominik Stadler2018-10-262-201/+102
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844876 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-11-0216-21/+158
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1845612 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-11-017-159/+156
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1845496 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-3016-231/+410
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1845291 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-2715-580/+604
| | | | | | | | 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-214-20/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1844524 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-2110-50/+350
| | | | | | | | 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-1920-210/+505
| | | | | | | | 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-0913-266/+363
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843342 13f79535-47bb-0310-9956-ffa450edef68
* | merge trunkAndreas Beeker2018-10-061-2/+3
|\| | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843032 13f79535-47bb-0310-9956-ffa450edef68
| * lgtm issuesPJ Fanning2018-09-291-2/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842302 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-063-40/+111
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843025 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-261-2/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1842059 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-2610-142/+180
| | | | | | | | 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-2417-107/+365
| | | | | | | | 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-2318-111/+703
| | | | | | | | 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-1713-91/+392
| | | | | | | | 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-1449-2515/+5085
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1840956 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixes - blockerAndreas Beeker2018-08-313-20/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839745 13f79535-47bb-0310-9956-ffa450edef68
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-3133-371/+272
| | | | 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
* bug 62597 -- bump max record length for ExOleObjStg based on regression corpusTim Allison2018-08-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838047 13f79535-47bb-0310-9956-ffa450edef68
* bug 62591 -- revert to ignoring place holders even if they contain ↵Tim Allison2018-08-092-6/+20
| | | | | | metroblobs in ppt git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837742 13f79535-47bb-0310-9956-ffa450edef68
* bug 62597 -- bump max record sizes up based on new failures in regression ↵Tim Allison2018-08-036-6/+6
| | | | | | set. I typically bumped to 2x the max found in regression set. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837387 13f79535-47bb-0310-9956-ffa450edef68
* #62564 - replace Thread.currentThread().getContextClassLoader() with ↵Andreas Beeker2018-07-241-1/+1
| | | | | | getClass().getClassLoader() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836590 13f79535-47bb-0310-9956-ffa450edef68