aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/src
Commit message (Expand)AuthorAgeFilesLines
* 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-272-0/+0
* 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
* [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-1510-13/+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
* [github-351] make test loop more efficientPJ Fanning2022-07-151-2/+2
* [bug-65634] NotOLE2FileException not thrown in POI 5.0.0 by opening an XML-RA...PJ Fanning2022-07-011-0/+31
* 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
* Remove unused imports, remove unnecessary boxing of int-value and apply some ...Dominik Stadler2022-03-201-3/+0
* 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-202-10/+16
* 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