aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-10112-388/+385
* Jenkins DSL: Add JDK 14, disable JDK 12Dominik Stadler2020-01-101-3/+16
* reformat codePJ Fanning2020-01-092-135/+137
* [bug-63998] Support commas, exclamation marks correctly in AreaReference. Tha...PJ Fanning2020-01-092-26/+66
* #63955 - HMEFContentsExtractor fails to extract content from winmail.datAndreas Beeker2020-01-082-25/+65
* #63955 - HMEFContentsExtractor fails to extract content from winmail.datAndreas Beeker2020-01-086-155/+130
* try sonar module keyAndreas Beeker2020-01-081-0/+2
* try to set sonar settings via maven propertiesAndreas Beeker2020-01-082-11/+6
* use lambda instead of sub classAndreas Beeker2020-01-071-11/+4
* findbugs fixes and refactor some ClassIDsAndreas Beeker2020-01-076-139/+137
* test if sonar can be configured via properties fileAndreas Beeker2020-01-072-7/+12
* remove accidental commitPJ Fanning2020-01-071-1/+1
* close OPCPackage if there is an exceptionPJ Fanning2020-01-072-2/+4
* BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSetTim Allison2020-01-0714-22/+76
* ignore path conversion for URLsAndreas Beeker2020-01-071-1/+5
* add integration-test to sonar to update test coverageAndreas Beeker2020-01-072-7/+127
* sonar fixes - use assert in junit testsAndreas Beeker2020-01-062-2868/+2610
* Clear all chart's properties as if newly createdAlain Béarez2020-01-051-0/+87
* Complete test with cell in newly added columnAlain Béarez2020-01-051-1/+3
* Fix JavaDoc warningsAlain Béarez2020-01-053-62/+139
* Sonar fixes - Tests should include assertionsAndreas Beeker2020-01-0361-648/+713
* Fix some additional file-handle-leaks reported by unit-tests via an enhanced ...Dominik Stadler2020-01-038-46/+79
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-031-1/+3
* remove unnecessary closePJ Fanning2020-01-031-16/+0
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-021-7/+11
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-021-1/+5
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-022-10/+50
* [bug-64044] setCellValue(LocalDate) does not support nulls properlyPJ Fanning2020-01-021-1/+1
* [bug-64044] setCellValue(LocalDate) does not support nulls properlyPJ Fanning2020-01-022-1/+16
* Fix Visio compressionAndreas Beeker2020-01-014-650/+559
* Bug 63788: Remove AbstractNum by abstractNumId, not list indexDominik Stadler2020-01-012-8/+66
* Bug 63940: Avoid endless loop/out of memory on string-replace with empty sear...Dominik Stadler2019-12-314-24/+120
* Bug 63700: Make D* functions work with numeric result columnDominik Stadler2019-12-312-17/+24
* Bug 63960: Write pre-evaluated string-values in formula cells with the correc...Dominik Stadler2019-12-313-19/+45
* Fix bug 63984: AND / OR should treat missing parameters as FALSEDominik Stadler2019-12-302-11/+11
* Sonar fixesAndreas Beeker2019-12-307-245/+183
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-287-175/+172
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-27331-15202/+10659
* try to find issue in testPJ Fanning2019-12-262-6/+3
* [github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang....PJ Fanning2019-12-262-0/+29
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-262-3/+2
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-263-219/+249
* fix spelling of UsagePJ Fanning2019-12-263-3/+3
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-262-159/+232
* Replace internal GUID class with ClassIDAndreas Beeker2019-12-244-259/+138
* #64004 - Replace clone() with copy constructor - mainly HWPF classesAndreas Beeker2019-12-2454-1194/+1632
* convert some tabs to spacesPJ Fanning2019-12-235-602/+602
* Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()Andreas Beeker2019-12-2356-716/+411
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-22370-6226/+8504
* Remove exception-handling code in ZipPackage that was never reachedDominik Stadler2019-12-151-13/+9