aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Sonar fixes - Tests should include assertionsAndreas Beeker2020-01-0361-648/+713
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872302 13f79535-47bb-0310-9956-ffa450edef68
* Fix some additional file-handle-leaks reported by unit-tests via an enhanced ↵Dominik Stadler2020-01-038-46/+79
| | | | | | | | version of the file-leak-detector Also add a test for Bug 64045 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872287 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-031-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872284 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary closePJ Fanning2020-01-031-16/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872283 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-021-7/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872270 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-021-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872265 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-022-10/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872264 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64044] setCellValue(LocalDate) does not support nulls properlyPJ Fanning2020-01-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872247 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64044] setCellValue(LocalDate) does not support nulls properlyPJ Fanning2020-01-022-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872246 13f79535-47bb-0310-9956-ffa450edef68
* Fix Visio compressionAndreas Beeker2020-01-014-650/+559
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872223 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63788: Remove AbstractNum by abstractNumId, not list indexDominik Stadler2020-01-012-8/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872187 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63940: Avoid endless loop/out of memory on string-replace with empty ↵Dominik Stadler2019-12-314-24/+120
| | | | | | search string git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872145 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63700: Make D* functions work with numeric result columnDominik Stadler2019-12-312-17/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872136 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63960: Write pre-evaluated string-values in formula cells with the ↵Dominik Stadler2019-12-313-19/+45
| | | | | | correct type git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872130 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 63984: AND / OR should treat missing parameters as FALSEDominik Stadler2019-12-302-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872125 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixesAndreas Beeker2019-12-307-245/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872092 13f79535-47bb-0310-9956-ffa450edef68
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-287-175/+172
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872066 13f79535-47bb-0310-9956-ffa450edef68
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-27331-15202/+10659
| | | | | | | | get rid of references to junit.framework don't throw AssertionFailedErrors, but use Assert.fail instead add try-with-resources where it was missing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872041 13f79535-47bb-0310-9956-ffa450edef68
* try to find issue in testPJ Fanning2019-12-262-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872001 13f79535-47bb-0310-9956-ffa450edef68
* [github-163] Add set level numbering on XWPFParagraph. Thanks to Mi ↵PJ Fanning2019-12-262-0/+29
| | | | | | Guoliang. This closes #163 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871999 13f79535-47bb-0310-9956-ffa450edef68
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-262-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871995 13f79535-47bb-0310-9956-ffa450edef68
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-263-219/+249
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871994 13f79535-47bb-0310-9956-ffa450edef68
* fix spelling of UsagePJ Fanning2019-12-263-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871987 13f79535-47bb-0310-9956-ffa450edef68
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-262-159/+232
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871986 13f79535-47bb-0310-9956-ffa450edef68
* Replace internal GUID class with ClassIDAndreas Beeker2019-12-244-259/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871944 13f79535-47bb-0310-9956-ffa450edef68
* #64004 - Replace clone() with copy constructor - mainly HWPF classesAndreas Beeker2019-12-2454-1194/+1632
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871938 13f79535-47bb-0310-9956-ffa450edef68
* convert some tabs to spacesPJ Fanning2019-12-235-602/+602
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871921 13f79535-47bb-0310-9956-ffa450edef68
* Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()Andreas Beeker2019-12-2356-716/+411
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871913 13f79535-47bb-0310-9956-ffa450edef68
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-22370-6226/+8504
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871911 13f79535-47bb-0310-9956-ffa450edef68
* Remove exception-handling code in ZipPackage that was never reachedDominik Stadler2019-12-151-13/+9
| | | | | | Here e.getMessage() and e.toString() were compared, which never match git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871594 13f79535-47bb-0310-9956-ffa450edef68
* Add more information to assertionDominik Stadler2019-12-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871593 13f79535-47bb-0310-9956-ffa450edef68
* Add some more tests for IOUtilsDominik Stadler2019-12-151-0/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871592 13f79535-47bb-0310-9956-ffa450edef68
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-15107-608/+620
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871591 13f79535-47bb-0310-9956-ffa450edef68
* Replace manual close with try-with-resourcesDominik Stadler2019-12-1553-609/+323
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871590 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on ↵Dominik Stadler2019-12-159-19/+54
| | | | | | empty Sheets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871589 13f79535-47bb-0310-9956-ffa450edef68
* Add MemoryVerifier to enable memory leak checking in unit-tests and addDominik Stadler2019-12-152-0/+250
| | | | | | an initial test which verifies some things for XSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871588 13f79535-47bb-0310-9956-ffa450edef68
* #64004 - Replace clone() with copy constructorAndreas Beeker2019-12-1424-183/+499
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871563 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that the temporary directory does exist before using it in testsDominik Stadler2019-12-141-12/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871507 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63569: Adjust handling of check for max allocation of byte arrayDominik Stadler2019-12-142-12/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871506 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-1419-140/+157
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871505 13f79535-47bb-0310-9956-ffa450edef68
* [github-164] Fix Bug in XSSFTable.setCellReferences when table is single ↵PJ Fanning2019-12-111-0/+0
| | | | | | cell. Thanks to Travis Russell. This closes #164 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871185 13f79535-47bb-0310-9956-ffa450edef68
* [github-164] Fix Bug in XSSFTable.setCellReferences when table is single ↵PJ Fanning2019-12-112-1/+9
| | | | | | cell. Thanks to Travis Russell. This closes #164 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871184 13f79535-47bb-0310-9956-ffa450edef68
* Fix initialization of text body when used in XSLFAlain Béarez2019-12-1115-65/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871150 13f79535-47bb-0310-9956-ffa450edef68
* fix typoAndreas Beeker2019-12-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871121 13f79535-47bb-0310-9956-ffa450edef68
* Correctly initialize text shapes' first paragraphAlain Béarez2019-12-102-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871112 13f79535-47bb-0310-9956-ffa450edef68
* Provide XAdES schemas locally, because of connection timeoutsAndreas Beeker2019-12-092-51/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871111 13f79535-47bb-0310-9956-ffa450edef68
* Provide XAdES schemas locally, because of connection timeoutsAndreas Beeker2019-12-093-12/+495
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871110 13f79535-47bb-0310-9956-ffa450edef68
* Ignore "IIO Can't create cache file" errorsAndreas Beeker2019-12-091-39/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871109 13f79535-47bb-0310-9956-ffa450edef68
* Remove POIBrowser and SViewer and remove references to itAndreas Beeker2019-12-0923-3669/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871102 13f79535-47bb-0310-9956-ffa450edef68
* Migrate tests to Junit 4Andreas Beeker2019-12-0947-565/+844
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871067 13f79535-47bb-0310-9956-ffa450edef68