aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
* Exclude new BIFF5 file in some unit testsDominik Stadler2016-12-116-0/+6
* Recursive delete unit test based on users@ query - working fine alreadyNick Burch2016-12-061-0/+55
* SonarCube fix - make members privateAndreas Beeker2016-12-042-32/+27
* SonarCube fix - make members privateAndreas Beeker2016-12-011-10/+16
* #60331 - Remove deprecated classes - deprecate Mutable* property classesAndreas Beeker2016-11-272-3/+3
* 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
* Pull up one more test into BaseTestConditionalFormattingDominik Stadler2016-11-072-102/+97
* Add setFormattingRanges() to interface ConditionalFormatting, closes #42Dominik Stadler2016-11-071-9/+81
* bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require Spre...Javen O'Neal2016-11-021-2/+1
* Fix some IDE warnings, JavaDoc, ...Dominik Stadler2016-10-211-57/+48
* Exclude new BIFF5 file in some unit testsDominik Stadler2016-10-201-12/+6
* Add some missing close() callsDominik Stadler2016-10-202-11/+14
* BUG-60284 -- need to update dev tests <face_palm/>Tim Allison2016-10-206-0/+7
* BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel...Tim Allison2016-10-201-1/+17
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-2024-33/+33
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-2016-81/+69
* remove *_dump directoryAndreas Beeker2016-10-191-10/+5
* add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatche...Javen O'Neal2016-10-191-0/+19
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-1927-121/+85
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-1964-64/+192
* BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...Tim Allison2016-10-191-2/+4
* reenable unit test for bug 58648 that passes nowJaven O'Neal2016-10-191-1/+3
* disabled unit tests are now passing for bug 48703Javen O'Neal2016-10-191-3/+2
* BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReaderTim Allison2016-10-181-0/+10
* BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix un...Tim Allison2016-10-181-3/+3
* BUG 59858 -- avoid npe when there's a collision of record namesTim Allison2016-10-181-16/+6
* BUG 59830 -- incorrect reading of unicode stream nameTim Allison2016-10-181-14/+7
* BUG 60158 -- AIOOBE in VBAMacroReaderTim Allison2016-10-181-9/+6
* Bug 60029: apply suggested fix and fix some IntelliJ warningsDominik Stadler2016-10-151-103/+122
* add length sanity check for length of embedded OLE10Native (BUG 60256)Tim Allison2016-10-141-2/+8
* add ignored test and triggering document for BUG 60256Tim Allison2016-10-141-0/+9
* bug 56781,60246: fix named range validation to match valid name rules per Exc...Javen O'Neal2016-10-141-6/+28
* bug 55075: add missing importJaven O'Neal2016-10-091-0/+1
* bug 55075,51233: create drawings with correct height when rows are custom heightJaven O'Neal2016-10-092-0/+67
* bug 60197: Workbook#setSheetOrder should update named range sheet indicesJaven O'Neal2016-10-091-0/+97
* Use IOUtils.closeQuietly() in more placesDominik Stadler2016-10-053-28/+52
* Bug 53028: Broken auto fit row height in the cells with word wrapDominik Stadler2016-10-051-10/+21
* Some IDE warning fixes and unit test adjustmentsDominik Stadler2016-10-051-10/+11
* Add PropertyTemplate for drawing Borders (58787)Mark Murphy2016-10-051-0/+949
* bug 60187: replace methods operating on BorderStyle codes with BorderStyle enumsJaven O'Neal2016-09-301-10/+85
* merge trunk to branchAndreas Beeker2016-09-2810-26/+113
* merge trunk to branchAndreas Beeker2016-09-1937-173/+235
* merge trunk to branchAndreas Beeker2016-08-192-0/+142
* add encryption supportAndreas Beeker2016-08-192-24/+33
* merge down trunkAndreas Beeker2016-08-0810-51/+293
* HSSF CryptoAPI decryption supportAndreas Beeker2016-08-088-146/+208
* test Cell.setCellValue(false)Javen O'Neal2016-07-211-24/+26
* Sync the file-based "past-the-end" exception to match the stream one, so that...Nick Burch2016-07-203-5/+26