aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/filesystem/EntryUtils.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-267/+0
* 64512 - Ole10Native aka embedded / object packager - handle UTF16 variantsAndreas Beeker2020-06-111-9/+17
* sonar fixes - blockerAndreas Beeker2018-08-311-0/+10
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-2/+2
* #62649 - Remove OPOIFSAndreas Beeker2018-08-261-151/+145
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-161-27/+6
* bug 60331: remove deprecated EntryUtils.copyNodes( DirectoryEntry, DirectoryE...Javen O'Neal2016-11-021-20/+0
* show example of equivalent EntryUtils.copyNodes using FilteringDirectoryNode ...Javen O'Neal2016-11-021-9/+3
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-181-1/+1
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-4/+35
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-131-1/+3
* Bug 52628 - Replace System.err info messages with a POILoggerYegor Kozlov2012-11-161-1/+1
* fixed javadoc warningsYegor Kozlov2011-12-091-8/+6
* Convert POIFS EntryUtils.copyNodes(POFS,POIFS) to use FilteringDirectoryNode,...Nick Burch2011-11-281-8/+57
* Add unit test for using FilteringDirectoryNode with EntryUtils.areDirectories...Nick Burch2011-11-281-4/+5
* Unit tests for POIFS EntryUtilsNick Burch2011-11-281-4/+9
* Start on a new method for POIFS EntryUtils for checking to see if the two Dir...Nick Burch2011-11-251-0/+117
* move poi.util.POIUtils to poi.poifs.filesystem.EntryUtilsSergey Vladimirov2011-08-231-0/+99