summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* add forbidden api checks for non-Locale toLowerCase and toUpperCasePJ Fanning2017-11-211-4/+9
* [bug-61792] some changes to avoid iterating over chars of StringsPJ Fanning2017-11-201-8/+8
* Some JavaDoc adjustments, typos, IntelliJ warningsDominik Stadler2017-11-082-3/+3
* Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica...Dominik Stadler2017-11-041-24/+17
* #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide doesAndreas Beeker2017-11-022-3/+5
* github-77: Remove the 'public' modifier to make fields package protected (fin...Javen O'Neal2017-10-311-2/+4
* Remove more deprecated codePJ Fanning2017-10-231-184/+127
* Remove more deprecated codePJ Fanning2017-10-233-497/+400
* Remove more deprecated codePJ Fanning2017-10-235-130/+25
* Remove use of deprecated methodsPJ Fanning2017-10-222-12/+12
* Remove use of deprecated methodsPJ Fanning2017-10-222-7/+7
* Remove use of deprecated methodsPJ Fanning2017-10-224-20/+12
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-183-4/+4
* 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