aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-301-5/+3
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-20/+37
* Fix newly introduced Sonar issues and allow text to be nullDominik Stadler2016-11-271-4/+7
* Bug 60370: Encode some special characters when setting title/text for validat...Dominik Stadler2016-11-251-3/+44
* Bug 59200: Check for actual Excel limits on data validation title/textDominik Stadler2016-11-251-9/+73
* reenable unit test for bug 58648 that passes nowJaven O'Neal2016-10-191-1/+3
* bug 60197: Workbook#setSheetOrder should update named range sheet indicesJaven O'Neal2016-10-091-0/+97
* Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-211-3/+0
* change CellValue#getCellType() to return an int instead of an enum for backwa...Javen O'Neal2016-09-131-2/+2
* Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as wellDominik Stadler2016-07-271-1/+78
* bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...Javen O'Neal2016-07-041-8/+8
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-041-12/+12
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-041-29/+29
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-021-1/+1
* bug 57929: add disabled unit test, adapted from novaJaven O'Neal2016-06-201-0/+30
* fix spelling errorJaven O'Neal2016-06-101-2/+2
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-021-18/+11
* Try to reproduce bug 57798 but it seems to be fixed in the meantimeDominik Stadler2016-06-021-0/+43
* add disabled unit test for bug 59393 from stoneJaven O'Neal2016-05-091-0/+44
* bug 58896: write autoSizeColumn timing to POILogger instead of standard outputJaven O'Neal2016-04-171-9/+23
* Fix some cases where POI itself or the tests leaked file-handlesDominik Stadler2016-03-121-41/+40
* bug 58896: comment out time-dependent testJaven O'Neal2016-02-181-3/+3
* move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDa...Javen O'Neal2016-02-181-10/+6
* bug 58896: add unit test to time Sheet.autoSizeColumnJaven O'Neal2016-02-181-0/+60
* Add test which verifies that bug 52684 is not a problem (any more)Dominik Stadler2016-02-171-0/+24
* Fix #57034 on SXSSF, and add a common unit test to show it was already fixed ...Nick Burch2016-02-111-0/+23
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-301-0/+7
* javadocsJaven O'Neal2015-11-271-0/+5
* add failing unit test for bug 58648Javen O'Neal2015-11-251-0/+13
* fix for bug 51622: autosize columns with leading whitespaceJaven O'Neal2015-11-041-2/+69
* bug 58576: rename canComputeColumnWidht to canComputeColumnWidthJaven O'Neal2015-11-031-2/+2
* fix typosJaven O'Neal2015-11-031-2/+2
* bug 58443: prevent corrupted workbooks by checking for overlapping merged reg...Javen O'Neal2015-10-311-1/+1
* - removed deprecated and confusing methods in XSSFColorAndreas Beeker2015-10-121-22/+22
* Bug 50319: Make row groups which include row 0 workDominik Stadler2015-09-291-0/+14
* close resources in junit testsAndreas Beeker2015-09-201-195/+228
* Reduce required memory in tests by not actually creating all the rows/cells w...Dominik Stadler2015-08-241-7/+6
* POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix...Dominik Stadler2015-08-191-2/+72
* Further unit tests for #55747Nick Burch2015-08-011-1/+22
* Unit test for #55747Nick Burch2015-07-311-0/+31
* Adjust test that is failing on freebsd some moreDominik Stadler2015-07-271-14/+11
* Yet another adjustment to the test as it seems that small values can be compu...Dominik Stadler2015-07-221-4/+11
* Still more checks to track down why canComputeColumnWidth() returns true, but...Dominik Stadler2015-07-221-4/+4
* Still more checks to track down why canComputeColumnWidth() returns true, but...Dominik Stadler2015-07-221-6/+16
* Still more checks to track down why canComputeColumnWidth() returns true, but...Dominik Stadler2015-07-221-5/+45
* One more try to find out why autosize fails on the freebsd CI machineDominik Stadler2015-07-171-4/+14
* * Some more checks as test still fails on freebsd CI machineDominik Stadler2015-07-161-0/+3
* * Make on unit test not fail if Fonts are not available on the machineDominik Stadler2015-07-161-1/+9
* Bug 58113: Fix regression: NullPointerException when setting cell value to nullDominik Stadler2015-07-131-6/+48