aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-0213-37/+53
* bug 59781: ignore duplicate HSSF PaneInformation, which now shadows the Commo...Javen O'Neal2016-07-021-1/+3
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-029-87/+118
* don't shadow drawing field from XSSFShape in XSSFGraphicFrameJaven O'Neal2016-07-021-3/+1
* findbugs: remove implements Cloneable declaration from classes that don't imp...Javen O'Neal2016-07-022-2/+2
* findbugs: remove switch statement fall-through and move default switch to bottomJaven O'Neal2016-07-021-2/+2
* enable @Ignored unit test that is passing nowJaven O'Neal2016-07-021-2/+0
* findbugs REC_CATCH_EXCEPTION: catch specific exception types and include more...Javen O'Neal2016-07-021-2/+20
* +svn:eol-style=nativeJaven O'Neal2016-07-021-646/+646
* deprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaRefer...Javen O'Neal2016-07-021-1/+4
* findbugs: DocumentInputStream.skip(long) result not checked; close DocumentIn...Javen O'Neal2016-07-021-61/+69
* whitespace and +svn:eol-style=nativeJaven O'Neal2016-07-021-243/+243
* sonar fixesAndreas Beeker2016-07-0113-30/+28
* bug 59776: don't swallow cause of exception in ZipPackagePropertiesMashaller ...Javen O'Neal2016-07-011-1/+1
* forbidden-apis-fixAndreas Beeker2016-06-301-1/+2
* a few performance fixes to speed-up the testsAndreas Beeker2016-06-3012-157/+251
* #59739 When testing for a valid NFIB in a FileInformationBlock, accept common...Nick Burch2016-06-301-18/+27
* Bug 59739: For now fix the regression in FileInformationBlock which was intro...Dominik Stadler2016-06-302-3/+19
* #59766 Need to catch Errors as well when trying to tweak SAX stuffNick Burch2016-06-271-0/+2
* bug 59748: replace remaining Hashtable usages in contrib/poi-ruby and hssf ex...Javen O'Neal2016-06-252-5/+6
* add @Override annotation for updateOtherRecordReferences on PositionDependent...Javen O'Neal2016-06-253-7/+9
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-2414-181/+229
* Sonar fixesAndreas Beeker2016-06-2412-56/+56
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-2417-94/+114
* sonar fixAndreas Beeker2016-06-241-44/+17
* common-crawl-regression-fix: fallback to higher template level for default fo...Andreas Beeker2016-06-241-26/+8
* Fix for test-data of #59746Andreas Beeker2016-06-232-6/+4
* #59746 XSSF support for files from certain alternate tools where the row XML ...Nick Burch2016-06-232-1/+13
* Disabled unit test for bug #59746, test file from Rob OwenNick Burch2016-06-231-0/+15
* #59743 - ZipSecureFile throwing "zip bomb detected" exception when writing SX...Andreas Beeker2016-06-232-9/+63
* Ignore Tiff filesAndreas Beeker2016-06-221-0/+3
* sonar fixAndreas Beeker2016-06-221-17/+29
* javadoc fixes (jdk8)Andreas Beeker2016-06-2245-256/+229
* XSLFPictureData support for TIFF images - patch and tests from bug #59742 fro...Nick Burch2016-06-222-0/+18
* Fix inconsistent whitespace and indentsNick Burch2016-06-213-538/+537
* #59717 POIXMLProperties helper methods for reading and changing OOXML documen...Nick Burch2016-06-213-17/+130
* Provide an alternate method to get the OLE2 thumbnail that decodesNick Burch2016-06-211-4/+17
* bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...Javen O'Neal2016-06-203-27/+64
* remove an unnecessary rowJaven O'Neal2016-06-201-1/+1
* bug 59733: cells do not need to be created for the XmlValueDisconnectedExcept...Javen O'Neal2016-06-201-4/+4
* bug 59733: add disabled unit test from DattathreyaJaven O'Neal2016-06-201-0/+30
* remove commented out @IgnoreJaven O'Neal2016-06-201-1/+0
* bug 56781: disallow names with symbols, except underscore, period, and backslashJaven O'Neal2016-06-204-9/+66
* add comments, adjust whitespaceJaven O'Neal2016-06-202-5/+14
* whitespace (tabs to spaces); +svnprop svn:eol-style=nativeJaven O'Neal2016-06-201-27/+27
* bug 57929: add disabled unit test, adapted from novaJaven O'Neal2016-06-201-0/+30
* bug 57523: off by one errorJaven O'Neal2016-06-201-1/+1
* bug 57523: add unit test written by Dominik StadlerJaven O'Neal2016-06-201-0/+15
* bug 59719: add unit test and comments/javadocs from Greg Woolsey for XSSFData...Javen O'Neal2016-06-202-15/+53
* whitespace (tabs to 4 spaces)Javen O'Neal2016-06-202-116/+116