summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to FindBugs 3.0.1 and add some findbugs-excludesDominik Stadler2016-05-243-14/+74
* Fix inconsistent spacing / whitespaceNick Burch2016-05-241-92/+80
* Another excludeNick Burch2016-05-241-1/+1
* Whitespace fixNick Burch2016-05-241-3/+3
* Copy out code from the site and fixNick Burch2016-05-241-0/+129
* #58217 - XSLF: support alpha channel on solid colors (fill, line, text)Andreas Beeker2016-05-226-84/+175
* XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()Andreas Beeker2016-05-222-3/+11
* Bug 58190: Add more overloaded methods for adding pictures from streams and f...Dominik Stadler2016-05-224-27/+102
* fix junit4Andreas Beeker2016-05-211-13/+10
* findbugs fixesAndreas Beeker2016-05-203-58/+32
* fix javadocsAndreas Beeker2016-05-201-4/+1
* Fix some compiler warnings, close resources in testsDominik Stadler2016-05-193-5/+5
* Apply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type ...Dominik Stadler2016-05-192-4/+57
* findbugs fixesAndreas Beeker2016-05-175-143/+36
* Bug 59427: Add a check to better report cases when a document is already closed.Dominik Stadler2016-05-172-1/+22
* Revert expected failure as it seems to be fixed nowDominik Stadler2016-05-171-1/+0
* BiffViewer: Close resources alwaysDominik Stadler2016-05-171-26/+32
* Exclude newly added corrupt fileDominik Stadler2016-05-171-1/+3
* ignore external relationsAndreas Beeker2016-05-171-0/+4
* Move reflection-equals to POITestCaseAndreas Beeker2016-05-163-127/+95
* #54570 - InvalidFormatException because of Absolute URI forbiddenAndreas Beeker2016-05-164-257/+246
* add aslAndreas Beeker2016-05-162-0/+30
* deprecation fixAndreas Beeker2016-05-161-1/+1
* Close resources in Common SL rendering classes and minimize memory consumptio...Andreas Beeker2016-05-166-18/+53
* sonar fix - reduce complexity by using constantsAndreas Beeker2016-05-161-49/+68
* Reduce calls to utf-related methods - the integration test took ages because ...Andreas Beeker2016-05-161-3/+24
* Reduce calls to utf-related methods - the integration test took ages because ...Andreas Beeker2016-05-162-9/+47
* Sonar fixes - array is stored directlyAndreas Beeker2016-05-164-9/+10
* Dispose XmlCursorAndreas Beeker2016-05-168-80/+100
* added commons-logging to integration test to make profiling easier - just mat...Andreas Beeker2016-05-163-1/+34
* #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of E...Andreas Beeker2016-05-1623-365/+381
* #58144 - Behaviour for headers and footers of slides is inconsistent between ...Andreas Beeker2016-05-1312-157/+262
* add @since to javadocsJaven O'Neal2016-05-091-0/+3
* bug 59443: exit early on setAddress if address is the sameJaven O'Neal2016-05-092-4/+11
* bug 59443: use Comment.setAddress when changing both row and column of cell c...Javen O'Neal2016-05-093-4/+7
* bug 59443: add get/setAddress methods on cell comment classJaven O'Neal2016-05-094-35/+129
* fix BasteTestCellComment#attemptToSave2CommentsWithSameCoordinates to work wi...Javen O'Neal2016-05-091-5/+11
* whitespaceJaven O'Neal2016-05-092-42/+42
* add disabled unit test for bug 59393 from stoneJaven O'Neal2016-05-091-0/+44
* move TestHSSFComment#attemptToSave2CommentsWithSameCoordinates down to BaseTe...Javen O'Neal2016-05-092-19/+18
* merge TestComment into TestHSSFCommentJaven O'Neal2016-05-093-310/+288
* add test case from Anders Ã…berg for bug 59442Javen O'Neal2016-05-091-0/+39
* Test CellUtil with XSSFWorkbook and SXSSFWorkbook instancesJaven O'Neal2016-05-092-0/+52
* convert TestCellUtil to BaseTestCellUtil so that it can be tested with differ...Javen O'Neal2016-05-092-11/+43
* #59434 - Cannot add a picture on a slide that already have an image with an h...Andreas Beeker2016-05-082-5/+40
* Try to print out more information if the timestamp-operation failsDominik Stadler2016-05-051-3/+4
* Close file-handles in tests as well to avoid noise when running file-leak-det...Dominik Stadler2016-05-051-17/+22
* Some general code-fixes found while trying out Java 9Dominik Stadler2016-05-053-45/+47
* Try to catch more network-unavailable cases in TestSignatureInfoDominik Stadler2016-05-051-35/+37
* Refactor SSPerformanceTest into a few methods to make it easier to use a prof...Dominik Stadler2016-05-051-53/+67