aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad
Commit message (Expand)AuthorAgeFilesLines
* 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-0892-155/+161
* remove temporary hacksPJ Fanning2023-03-191-2/+0
* temporary hack to build to see if the gradle toolchain logic is what is break...PJ Fanning2023-03-191-0/+2
* 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] license headerPJ Fanning2023-03-081-0/+16
* [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
* add testPJ Fanning2023-03-081-0/+14
* try to fix gradle issuesPJ Fanning2023-02-221-1/+1
* 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
* Saxon-HE is included in more place, combine these into the main gradle buildDominik Stadler2023-01-061-4/+0
* 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-012-15/+68
* Avoid some NullPointerExceptions and ClassCastExceptions found when fuzzing A...Dominik Stadler2023-01-016-10/+24
* [github-409] Textruns not honouring highlight. Thans to gffloodg. This closes...PJ Fanning2022-12-281-0/+1
* try to get rid of cached module-info classesPJ Fanning2022-12-273-32/+2
* doesn't matter what jdk vendor is used to build module-info classesPJ Fanning2022-12-261-2/+0
* try to fix buildPJ Fanning2022-12-261-1/+0
* rebuild module-info.class files even if Java8 usedPJ Fanning2022-12-251-10/+6
* try to build sbomsPJ Fanning2022-12-211-0/+1
* cyclonedx per modulePJ Fanning2022-12-211-0/+19
* license issuePJ Fanning2022-11-041-0/+17
* [bug-66335] apply rest of fixPJ Fanning2022-11-042-4/+3
* [bug-66335] add test case for issue and add some of the code from purported fixPJ Fanning2022-11-042-0/+41
* 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-183-17/+113
* 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-282-0/+13
* 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
* remove unnecessary lPJ Fanning2022-08-072-3/+3
* [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-252-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-177-48/+53