aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
* Fix TestFileMagicDominik Stadler2018-11-261-4/+5
* Add test for FileMagicDominik Stadler2018-11-251-0/+80
* #62951 - FileMagic not correctly identifiedAndreas Beeker2018-11-251-0/+15
* bug 62625 -- add special handling for REFERENCE_NAME record that may onlyTim Allison2018-10-301-0/+17
* bug 62624 -- fix npe by adding processing of module name mapping in VBAMacroR...Tim Allison2018-10-291-0/+14
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-3128-5821/+3234
* #62649 - Remove OPOIFSAndreas Beeker2018-08-2615-1844/+718
* add convenience method for files to FileMagicAndreas Beeker2018-05-021-66/+74
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated...Andreas Beeker2018-05-013-20/+19
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-273-54/+69
* Update some tests and IntelliJ warningsDominik Stadler2018-01-011-26/+8
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-311-1/+1
* Apply patch from bug 61096: Add support for modules in VBAMacroReaderDominik Stadler2017-10-071-56/+36
* Adjust to make forbidden-api-check succeed againDominik Stadler2017-09-191-10/+3
* 60805 (partial) -- remove/suppress println in testsTim Allison2017-09-191-0/+23
* Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystemDominik Stadler2017-09-171-18/+11
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-172-3/+3
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-1615-18/+18
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-1/+1
* 60279 -- back off to brute-force search for macro content if offset informati...Tim Allison2017-09-141-0/+20
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-111-4/+4
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-174-6/+6
* #61266 Test for old unsupported MS Write WRI files, and give a more helpful e...Nick Burch2017-07-093-0/+104
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-162-5/+8
* 60325: Add commented out test that reproduces the performance issueDominik Stadler2017-04-301-37/+146
* bug 59893: close open resources to prevent leaksJaven O'Neal2017-02-171-1/+3
* bug 59893: more unrelated changes from AndiJaven O'Neal2017-02-171-2/+2
* Use long for the dummy stream, to permit >2gb streamsNick Burch2017-02-101-8/+17
* Update the big file test to use POIFSFileSystem.create(File), and tweak javadocsNick Burch2017-02-101-14/+3
* Start on a unit test for #60670, work required to get it passingNick Burch2017-02-091-0/+137
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-75/+75
* fix eclipse warnings - close resourcesAndreas Beeker2017-01-233-303/+341
* fix eclipse warnings / close resources in testsAndreas Beeker2017-01-161-4/+13
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-0/+33
* eclipse warnings - raw list accessAndreas Beeker2016-12-131-17/+24
* eclipse warnings - raw list accessAndreas Beeker2016-12-132-25/+23
* Recursive delete unit test based on users@ query - working fine alreadyNick Burch2016-12-061-0/+55
* Add some missing close() callsDominik Stadler2016-10-201-11/+13
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-207-14/+14
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-202-6/+4
* remove *_dump directoryAndreas Beeker2016-10-191-10/+5
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-196-38/+27
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-1913-11/+35
* BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...Tim Allison2016-10-191-2/+4
* 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
* add length sanity check for length of embedded OLE10Native (BUG 60256)Tim Allison2016-10-141-2/+8