aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 66425: Avoid an AssertionError found via oss-fuzzDominik Stadler2023-08-072-1/+12
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-071-1/+6
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-071-1/+1
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-061-56/+54
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-051-1/+6
* apply some spelling fixesPJ Fanning2023-06-281-2/+2
* apply some spelling fixesPJ Fanning2023-06-272-3/+20
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-0838-54/+60
* use 'an'PJ Fanning2023-03-185-6/+6
* Bug 66521: Add a utility to clear all thread localsDominik Stadler2023-03-111-0/+5
* Update/fix JavaDoc and add "throws"Dominik Stadler2023-03-101-1/+1
* [bug-66518] fix issue in AbstractExcelUtils.getColor(HSSFColor)PJ Fanning2023-03-081-1/+1
* [bug-66518] fix issue in AbstractExcelUtils.getColor(HSSFColor)PJ Fanning2023-03-081-4/+4
* revert use of ExceptionUtil on caught exceptions (not useful)PJ Fanning2023-02-1414-78/+8
* fix up use of ExceptionUtil in main poi-scratchpad modulePJ Fanning2023-02-1414-8/+78
* Avoid some NullPointerException and ClassCastExceptions found when fuzzing Ap...Dominik Stadler2023-01-037-10/+54
* Change more assertions to proper checksDominik Stadler2023-01-011-2/+6
* Prevent more cases of unbounded allocationDominik Stadler2023-01-011-15/+15
* Avoid some NullPointerExceptions and ClassCastExceptions found when fuzzing A...Dominik Stadler2023-01-016-10/+24
* try to get rid of cached module-info classesPJ Fanning2022-12-271-0/+0
* [bug-66335] apply rest of fixPJ Fanning2022-11-041-2/+2
* [bug-66335] add test case for issue and add some of the code from purported fixPJ Fanning2022-11-041-0/+22
* update javadocPJ Fanning2022-11-021-1/+1
* [bug-66301] Add a method to properly write the header necessary for a MSG att...PJ Fanning2022-10-182-2/+80
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-146-17/+17
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-1412-12/+12
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-142-4/+9
* some lgtm issuesPJ Fanning2022-09-132-8/+19
* [bug-63576] support capitalized text in WordExtractor (HWPF)PJ Fanning2022-08-281-0/+5
* sonar issuesPJ Fanning2022-08-252-11/+13
* more int narrowingPJ Fanning2022-08-192-9/+9
* more int narrowingPJ Fanning2022-08-195-22/+13
* 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