aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ignore invalid performance issues - e.g. see #57840Andreas Beeker2016-06-121-0/+12
* revert back to changes of bug 57840Andreas Beeker2016-06-121-5/+5
* Common-SS: changed UDFFinder from interface to abstract classAndreas Beeker2016-06-121-1/+1
* findbugs fixesAndreas Beeker2016-06-1224-131/+126
* use newer findbugs version, if we run with java 7+Andreas Beeker2016-06-111-41/+35
* Add some pre-checks to fail the test with better assertion if the locale is n...Dominik Stadler2016-06-111-0/+26
* Downgrade version of download-plugin as the newer one is not found by MavenDominik Stadler2016-06-111-1/+1
* Set the correct locale for tests in the Sonar-Maven files to not fail on CI m...Dominik Stadler2016-06-112-2/+2
* bug 57840: lazily compute hashCode; patch from Greg WoolseyJaven O'Neal2016-06-111-2/+4
* whitespace (tabs to spaces, 3-space to 4-space)Javen O'Neal2016-06-111-71/+71
* bug 57840: add disabled unit test with large number of structured reference f...Javen O'Neal2016-06-112-3/+13
* Improve output on invalid HTTP Status Code and ignore another failure to cont...Dominik Stadler2016-06-112-4/+9
* Remove invalid removal of findbugs-zipDominik Stadler2016-06-111-1/+0
* Update to latest versions of Maven plugins for Sonar-build and use properties...Dominik Stadler2016-06-119-30/+40
* +props svn:eol-style nativeJaven O'Neal2016-06-111-88/+88
* methods that return lists should return unmodifiable lists; use foreach sheet...Javen O'Neal2016-06-111-7/+8
* bug 57840: re-use XSSFEvaluationWorkbook when expanding a shared formula; pat...Javen O'Neal2016-06-112-6/+19
* whitespace (tabs to spaces); +props svn:eol-style=nativeJaven O'Neal2016-06-111-51/+51
* bug 57840: cache XSSFEvaluationCell and XSSFEvaluationSheet instances (30% ev...Javen O'Neal2016-06-112-10/+64
* bug 57840: avoid auto-boxing ints for row/column TreeTable lookups (4% evalua...Javen O'Neal2016-06-112-15/+15
* add warnings that AnalysisToolPak inconsistently handles case-sensitivity of ...Javen O'Neal2016-06-111-0/+3
* add crude unit tests for UDFFinder classesJaven O'Neal2016-06-113-0/+118
* remove deprecated o.a.p.xssf.model.IndexedUDFFinder, which was moved to o.a.p...Javen O'Neal2016-06-111-37/+0
* +props svn:eol-style=nativeJaven O'Neal2016-06-110-0/+0
* add @Override annotationsJaven O'Neal2016-06-114-0/+4
* fix typoJaven O'Neal2016-06-111-1/+1
* bug 57840: initialize the column header cache with 50% empty spaceJaven O'Neal2016-06-111-3/+3
* whitespace (tabs to spaces)Javen O'Neal2016-06-111-18/+18
* whitespace (tabs to spaces)Javen O'Neal2016-06-111-8/+8
* whitespace (tabs to spaces)Javen O'Neal2016-06-111-22/+22
* bug 57840: add test using a Data Table not anchored at A1Javen O'Neal2016-06-111-4/+17
* bug 57840: add data table not anchored at A1 for testing XSSFTable.getStartCo...Javen O'Neal2016-06-101-0/+0
* fix text height testAndreas Beeker2016-06-101-2/+4
* bug 57840: add unit tests for XSSFTable methods; rename XSSFTable.getNumerOfM...Javen O'Neal2016-06-103-2/+105
* bug 57840: add unit test for XSSFTable.findColumnIndexJaven O'Neal2016-06-102-3/+30
* bug 57840: fix to reuse XSSFEvaluationWorkbook inside itself; patch from Greg...Javen O'Neal2016-06-102-4/+2
* +props svn:eol-style nativeJaven O'Neal2016-06-101-1/+1
* bug 57721: add unit test for evaluating all formulas in a workbook containing...Javen O'Neal2016-06-102-0/+10
* bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle...Javen O'Neal2016-06-102-33/+55
* findbugs: SBSC_USE_STRINGBUFFER_CONCATENATION FormulaParser.parseAsColumnQuan...Javen O'Neal2016-06-101-3/+3
* Javadoc fixesNick Burch2016-06-101-1/+1
* Javadoc fixesNick Burch2016-06-101-4/+2
* fix javadocsJaven O'Neal2016-06-101-9/+12
* add missing AL headerJaven O'Neal2016-06-101-0/+17
* fix spelling errorJaven O'Neal2016-06-101-2/+2
* bug 57840: merge changes from ^/poi/branches/xssf_structured_references to ^/...Javen O'Neal2016-06-1027-5287/+6171
|\
| * close opened workbooks in unit testsxssf_structured_referencesJaven O'Neal2016-06-101-11/+33
| * bug 57840: add structured reference formula parsing tests from FormulaParser....Javen O'Neal2016-06-102-13/+202
| * whitespace (tabs to spaces)Javen O'Neal2016-06-103-276/+276
| * ooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4Javen O'Neal2016-06-102-3/+14