aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* Add additional check as mentioned in bug 50060Dominik Stadler2017-09-161-1/+3
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-142-4/+4
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-301-3/+3
* 61338 -- avoid infinite loop triggered by fuzzed wmf fileTim Allison2017-07-251-3/+15
* Bug 61331 - Font group handling / common font interfaceAndreas Beeker2017-07-236-52/+67
* Fix some IntelliJ warningsDominik Stadler2017-07-211-19/+28
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-172-3/+3
* bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/...Tim Allison2017-07-141-2/+0
* bug 61294 -- prevent infinite loop in IOUtils' skipFully.Tim Allison2017-07-131-2/+35
* [Bug-61268] avoid NegativeArraySizeException parsing doc filePJ Fanning2017-07-091-1/+9
* @Ignore("requires an internet connection to a 3rd party site"Javen O'Neal2017-06-201-1/+14
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-141-69/+0
* Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to No...Dominik Stadler2017-06-091-2/+18
* Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new ...Andreas Beeker2017-06-065-71/+62
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-061-0/+69
* fix eclipse resource leak warningsAndreas Beeker2017-05-3115-251/+248
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-162-9/+9
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-206-22/+25
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-194-69/+61
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-1/+1
* bug 50955 and bug 60953 improve Big5 reader; ensure one characterTim Allison2017-04-052-4/+2
* bug 50955 -- turn off test that now passes in Java 1.8 and 1.7 Tim Allison2017-04-041-2/+3
* bug 50955 -- fix for java 7Tim Allison2017-04-041-0/+20
* bug 50955 -- word 6.0 charset fixTim Allison2017-04-043-17/+102
* Bug 60795 -- add enum for message class in MAPIMessage; deprecate getMessageC...Tim Allison2017-03-011-4/+24
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0813-1322/+1322
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-083-57/+73
* Revert previous changes enough to restore the case in the commoncrawl-corpus ...Dominik Stadler2017-02-051-0/+7
* Adjust for JDK 9 ea152 and newer: certain whitespaces in XML may now be trimmedDominik Stadler2017-02-051-58/+54
* Bug 60677 -- handle multibyte encodings correctly in HwmfGraphics' drawString...Tim Allison2017-02-031-0/+26
* Finally enable test for bug 44937, we got the requested missing test-document...Dominik Stadler2017-01-261-2/+3
* IntelliJ warnings, Javadoc, FormattingDominik Stadler2017-01-261-2/+1
* Cover some dev-tools with a few simple tests, close resources correctlyDominik Stadler2017-01-261-0/+54
* fix eclipse warnings - close resourcesAndreas Beeker2017-01-237-155/+197
* Bug 60608 -- improve charset handling in HwmfTim Allison2017-01-191-2/+36
* Bug 60570 - Add rudimentary EMF read-only capabilityTim Allison2017-01-192-0/+263
* fix eclipse warnings / close resources in testsAndreas Beeker2017-01-164-207/+252
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-156-273/+276
* add unit tests for MAPIMessage.get*Body()Javen O'Neal2017-01-051-6/+32
* junit improvements: assertEquals(null|true|false, ...) -> assertNull, assertT...Javen O'Neal2017-01-051-8/+8
* junit3 -> junit4Javen O'Neal2017-01-051-9/+28
* bug 60550: read ContentID chunks from mail attachments; unit test and test-da...Javen O'Neal2017-01-051-1/+1
* bug 60550: read ContentID chunks from mail attachmentsJaven O'Neal2017-01-051-3/+36
* whitespace: 3/4sp -> 4spJaven O'Neal2017-01-051-91/+89
* junit improvements:Javen O'Neal2017-01-051-15/+15
* Fix missing license-headersDominik Stadler2016-12-312-0/+40
* Cover some dev-tools with a few simple tests, close resources correctlyDominik Stadler2016-12-312-0/+44
* fix eclipse warnings - close resourcesAndreas Beeker2016-12-1910-374/+386
* eclipse warnings - close resourcesAndreas Beeker2016-12-139-823/+925
* SonarCube fix - make members privateAndreas Beeker2016-12-135-203/+184