summaryrefslogtreecommitdiffstats
path: root/poi-scratchpad
Commit message (Expand)AuthorAgeFilesLines
* Add/update some JavaDocDominik Stadler2022-02-2412-41/+42
* Use gradle toolchain to specify the jdk version and vendor, e.g.Andreas Beeker2022-02-211-9/+21
* refactor some stream codePJ Fanning2022-02-194-35/+38
* refactor some stream codePJ Fanning2022-02-192-33/+36
* refactor some stream codePJ Fanning2022-02-198-132/+142
* rework testPJ Fanning2022-02-191-4/+3
* [bug-65899] fix issue where malformed tnef file can cause memory problemsPJ Fanning2022-02-192-3/+22
* revert test module changesPJ Fanning2022-01-221-5/+2
* try to fix build for Java 9+PJ Fanning2022-01-222-0/+0
* try to fix build for Java 9+PJ Fanning2022-01-221-1/+4
* Don't add main classes to *-test.jar filesDominik Stadler2022-01-221-1/+1
* Introduce an OldVisioFormatException similar to other file-typesDominik Stadler2022-01-223-8/+33
* remove use of deprecated commons-math methodsPJ Fanning2022-01-171-2/+1
* remove and prevent links to stackoverflowAndreas Beeker2022-01-102-33/+0
* Bug 65796: License violation in PICT.javaAxel Howind2022-01-101-19/+2
* Increase new limits for files processed in the mass-regression-testsDominik Stadler2022-01-061-1/+1
* Limit allocated elements in the PlfLfo structure for word documentsDominik Stadler2022-01-062-3/+9
* Add a dependency for :poi-scratchpad:javadoc to :poi-ooxml:jar to avoid stran...Dominik Stadler2022-01-011-0/+4
* use isEmpty()PJ Fanning2021-12-302-6/+6
* use isEmpty()PJ Fanning2021-12-303-3/+3
* Fix Sonar issues and print out some more in test-assertions that do fail some...Dominik Stadler2021-12-301-10/+6
* update some code based on sonar issuesPJ Fanning2021-12-291-3/+15
* [github-290] Customize Spliterator implementations for better parallelism. Th...PJ Fanning2021-12-235-0/+44
* code tidy upPJ Fanning2021-12-186-7/+50
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-135-5/+30
* [bug-65741] rework previous changePJ Fanning2021-12-131-1/+1
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-054-13/+44
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-055-5/+24
* Apply IDE suggestions, adjust tests, ...Dominik Stadler2021-12-053-6/+13
* remove unfinished testPJ Fanning2021-12-011-15/+0
* fix merge issuePJ Fanning2021-12-011-1/+0
* code formattingPJ Fanning2021-12-011-0/+16
* spelling of embeddedPJ Fanning2021-12-015-11/+11
* [bug-65715] fix bug in getDrawingPatriarchPJ Fanning2021-12-012-0/+0
* Fix date format differences Java 8 vs 9+Andreas Beeker2021-11-271-1/+5
* tidy up gradle scriptsPJ Fanning2021-11-251-2/+2
* saxon testPJ Fanning2021-11-251-1/+5
* #65694 - HSLF - handle date/time fields and formatsAndreas Beeker2021-11-2210-460/+1078
* some incorrect uses of PJ Fanning2021-11-182-2/+2
* javadocPJ Fanning2021-11-161-1/+1
* [github-278] Resolve all SpotBugs P1 issues in Main and Test. Thanks to Andre...PJ Fanning2021-11-141-3/+2
* javadoc typoPJ Fanning2021-11-098-9/+9
* Use append(char) instead of string where possibleDominik Stadler2021-11-071-2/+2
* Add some more forbidden-apis to prefer core JDK classes over Guava and common...Dominik Stadler2021-11-072-4/+5
* try to add LICENSE and NOTICE to sources jarsPJ Fanning2021-10-261-7/+0
* try to add LICENSE and NOTICE to sources jarsPJ Fanning2021-10-261-0/+7
* try to add LICENSE and NOTICE to sources jarsPJ Fanning2021-10-251-0/+7
* try to add LICENSE and NOTICE to javadoc jarsPJ Fanning2021-10-251-0/+7
* #65653 - HSLF FillType for texture and background color fills ignoredAndreas Beeker2021-10-242-0/+22
* configurable max record lenPJ Fanning2021-10-246-11/+83