summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-2114-92/+111
* replace @Ignore with POITestCase.skipTest/testPassesNowJaven O'Neal2016-09-212-9/+27
* bug 59983: add failing unit test demonstrating formula shifting is apply twic...Javen O'Neal2016-09-213-5/+51
* add fixturing for notifying us when a previously failing unit test passes (be...Javen O'Neal2016-09-212-9/+63
* bug 59933: demote accessibility of POILogger implementations of log(int, Obje...Javen O'Neal2016-09-211-2/+2
* bug 60153: move flushSheets out to its own methodJaven O'Neal2016-09-211-6/+12
* bug 57200,59788: be more specific why a temporary directory could not be createdJaven O'Neal2016-09-211-4/+11
* bug 59933: demote accessibility of POILogger implementations of log(int, Obje...Javen O'Neal2016-09-216-16/+23
* javadocJaven O'Neal2016-09-211-2/+1
* bug 59933: demote accessibility of NullLogger methods to the same level as PO...Javen O'Neal2016-09-212-2/+12
* make POILogFactory _loggers cache finalJaven O'Neal2016-09-211-1/+1
* bug 59933: override POILogger#log(int, Object...) in NullLoggerJaven O'Neal2016-09-211-0/+12
* fix copy-paste errorJaven O'Neal2016-09-211-1/+1
* include class of caught exceptionJaven O'Neal2016-09-211-2/+3
* bug 60158: add failing test cases for AIOOBE on VBAMacroReaderJaven O'Neal2016-09-212-1/+17
* Adjust handling of ByteBuffer some moreDominik Stadler2016-09-201-12/+11
* bug 59853: exclude BaseTestXSSFPivotTable from ooxml-liteJaven O'Neal2016-09-201-0/+1
* bug 59853: support PivotTables with named structured references; patch from G...Javen O'Neal2016-09-207-115/+394
* prepare for 3.16-beta1David North2016-09-171-1/+1
* release prepare for 3.15 - updating build.xml and status.xmlDavid North2016-09-171-1/+1
* prepare for 3.16-beta1David North2016-09-171-1/+1
* release prepare for 3.15 - updating build.xml and status.xmlDavid North2016-09-171-1/+1
* +svnprops eol-style=nativeJaven O'Neal2016-09-160-0/+0
* bug 59705: consolidate bounds checking of column index into a helper methodJaven O'Neal2016-09-162-34/+44
* POI 60140 Prevent unnecessary memory usage -- no need to cache HeapByteBuffer...Tim Allison2016-09-151-3/+2
* sheet names are case insensitiveJaven O'Neal2016-09-142-6/+25
* make sure workbook can be written out and read back for all TestXSSFPivotTabl...Javen O'Neal2016-09-141-5/+18
* convert TestXSSFPivotTable to junit4Javen O'Neal2016-09-142-5/+21
* declare methods throw runtime exceptions for IDE hintsJaven O'Neal2016-09-141-4/+7
* declare methods throw runtime exceptions for IDE hintsJaven O'Neal2016-09-141-3/+3
* bug 60128: remove forbidden-api Exception.printStackTrace()Javen O'Neal2016-09-141-1/+0
* bug 60128: exclude openxml4j/invalid.xlsx from additional integration (stress...Javen O'Neal2016-09-142-1/+8
* add compile-examples dependency to compile-integration. o.a.p.xssf.eventuserm...Javen O'Neal2016-09-141-1/+1
* bug 60128: add test-data/openxml4j/invalid.xlsx to expected failures for inte...Javen O'Neal2016-09-141-0/+1
* javadocsJaven O'Neal2016-09-141-0/+2
* bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available...Javen O'Neal2016-09-141-2/+2
* Javadoc fixNick Burch2016-09-141-2/+2
* Patches from Patrick Zimmermann from bugs #60130 and #60131 - DGET fix for em...Nick Burch2016-09-143-94/+67
* make logger finalJaven O'Neal2016-09-141-1/+1
* bug 60128: close opened resources to avoid leaks; add exception as cause wher...Javen O'Neal2016-09-141-25/+29
* give more helpful exceptions rather than returning null when zip file cannot ...Javen O'Neal2016-09-141-2/+8
* bug 60128: close open file descriptors when exceptions are thrown from OPCPac...Javen O'Neal2016-09-147-40/+129
* Unit test for bug #60128, showing that calling close on a broken package clea...Nick Burch2016-09-145-1/+70
* move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluat...Javen O'Neal2016-09-147-83/+66
* move BaseXSSFFormulaEvaluator#evaluateFormulaCellEnum(Cell) and HSSFFormulaEv...Javen O'Neal2016-09-144-109/+74
* bug 59791: add deprecation and removal annotationsJaven O'Neal2016-09-145-8/+7
* bug 59791: add deprecation warningsJaven O'Neal2016-09-146-9/+12
* bug 59791: add deprecation and removal annotationsJaven O'Neal2016-09-142-13/+22
* bug 58190: add @since annotations to SlideShow.addPicture and findPictureJaven O'Neal2016-09-143-0/+9
* bug 58671: add @Removal annotation to deprecated fieldsJaven O'Neal2016-09-141-1/+8