aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs/macros
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-320/+0
* Sonar fixesAndreas Beeker2021-01-101-1/+1
* Sonar fixesAndreas Beeker2021-01-091-27/+27
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-18/+18
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-191-10/+10
* 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-311-7/+7
* Apply patch from bug 61096: Add support for modules in VBAMacroReaderDominik Stadler2017-10-071-56/+36
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* 60279 -- back off to brute-force search for macro content if offset informati...Tim Allison2017-09-141-0/+20
* Add some missing close() callsDominik Stadler2016-10-201-11/+13
* 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 fixturing for notifying us when a previously failing unit test passes (be...Javen O'Neal2016-09-211-9/+4
* fix copy-paste errorJaven O'Neal2016-09-211-1/+1
* include class of caught exceptionJaven O'Neal2016-09-211-2/+3
* bug 60158: add failing test cases for AIOOBE on VBAMacroReaderJaven O'Neal2016-09-211-1/+17
* bug 59858: describe why VBA macro reading failedJaven O'Neal2016-07-151-4/+9
* bug 59858: add disabled unit test for bug 59858; file from BrookeJaven O'Neal2016-07-151-0/+16
* bug 59830: add context to why no more bytes could be read from input streamJaven O'Neal2016-07-091-11/+29
* Close file-handles in tests as well to avoid noise when running file-leak-det...Dominik Stadler2016-05-051-17/+22
* bug 52949: add unit test for reading VBA Macros from a Visio OOXML (VSDM, 201...Javen O'Neal2016-04-111-3/+11
* bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...Javen O'Neal2016-04-111-23/+110
* bug 52949: parameterize fromNPOIFS alsoJaven O'Neal2016-04-101-11/+27
* bug 52949: prepare for adding DOC/DOCM and PPT/PPTM test casesJaven O'Neal2016-04-101-20/+36
* Unit test for VBA macro reading #52949Nick Burch2016-04-101-0/+112