aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs/storage
Commit message (Expand)AuthorAgeFilesLines
* Sonar fixesAndreas Beeker2021-01-102-2/+2
* Sonar fixesAndreas Beeker2021-01-082-8/+8
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-243-52/+10
* [github-182] Fix root property size calculation. Thanks to netmackan. This cl...PJ Fanning2020-06-101-186/+247
* Sonar fixesAndreas Beeker2020-04-191-46/+3
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-5/+4
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-271-4/+6
* Remove references to DatatypeConverterAndreas Beeker2019-10-251-4/+3
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-3111-2034/+30
* #62649 - Remove OPOIFSAndreas Beeker2018-08-266-883/+35
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-166-7/+7
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-1/+1
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-172-4/+4
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-0/+33
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-202-4/+4
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-201-3/+2
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-194-20/+15
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-193-3/+11
* #58597: Fix tests to not do setAccessible(), add some doPrivileged, too.Uwe Schindler2015-11-112-103/+111
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-123-47/+44
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-291-3/+1
* Try to make Sonar builds run again: add missing dependency, add ooxml-schema-...Dominik Stadler2015-08-162-19/+1
* Helper method to report the number of blocks used in a BATNick Burch2015-07-061-0/+54
* Fix OPOIFS generics warningsNick Burch2015-07-021-17/+14
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-14/+14
* Fix usage of Generics in some classesDominik Stadler2015-04-201-1/+1
* More int/long sizing fixes for >2gb NPOIFS files, see bug #56447Nick Burch2014-04-241-2/+12
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-292-21/+18
* XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin...Nick Burch2010-12-291-16/+16
* More BATBlock related methods for identifying size and list offsets, plus testsNick Burch2010-12-221-0/+174
* More PropertyTable refactoring - pull common code out into a Base, so we can ...Nick Burch2010-12-201-1/+3
* POIFS Property refactoring ready for NIO supportNick Burch2010-12-201-1/+5
* Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into...Nick Burch2010-12-194-12/+16
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-2513-67/+89
* Lots more documentation on how we read in POIFS files and process the sectors...Nick Burch2010-04-131-0/+4
* Added missing license headers to 5 files. Removed dist target from howtobuild...Dave Fisher2009-12-131-0/+16
* Bugzilla 48085 - improved error checking in BlockAllocationTableReader to tra...Josh Micich2009-11-031-0/+45
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-182-38/+22
* Clean-up in POIFS unit tests - compacted raw data declarationJosh Micich2009-06-135-4414/+918
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-1212-848/+305
* set forkmode=once for junit tests, it made the build process faster by 5xYegor Kozlov2009-04-102-11/+14
* Fix the block allocation test, but still leave the recent blocks hssf bug fixedNick Burch2009-03-251-1/+1
* Fix bug #45290 - Support odd files where the POIFS header block comes after t...Nick Burch2008-11-122-2/+2
* Optimisation of RecordInputStream - removed intermediate 8K byte buffer. Exp...Josh Micich2008-10-242-165/+13
* Fixed test suite nameJosh Micich2008-10-241-18/+18
* Update a test to match the new warning on short filesNick Burch2008-05-071-1/+1
* Fix bug #44627 - improve the thread safety of POILogFactoryNick Burch2008-03-192-17/+16
* Make a start on handling different big block sizes in POIFS, but work isn't c...Nick Burch2008-03-133-5/+9
* Change the behaviour on short last blocks to be a warning not an exception, a...Nick Burch2008-03-062-31/+88