summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust unused local variables to also make FindBugs happyDominik Stadler2016-07-174-15/+7
* Enable reproducer test for bug 56880 after it was fixed.Dominik Stadler2016-07-171-9/+10
* Add commented reproducer for bug 57603Dominik Stadler2016-07-171-4/+8
* bug 57919: add performance note to javadocs about using BufferedOutputStreams...Javen O'Neal2016-07-171-1/+6
* make instance variables final where possibleJaven O'Neal2016-07-171-3/+3
* bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage fo...Javen O'Neal2016-07-172-38/+63
* bug 59170: remove deprecated TableSprmUncompressor#uncompressTAP(byte[] grppr...Javen O'Neal2016-07-171-28/+0
* bug 59170: fix compile error from r1753052 when removing deprecated TAP_TYPE ...Javen O'Neal2016-07-171-3/+3
* bug 59264,59833,59837: upgrade deprecated methods in examples and testcasesJaven O'Neal2016-07-171-9/+20
* bug 59170: remove deprecated constants, make private variables final, whitespaceJaven O'Neal2016-07-171-16/+9
* log on unsupported Sprm operation, save operand to variable to reduce duplica...Javen O'Neal2016-07-171-48/+56
* whitespace (tabs to spaces)Javen O'Neal2016-07-171-18/+18
* HWPF SectionProperties implements CloneableJaven O'Neal2016-07-171-1/+2
* bug 58802: javadoc fixJaven O'Neal2016-07-171-2/+2
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-171-5/+6
* Bug 58802: HWPF: Allow reading of footnote and endnote propertiesDominik Stadler2016-07-174-1/+209
* bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enumJaven O'Neal2016-07-171-4/+18
* whitespaceJaven O'Neal2016-07-171-7/+7
* whitespace (tabs to spaces)Javen O'Neal2016-07-171-43/+43
* javadocs fixJaven O'Neal2016-07-171-1/+1
* Fix name of new OLE2ScratchpadExtractorFactoryDominik Stadler2016-07-121-1/+1
* ExceptionsNick Burch2016-07-111-5/+1
* Start moving logic over into the main and scratchpad jars for OLE2Nick Burch2016-07-111-2/+2
* Pull Scratchpad Extractor logic to own classNick Burch2016-07-111-0/+149
* remove Internal UnhandledDataStructure.copyOfRange because function is availa...Javen O'Neal2016-07-092-29/+11
* add comment about a bug found by findbugs-jdk8. Someone more familiar with HS...Javen O'Neal2016-07-071-0/+1
* When dumping a HMEF body that is a string not RTF, use a predictable encoding...Nick Burch2016-07-041-1/+9
* Fix HMEFMessage to allow fetching attributes by custom MAPI PropertiesNick Burch2016-07-042-1/+33
* Try (as best as possible with no test file) to extract uncompressed HMEF test...Nick Burch2016-07-042-3/+33
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-043-10/+10
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-0418-51/+46
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-041-1/+0
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-043-30/+30
* findbugs fixesJaven O'Neal2016-07-041-46/+53
* bug 59773: replace for loops with for-each loops; javadocs fixes for JDK8Javen O'Neal2016-07-041-10/+13
* whitespaceJaven O'Neal2016-07-031-148/+148
* make class attributes final; return unmodifiable listsJaven O'Neal2016-07-031-6/+8
* revert whitespace changes to ASF license; previous commit r1751180 contribute...Javen O'Neal2016-07-031-12/+12
* bug 59786: fix NPE from winmail.dat files if message body is nullJaven O'Neal2016-07-032-21/+114
* whitespace (3 spaces and tabs to 4 spaces)Javen O'Neal2016-07-031-76/+76
* convert to junit4Javen O'Neal2016-07-031-2/+7
* findbugs: remove implements Cloneable declaration from classes that don't imp...Javen O'Neal2016-07-021-1/+1
* sonar fixesAndreas Beeker2016-07-013-8/+6
* forbidden-apis-fixAndreas Beeker2016-06-301-1/+2
* #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
* add @Override annotation for updateOtherRecordReferences on PositionDependent...Javen O'Neal2016-06-253-7/+9
* Sonar fixesAndreas Beeker2016-06-241-1/+1
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-2410-28/+30
* sonar fixAndreas Beeker2016-06-241-44/+17