aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2739-9271/+0
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-11/+5
* Sonar fixesAndreas Beeker2021-01-301-18/+24
* Sonar fixesAndreas Beeker2021-01-112-67/+69
* Sonar fixesAndreas Beeker2021-01-1021-24/+21
* Sonar fixesAndreas Beeker2021-01-1011-11/+11
* Sonar fixesAndreas Beeker2021-01-0911-89/+74
* Sonar fixesAndreas Beeker2021-01-0830-125/+125
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-2438-4161/+3617
* Fix file-handle-leaks when re-writing documents or slideshowsDominik Stadler2020-11-011-4/+4
* #64693 - POI HwmfGraphics cannot read the embedded document titleAndreas Beeker2020-08-301-14/+20
* Update library versionsAndreas Beeker2020-08-185-44/+31
* 64512 - Ole10Native aka embedded / object packager - handle UTF16 variantsAndreas Beeker2020-06-111-15/+16
* [github-182] Fix root property size calculation. Thanks to netmackan. This cl...PJ Fanning2020-06-101-186/+247
* Bug 64322: Optimize performance of reading ole2 filesDominik Stadler2020-05-161-11/+80
* Sonar fixesAndreas Beeker2020-04-192-52/+8
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-168-30/+19
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-143-102/+106
* Handle empty files correctly when looking for FileMagic to avoid NegativeArra...Dominik Stadler2020-01-271-1/+8
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-2711-825/+622
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-158-56/+52
* Replace manual close with try-with-resourcesDominik Stadler2019-12-151-11/+5
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-171-12/+3
* Remove references to DatatypeConverterAndreas Beeker2019-10-251-4/+3
* Use TempFile to avoid problems with temporary directories in Maven buildsDominik Stadler2019-05-201-2/+3
* FileMagic now has patterns with up to 12 bytes (JPG)Dominik Stadler2019-05-201-0/+89
* Add some more variants of HTML with preceding newline which we see frequentlyDominik Stadler2019-03-311-0/+4
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-196-26/+26
* Remove some remnants of NFileSystemDominik Stadler2019-02-232-3/+2
* throw IllegalArgumnetException if null directory specifiedPJ Fanning2019-01-041-141/+158
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-253-13/+13
* 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