summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-052-59/+54
* Throw exception on null/placeholder arrays in TNEFAndreas Beeker2020-04-261-0/+5
* Replace assertion with exceptionAndreas Beeker2020-04-242-5/+7
* Sonar fix - "Add a "NoSuchElementException" for iteration beyond the end of t...Andreas Beeker2020-04-202-21/+30
* Sonar fix - "Cast one of the operands of this addition operation to a 'long'/...Andreas Beeker2020-04-2021-51/+51
* #57843 - RuntimeException on extracting text from Word 97-2004 DocumentAndreas Beeker2020-04-162-42/+34
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-16110-839/+724
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-144-16/+27
* Sonar fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-0518-272/+231
* Sonar fixesAndreas Beeker2020-04-059-228/+111
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2020-04-053-188/+247
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-0247-293/+268
* Sonar FixesAndreas Beeker2020-03-293-35/+37
* Sonar FixesAndreas Beeker2020-03-291-1/+1
* #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c...Andreas Beeker2020-03-222-56/+59
* github-167 - HSMF enhancementsAndreas Beeker2020-03-087-180/+690
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-083-13/+13
* fix IntelliJ warningsAndreas Beeker2020-02-2122-231/+212
* use indexOf(char) instead of indexOf(String) where possible; replace one more...Axel Howind2020-02-201-1/+1
* Regression findings - fix missing moveto exceptionAndreas Beeker2020-02-022-78/+114
* Local EMF test changesAndreas Beeker2020-01-311-32/+29
* Improve some assertions and error messages for exceptions seen in the regress...Dominik Stadler2020-01-302-3/+4
* Fix some IDE warnings, Sonar fixes and some missing closing of resources in u...Dominik Stadler2020-01-273-6/+7
* #64036 - Replace reflection calls in factories for Java 9+ - Escher factoriesAndreas Beeker2020-01-261-30/+11
* sonar fixesAndreas Beeker2020-01-231-4/+5
* #64088 - SlideShow rendering fixesAndreas Beeker2020-01-191-3/+21
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-1047-157/+157
* #63955 - HMEFContentsExtractor fails to extract content from winmail.datAndreas Beeker2020-01-085-155/+130
* findbugs fixes and refactor some ClassIDsAndreas Beeker2020-01-071-7/+10
* Fix Visio compressionAndreas Beeker2020-01-013-476/+402
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-281-0/+6
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-2766-1477/+1575
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-263-219/+249
* fix spelling of UsagePJ Fanning2019-12-263-3/+3
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-262-159/+232
* #64004 - Replace clone() with copy constructor - mainly HWPF classesAndreas Beeker2019-12-2454-1194/+1632
* convert some tabs to spacesPJ Fanning2019-12-235-602/+602
* Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()Andreas Beeker2019-12-2338-473/+199
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-2219-292/+381
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-1517-107/+112
* Replace manual close with try-with-resourcesDominik Stadler2019-12-1512-99/+60
* #64004 - Replace clone() with copy constructorAndreas Beeker2019-12-142-11/+37
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-144-9/+13
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-081-1/+1
* Sonar FixesAndreas Beeker2019-12-053-21/+7
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-0310-109/+54
* #63955 - HMEFContentsExtractor fails to extract content from winmail.datAndreas Beeker2019-12-018-818/+846
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-307-216/+191
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-2920-199/+102
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2019-11-2928-193/+879