aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/record
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-27248-45269/+0
* Deprecate functions that duplicate functionalityMarius Volkhart2021-03-013-4/+17
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-2117-88/+105
* Code cleanup AbstractEscherHolderRecordMarius Volkhart2021-02-171-21/+21
* Add documentation for DrawingGroupRecordMarius Volkhart2021-02-171-1/+9
* Fix inconsistent logging statementMarius Volkhart2021-02-011-1/+1
* Sonar fixesAndreas Beeker2021-01-1715-31/+31
* Sonar fixesAndreas Beeker2020-12-266-18/+48
* avoid string concatsPJ Fanning2020-12-173-5/+5
* avoid string concatsPJ Fanning2020-12-171-2/+2
* avoid string concatsPJ Fanning2020-12-173-9/+9
* remove more deprecated codePJ Fanning2020-12-0916-184/+1
* remove more deprecated codePJ Fanning2020-12-0935-454/+8
* remove some deprecated codePJ Fanning2020-12-091-11/+0
* remove some deprecated codePJ Fanning2020-12-0918-200/+0
* remove some deprecated codePJ Fanning2020-12-099-100/+0
* remove some deprecated codePJ Fanning2020-12-0949-446/+2
* remove some deprecated codePJ Fanning2020-12-08108-381/+0
* [bug-64721] NullPointerException occurs when calling getDataSize() of an obje...PJ Fanning2020-09-091-0/+1
* remove some deprecated classesPJ Fanning2020-06-271-1/+1
* update deprecation versionPJ Fanning2020-06-271-1/+2
* next version will be 5.0.0PJ Fanning2020-05-173-6/+6
* Bug 63294: Add some more methods to allow to use CellType everywhereDominik Stadler2020-04-243-0/+55
* Sonar fix - "Add the missing @deprecated Javadoc tag."Andreas Beeker2020-04-22141-5/+426
* Sonar fixesAndreas Beeker2020-04-191-1/+1
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-1915-386/+379
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-165-17/+14
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-141-2/+4
* #64036 - Replace reflection calls in factories for Java 9+ (HSSF Record Factory)Andreas Beeker2020-04-134-564/+239
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-12199-3647/+4198
* 64261 -- fix handling of drop down list when items are selectedTim Allison2020-03-311-1/+1
* Sonar FixesAndreas Beeker2020-03-292-60/+97
* Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly.Tim Allison2020-02-101-9/+11
* Improve some assertions and error messages for exceptions seen in the regress...Dominik Stadler2020-01-301-7/+4
* #64036 - Replace reflection calls in factories for Java 9+ - Escher factoriesAndreas Beeker2020-01-263-156/+123
* use a few more lambdasPJ Fanning2020-01-121-11/+8
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-1011-31/+31
* Sonar fixes - Tests should include assertionsAndreas Beeker2020-01-031-0/+14
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-271-0/+5
* Replace internal GUID class with ClassIDAndreas Beeker2019-12-241-196/+32
* Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()Andreas Beeker2019-12-235-49/+36
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-22226-4740/+6545
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-081-29/+28
* Sonar Fixes - fix/annotate type "vulnerability" / severity "blocker"Andreas Beeker2019-12-011-0/+1
* change package.html to package-info.javaAndreas Beeker2019-12-012-49/+20
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-291-1/+1
* replace more StringBuffersPJ Fanning2019-11-212-3/+3
* change some tabs to spacesPJ Fanning2019-11-203-155/+155
* replace some uses of StringBuffer with StringBuilderPJ Fanning2019-11-20150-155/+155
* convert tabs to spacesPJ Fanning2019-11-181-147/+147