aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Bug 66425: Avoid Exceptions found via oss-fuzzDominik Stadler2023-10-071-5/+6
* Bug 66425: Avoid a NullPointerException found via oss-fuzzDominik Stadler2023-10-072-1/+3
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-212-1/+3
* Bug47950 -- make stream/directory name lookup in OLE2 case insensitiveTim Allison2023-09-208-43/+57
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-202-2/+3
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-181-0/+2
* Bug 66425: Avoid NullPointerExceptions and ClassCastExceptions found via poi-...Dominik Stadler2023-09-177-7/+61
* Bug 66425: Avoid a NullPointerException found via oss-fuzzDominik Stadler2023-09-112-1/+14
* Bug 66425: Avoid a NullPointerException found via oss-fuzzDominik Stadler2023-09-082-6/+5
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-231-1/+3
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-091-0/+1
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-092-2/+4
* Bug 66425: Avoid a StackOverflowException found via oss-fuzzDominik Stadler2023-08-092-2/+4
* Bug 66425: Add memory-safeguard in one more placeDominik Stadler2023-08-072-6/+31
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-071-0/+3
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-072-13/+36
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-061-290/+291
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-0854-101/+101
* [bug-66518] license headerPJ Fanning2023-03-081-0/+16
* add testPJ Fanning2023-03-081-0/+14
* Prevent more cases of unbounded allocationDominik Stadler2023-01-011-0/+53
* [github-409] Textruns not honouring highlight. Thans to gffloodg. This closes...PJ Fanning2022-12-281-0/+1
* license issuePJ Fanning2022-11-041-0/+17
* [bug-66335] apply rest of fixPJ Fanning2022-11-041-2/+1
* [bug-66335] add test case for issue and add some of the code from purported fixPJ Fanning2022-11-041-0/+19
* [bug-66301] Add a method to properly write the header necessary for a MSG att...PJ Fanning2022-10-181-15/+33
* [bug-63576] support capitalized text in WordExtractor (HWPF)PJ Fanning2022-08-281-0/+8
* remove unnecessary lPJ Fanning2022-08-072-3/+3
* [github-354] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-171-1/+1
* [github-341] Remove unused imports. Thanks to XenoAmess. This closes #341PJ Fanning2022-07-154-5/+0
* [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
* Remove unused imports, remove unnecessary boxing of int-value and apply some ...Dominik Stadler2022-03-201-3/+0
* Prevent one more case of allocating endlessly on invalid TNEF/HMEF/MAPI filesDominik Stadler2022-03-201-10/+14
* rework testPJ Fanning2022-02-191-4/+3
* [bug-65899] fix issue where malformed tnef file can cause memory problemsPJ Fanning2022-02-191-0/+13
* Limit allocated elements in the PlfLfo structure for word documentsDominik Stadler2022-01-061-1/+3
* Fix Sonar issues and print out some more in test-assertions that do fail some...Dominik Stadler2021-12-301-10/+6
* Apply IDE suggestions, adjust tests, ...Dominik Stadler2021-12-051-5/+11
* remove unfinished testPJ Fanning2021-12-011-15/+0
* fix merge issuePJ Fanning2021-12-011-1/+0
* code formattingPJ Fanning2021-12-011-0/+16
* spelling of embeddedPJ Fanning2021-12-012-7/+7
* #65694 - HSLF - handle date/time fields and formatsAndreas Beeker2021-11-221-416/+451
* [github-278] Resolve all SpotBugs P1 issues in Main and Test. Thanks to Andre...PJ Fanning2021-11-141-3/+2
* Use append(char) instead of string where possibleDominik Stadler2021-11-071-2/+2
* Add some more forbidden-apis to prefer core JDK classes over Guava and common...Dominik Stadler2021-11-072-4/+5
* #65653 - HSLF FillType for texture and background color fills ignoredAndreas Beeker2021-10-241-0/+19
* more support for configurable max record lenPJ Fanning2021-10-221-1/+1
* sonar fixesAndreas Beeker2021-10-1810-105/+100