aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bug 59790: convert FormulaType class to enumJaven O'Neal2016-07-046-40/+122
* javadocs fixJaven O'Neal2016-07-041-0/+1
* bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for ...Javen O'Neal2016-07-042-29/+37
* rearrange JavaDocs to match constructor orderingJaven O'Neal2016-07-041-2/+2
* findbugs fixesJaven O'Neal2016-07-042-56/+58
* bug 59773: replace for loops with for-each loops; javadocs fixes for JDK8Javen O'Neal2016-07-042-10/+15
* add missing ASL license header from bug 59788 comment 2 r1751185Javen O'Neal2016-07-041-0/+17
* bug 59166: suggest alternative implementations for TempFileCreationStrategyJaven O'Neal2016-07-043-8/+64
* bug 59788: move DefaultTempFileCreationStrategy from TempFile inner class to ...Javen O'Neal2016-07-043-89/+103
* javadocs fixes (jdk8)Andreas Beeker2016-07-033-17/+107
* whitespaceJaven O'Neal2016-07-031-148/+148
* make class attributes final; return unmodifiable listsJaven O'Neal2016-07-031-6/+8
* revert whitespace changes to ASF license; previous commit r1751180 contribute...Javen O'Neal2016-07-031-12/+12
* bug 59786: fix NPE from winmail.dat files if message body is nullJaven O'Neal2016-07-032-21/+114
* whitespace (3 spaces and tabs to 4 spaces)Javen O'Neal2016-07-031-76/+76
* uncomment ignored unit tests so they at least compileJaven O'Neal2016-07-032-15/+20
* bug 59788: create temporary directoriesJaven O'Neal2016-07-033-15/+97
* deprecated DrawingManagerAndreas Beeker2016-07-032-0/+7
* #59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape class...Andreas Beeker2016-07-0318-1357/+180
* convert to junit4Javen O'Neal2016-07-031-2/+7
* javadocs fixes (jdk8)Andreas Beeker2016-07-0323-139/+268
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-0316-48/+70
* javadocs fixes (jdk8)Andreas Beeker2016-07-022-13/+25
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-0213-37/+53
* bug 59781: ignore duplicate HSSF PaneInformation, which now shadows the Commo...Javen O'Neal2016-07-021-1/+3
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-029-87/+118
* don't shadow drawing field from XSSFShape in XSSFGraphicFrameJaven O'Neal2016-07-021-3/+1
* findbugs: remove implements Cloneable declaration from classes that don't imp...Javen O'Neal2016-07-022-2/+2
* findbugs: remove switch statement fall-through and move default switch to bottomJaven O'Neal2016-07-021-2/+2
* enable @Ignored unit test that is passing nowJaven O'Neal2016-07-021-2/+0
* findbugs REC_CATCH_EXCEPTION: catch specific exception types and include more...Javen O'Neal2016-07-021-2/+20
* +svn:eol-style=nativeJaven O'Neal2016-07-021-646/+646
* deprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaRefer...Javen O'Neal2016-07-021-1/+4
* findbugs: DocumentInputStream.skip(long) result not checked; close DocumentIn...Javen O'Neal2016-07-021-61/+69
* whitespace and +svn:eol-style=nativeJaven O'Neal2016-07-021-243/+243
* sonar fixesAndreas Beeker2016-07-0113-30/+28
* bug 59776: don't swallow cause of exception in ZipPackagePropertiesMashaller ...Javen O'Neal2016-07-011-1/+1
* forbidden-apis-fixAndreas Beeker2016-06-301-1/+2
* a few performance fixes to speed-up the testsAndreas Beeker2016-06-3012-157/+251
* #59739 When testing for a valid NFIB in a FileInformationBlock, accept common...Nick Burch2016-06-301-18/+27
* Bug 59739: For now fix the regression in FileInformationBlock which was intro...Dominik Stadler2016-06-302-3/+19
* #59766 Need to catch Errors as well when trying to tweak SAX stuffNick Burch2016-06-271-0/+2
* bug 59748: replace remaining Hashtable usages in contrib/poi-ruby and hssf ex...Javen O'Neal2016-06-252-5/+6
* add @Override annotation for updateOtherRecordReferences on PositionDependent...Javen O'Neal2016-06-253-7/+9
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-2414-181/+229
* Sonar fixesAndreas Beeker2016-06-2412-56/+56
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-2417-94/+114
* sonar fixAndreas Beeker2016-06-241-44/+17
* common-crawl-regression-fix: fallback to higher template level for default fo...Andreas Beeker2016-06-241-26/+8
* Fix for test-data of #59746Andreas Beeker2016-06-232-6/+4