summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* for -> foreachJaven O'Neal2017-10-181-8/+8
* Remove unnecessary StringBuilder [thanks to Kui Liu]. This close #80.PJ Fanning2017-10-151-3/+0
* Fix some findbugs-issues and apply some code-cleanup and apply some smaller p...Dominik Stadler2017-10-1311-48/+28
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-111-13/+13
* Bug 61586: Add test which shows that it works as expectedDominik Stadler2017-10-061-7/+89
* Adjust some unit-tests, use try-with-resource, enable test which works now, ...Dominik Stadler2017-09-261-26/+11
* Bug 61349 -- bump limits on classes that caused regressions in Dominik's regr...Tim Allison2017-09-256-6/+6
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-2176-102/+405
* tidy up some test codePJ Fanning2017-09-191-6/+7
* use non-deprecated versions of getCellTypePJ Fanning2017-09-182-6/+6
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-181-20/+23
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-183-10/+10
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-177-37/+43
* Use Integer.compare() where possibleDominik Stadler2017-09-166-32/+9
* Remove unnecessary local variablesDominik Stadler2017-09-1636-97/+57
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-16115-264/+264
* Remove unnecessary type argumentsDominik Stadler2017-09-162-2/+2
* Suppress some warningsDominik Stadler2017-09-161-0/+1
* Remove unused importsDominik Stadler2017-09-166-9/+0
* Remove unnecessary casts and toString() callsDominik Stadler2017-09-161-1/+1
* Remove unnecessary semicolonsDominik Stadler2017-09-161-1/+1
* Remove unnecessary initialization of membersDominik Stadler2017-09-1642-69/+69
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-1614-20/+20
* 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-151-13/+0
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-143-20/+4
* Copy over and tweak PicturesSource from Apache TikaNick Burch2017-09-071-0/+136
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-111-17/+9
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-303-36/+5
* 61337 -- try to convert assertions to exceptions. I left in the assertions f...Tim Allison2017-07-261-23/+23
* 61346 add more sanity checks before allocating byte arrays in emf/wmfTim Allison2017-07-267-23/+38
* 61338 -- avoid infinite loop triggered by fuzzed wmf fileTim Allison2017-07-252-8/+31
* Bug 61331 - Font group handling / common font interfaceAndreas Beeker2017-07-2320-691/+764
* Fix some IntelliJ warningsDominik Stadler2017-07-211-19/+28
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-174-13/+13
* bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/...Tim Allison2017-07-143-7/+20
* bug 61296: suggest de-duplication of purl dublin core namespace urlJaven O'Neal2017-07-141-2/+2
* bug 61294 -- prevent infinite loop in IOUtils' skipFully.Tim Allison2017-07-131-2/+35
* bug 60685: ignore problems with HPBF Publisher Quill Contents PLC hyperlink r...Javen O'Neal2017-07-101-1/+11
* whitespaceJaven O'Neal2017-07-101-2/+2
* [Bug-61268] avoid NegativeArraySizeException parsing doc filePJ Fanning2017-07-091-1/+9
* #61169 - Text with Japanese characters overflows textboxAndreas Beeker2017-07-081-11/+16
* #61243 - Refactor and unify toString/toXml in DDFAndreas Beeker2017-06-301-8/+22
* Remove old XSSFWorkbook wb.xssfSheetIterator methodPJ Fanning2017-06-291-1/+0
* Remove some deprecated *SSF APIsPJ Fanning2017-06-282-23/+3
* @Ignore("requires an internet connection to a 3rd party site"Javen O'Neal2017-06-201-1/+14
* #61169 - Text with Japanese characters overflows textbox Andreas Beeker2017-06-171-1/+2
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-146-342/+264
* Move one testcase with incorrect source locationDominik Stadler2017-06-091-112/+91
* Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to No...Dominik Stadler2017-06-091-2/+18