summaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache
Commit message (Expand)AuthorAgeFilesLines
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-243-27/+30
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-241-2/+2
* bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...Javen O'Neal2016-06-201-5/+6
* remove commented out @IgnoreJaven O'Neal2016-06-201-1/+0
* bug 56781: disallow names with symbols, except underscore, period, and backslashJaven O'Neal2016-06-201-0/+44
* bug 57929: add disabled unit test, adapted from novaJaven O'Neal2016-06-201-0/+30
* whitespace (tabs to 4 spaces)Javen O'Neal2016-06-201-13/+13
* parameterize raw genericsJaven O'Neal2016-06-201-9/+11
* bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interfaceJaven O'Neal2016-06-201-0/+37
* bug 56454: add disabled unit test based on Jörg Selbach's test case showing ...Javen O'Neal2016-06-201-0/+33
* mv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util.CellRangeUtilJaven O'Neal2016-06-201-0/+1
* bug 56454: add CellRangeAddress#containsRow and containsColumnJaven O'Neal2016-06-201-2/+27
* convert TestCellRangeAddress from junit3 to junit4Javen O'Neal2016-06-202-7/+19
* bug 59728: add disabled unit test: should not be able to add an array formula...Javen O'Neal2016-06-191-0/+33
* #59724 Take advantage of all POIDocument classes being Closeable to tidy the ...Nick Burch2016-06-191-0/+6
* bug 56958: patch from Yaniv Kunda: check that cells containing array formulas...Javen O'Neal2016-06-191-12/+49
* bug 59645: add Page Setup Print row and column headings support for Common SSJaven O'Neal2016-06-191-1/+5
* add unit test for HSSFWorkbook.getSelectedTabsJaven O'Neal2016-06-181-22/+46
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-185-125/+46
* bug 59279: add unit test for CellComment.equals and CellComment.hashCodeJaven O'Neal2016-06-171-0/+4
* add unit test for Cell.getCellCommentJaven O'Neal2016-06-171-0/+31
* bug 59170: remove deprecated methodsJaven O'Neal2016-06-151-5/+4
* reverted changes of r1747942 and deprecated insteadAndreas Beeker2016-06-131-1/+1
* back out changes for bug 58787: will replae BorderPropertyTemplate with a mor...Javen O'Neal2016-06-131-1/+1
* back out changes for bug 58787: will replae BorderPropertyTemplate with a mor...Javen O'Neal2016-06-131-767/+0
* add useless unit test for o.a.p.ss.util.RegionUtilJaven O'Neal2016-06-131-0/+88
* improve unit test coverage on CellReference.Javen O'Neal2016-06-131-0/+86
* bug 58787: reintegrate changes from ss_border_property_template branch at r17...Javen O'Neal2016-06-131-0/+767
|\
| * rename drawBorders(..., short color, ...) to drawColoredBorders to make it ob...ss_border_property_templateJaven O'Neal2016-06-131-17/+16
| * test copy constructor: make changes to same range: this is a better test for ...Javen O'Neal2016-06-131-12/+10
| * add copy constructorJaven O'Neal2016-06-131-0/+32
| * move colors in TestBorderPropertyTemplate to testclass constantsJaven O'Neal2016-06-131-40/+35
| * remove public convenience methods that let the user avoid creating a CellAddr...Javen O'Neal2016-06-121-11/+17
| * use CellAddress in unit tests where possible to improve readabilityJaven O'Neal2016-06-121-224/+251
| * make these classes more discoverable/searchable using more specific namesJaven O'Neal2016-06-111-80/+80
| * replace usage of all deprecated CellStyle.BORDER_* constants with BorderStyle.*Javen O'Neal2016-06-111-57/+66
| * continue simplifying using helper functionsJaven O'Neal2016-06-111-139/+153
| * continue simplifying using helper functionsJaven O'Neal2016-06-111-103/+111
| * add helper functions for verifying template properties were set correctlyJaven O'Neal2016-06-111-10/+25
| * whitespace (unwrap lines)Javen O'Neal2016-06-111-470/+224
| * shorten PropertyTemplate.Extent to ExtentJaven O'Neal2016-06-111-54/+54
| * +props svn:eol-style=nativeJaven O'Neal2016-06-111-910/+910
| * bug 58787: add PropertyTemplate, unit test, and example from Mark MurphyJaven O'Neal2016-06-111-0/+910
* | fixing javadocs errors (in JDK8)Andreas Beeker2016-06-127-19/+0
* | findbugs fixesAndreas Beeker2016-06-122-16/+36
* | Add some pre-checks to fail the test with better assertion if the locale is n...Dominik Stadler2016-06-111-0/+26
|/
* add crude unit tests for UDFFinder classesJaven O'Neal2016-06-113-0/+118
* bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle...Javen O'Neal2016-06-101-0/+13
* fix spelling errorJaven O'Neal2016-06-101-2/+2
* ooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4Javen O'Neal2016-06-101-1/+1