aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hpsf/extractor
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-161/+0
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-131-17/+30
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-5/+1
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-271-2/+2
* Remove unnecessary local variablesDominik Stadler2017-09-161-5/+2
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-141-1/+0
* #60331 - Remove deprecated classes - deprecate Mutable* property classesAndreas Beeker2016-11-271-15/+10
* Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...Dominik Stadler2016-07-171-15/+22
* #59724 Take advantage of all POIDocument classes being Closeable to tidy the ...Nick Burch2016-06-191-17/+0
* Move location where document is held and adjust constructors and class-hierar...Dominik Stadler2015-05-171-2/+3
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-271-0/+8
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-281-1/+22
* Refactor to avoid logic duplication on the property value -> string conversionNick Burch2013-07-031-26/+14
* Pull the Properties-Only document type out to a superclass, so other places (...Nick Burch2013-06-261-20/+3
* Fix to have consistent whitespaceNick Burch2013-06-251-128/+127
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-1/+0
* Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy...Nick Burch2010-12-291-1/+9
* Add main methodNick Burch2010-06-151-0/+11
* Remove some generics warnings from the HPSF custom properties and sections partsNick Burch2010-01-131-2/+2
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-201-1/+1
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-18/+18
* Fix bug #46472 - Avoid NPE in HPSFPropertiesExtractor when no properties existNick Burch2009-01-061-5/+7
* Fix a typo in the file name, and add a generic method to POITextExtractor to ...Nick Burch2008-08-121-4/+11
* New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extra...Nick Burch2008-08-121-0/+144