aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* rework testPJ Fanning2022-02-191-4/+3
* [bug-65899] fix issue where malformed tnef file can cause memory problemsPJ Fanning2022-02-192-3/+22
* try to fix build for Java 9+PJ Fanning2022-01-222-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-062-3/+9
* use isEmpty()PJ Fanning2021-12-302-6/+6