aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* [bug-65255] add test case but cannot reproduce issuePJ Fanning2021-10-181-2/+2
* sonar fixesAndreas Beeker2021-10-181-17/+14
* rework BitmapImageRendererAndreas Beeker2021-09-191-64/+0
* add test for broken file (5.0.1-RC1 issues)PJ Fanning2021-09-191-0/+8
* convert tabs to spacesPJ Fanning2021-05-2285-5785/+5785
* activate javadoc lint and fix errorsAndreas Beeker2021-05-211-1/+1
* #65304 - Add commons-io as a dependencyAndreas Beeker2021-05-1466-2202/+1666
* Junit 5: Run some tests which change static BYTE_ARRAY_MAX_OVERRIDE in isolationDominik Stadler2021-04-152-2/+5
* fix javadocs - remove @author tags (http://apache-poi.1045710.n5.nabble.com/J...Andreas Beeker2021-04-1422-52/+12
* :poi-scratchpad - fix javadocs - link to dependent/external project javadocsAndreas Beeker2021-04-131-2/+2
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-04-07197-0/+29009