aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/src/main
Commit message (Expand)AuthorAgeFilesLines
* test issuePJ Fanning2022-08-191-4/+4
* some int narrowingPJ Fanning2022-08-197-23/+23
* [github-367] use uppercase L for longs. Thanks to Arturo Bernal. This closes ...PJ Fanning2022-08-075-5/+5
* [github-365] use lambdas. Thanks to Arturo Bernal. This closes #365PJ Fanning2022-08-063-26/+10
* [github-366] remove unnecessary local vars. Thanks to Arturo Bernal. This clo...PJ Fanning2022-08-062-8/+4
* [github-364] use Math.min/max. Thanks to Arturo Bernal. This closes #364PJ Fanning2022-08-061-2/+1
* update some module-info classesPJ Fanning2022-07-251-0/+0
* [github-353] Use printf. Thanks to XenoAmess. This closes #353PJ Fanning2022-07-171-14/+14
* [github-354] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-176-47/+52
* [github-339] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-173-3/+6
* java 17 compile issuePJ Fanning2022-07-161-4/+3
* [github-342] Use foreach. Thanks to XenoAmess. This closes #342PJ Fanning2022-07-168-39/+38
* [github-345] Use switch instead of if. Thanks to XenoAmess. This closes #345PJ Fanning2022-07-161-6/+11
* java 17 compile issuesPJ Fanning2022-07-162-1/+2
* [github-341] Remove unused imports. Thanks to XenoAmess. This closes #341PJ Fanning2022-07-156-8/+0
* [github-361] reuse regex pattern instances. Thanks to XenoAmess. This closes ...PJ Fanning2022-07-151-647/+670
* [github-340] make more use of StandardCharsets. Thanks to XenoAmess. This clo...PJ Fanning2022-07-154-5/+8
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-03-241-2/+0
* increase max size of hwmf picturePJ Fanning2022-03-221-1/+1
* use spaces for indentsPJ Fanning2022-03-206-36/+36
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-03-203-3/+13
* Prevent one more case of allocating endlessly on invalid TNEF/HMEF/MAPI filesDominik Stadler2022-03-201-0/+2
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-03-205-21/+49
* Add/update some JavaDocDominik Stadler2022-02-2412-41/+42
* 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
* [bug-65899] fix issue where malformed tnef file can cause memory problemsPJ Fanning2022-02-191-3/+9
* try to fix build for Java 9+PJ Fanning2022-01-221-0/+0
* 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-061-2/+6
* use isEmpty()PJ Fanning2021-12-302-6/+6
* use isEmpty()PJ Fanning2021-12-303-3/+3
* 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-052-1/+2
* spelling of embeddedPJ Fanning2021-12-013-4/+4
* [bug-65715] fix bug in getDrawingPatriarchPJ Fanning2021-12-011-0/+0
* Fix date format differences Java 8 vs 9+Andreas Beeker2021-11-271-1/+5
* #65694 - HSLF - handle date/time fields and formatsAndreas Beeker2021-11-229-44/+627
* some incorrect uses of PJ Fanning2021-11-182-2/+2