| Commit message (Expand) | Author | Age | Files | Lines |
* | #60331 - Remove deprecated classes - deprecate Mutable* property classes | Andreas Beeker | 2016-11-27 | 2 | -3/+3 |
* | Eclipse automated refactor/cleanup: convert for loops to for-each loops | Javen O'Neal | 2016-10-20 | 2 | -10/+8 |
* | Eclipse automated refactor/cleanup: convert for loops to for-each loops | Javen O'Neal | 2016-10-19 | 5 | -23/+10 |
* | Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann... | Javen O'Neal | 2016-10-19 | 6 | -1/+10 |
* | #59724 Take advantage of all POIDocument classes being Closeable to tidy the ... | Nick Burch | 2016-06-19 | 1 | -0/+6 |
* | fixing javadocs errors (in JDK8) | Andreas Beeker | 2016-06-12 | 7 | -19/+0 |
* | Revert set of inadvertedly committed files/changes | Dominik Stadler | 2016-03-29 | 1 | -41/+0 |
* | Bug 58915: Add note about memory consumption and update changelog | Dominik Stadler | 2016-03-29 | 1 | -0/+41 |
* | fix eclipse warnings | Andreas Beeker | 2016-03-21 | 1 | -18/+54 |
* | Bug 58829: Remove some useages of printStackTrace() and some other minor clea... | Dominik Stadler | 2016-01-13 | 3 | -24/+7 |
* | Rework test to not catch exception, junit does a good job of handling unexpec... | Dominik Stadler | 2016-01-13 | 1 | -92/+48 |
* | Try to reproduce bug 52258 and add more checks to integration tests | Dominik Stadler | 2016-01-03 | 1 | -0/+14 |
* | fix unnecessary cast warnings | Andreas Beeker | 2015-11-22 | 1 | -1/+1 |
* | Reenable test on Windows which was disabled previously but should now work af... | Dominik Stadler | 2015-10-14 | 1 | -186/+173 |
* | More forbidden apis fixes (added main-tests to the check) | Andreas Beeker | 2015-09-11 | 1 | -15/+21 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 2 | -284/+280 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -1/+3 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -1/+2 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 1 | -6/+6 |
* | Move test-case to location where the scratchpad-classes are available | Dominik Stadler | 2015-02-27 | 1 | -22/+0 |
* | * Verify some more Text-Extraction features as part of integration tests, fix... | Dominik Stadler | 2015-02-27 | 1 | -54/+111 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 4 | -39/+42 |
* | Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no... | Nick Burch | 2014-07-24 | 1 | -0/+11 |
* | Add missing @Overrides, reformat some files, increase coverage slightly, | Dominik Stadler | 2014-06-11 | 2 | -7/+7 |
* | The NPOIFS-classes result currently in left-over memory mapped buffers. | Andreas Beeker | 2014-05-04 | 1 | -173/+186 |
* | File leak detector: Close streams in some tests | Dominik Stadler | 2014-05-04 | 2 | -16/+41 |
* | Get NPOIFS in-place-write working! | Nick Burch | 2014-04-28 | 2 | -4/+0 |
* | junit4 fix | Andreas Beeker | 2014-04-26 | 1 | -15/+14 |
* | More on the HPFS in-place NPOIFS write tests, and a note about what is still ... | Nick Burch | 2014-04-26 | 1 | -4/+49 |
* | Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFS | Nick Burch | 2014-04-26 | 1 | -37/+85 |
* | NDocumentOutputStream write logic | Nick Burch | 2014-04-25 | 1 | -2/+1 |
* | Begin to support and test in-place changes to documents within a NPOIFS stream | Nick Burch | 2014-04-25 | 1 | -2/+134 |
* | Zero length code page fix has been committed, so this file can once again be ... | Nick Burch | 2014-02-20 | 1 | -3/+1 |
* | Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ... | Nick Burch | 2014-02-16 | 1 | -0/+23 |
* | Fix unit tests broken by newly added test-file, ignore TestFontRendering as i... | Dominik Stadler | 2014-02-16 | 3 | -228/+174 |
* | Fix unit test which failed after new corrupted file was added. | Dominik Stadler | 2014-02-16 | 1 | -17/+30 |
* | Deprecate the old HPSF codepage Constants list, and change the code to use th... | Nick Burch | 2013-06-26 | 3 | -18/+13 |
* | Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the ... | Nick Burch | 2013-06-26 | 1 | -1/+13 |
* | Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte alig... | Nick Burch | 2013-06-25 | 1 | -0/+35 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 1 | -17/+0 |
* | Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin... | Yegor Kozlov | 2012-02-15 | 1 | -0/+88 |
* | replace exception with warning | Sergey Vladimirov | 2011-10-29 | 1 | -10/+3 |
* | Improve HPSF test failure message | Nick Burch | 2011-10-15 | 1 | -1/+7 |
* | update testSectionMethods() test (due to padding) | Sergey Vladimirov | 2011-10-02 | 1 | -3/+2 |
* | code cleanup as suggested in Bugzilla 50446 | Yegor Kozlov | 2010-12-10 | 1 | -2/+2 |
* | Add test which shows that bug #48832 is invalid | Nick Burch | 2010-05-26 | 2 | -0/+112 |
* | avoid creating unnecessary temp files, tighten up usage of temp files in unit... | Yegor Kozlov | 2010-01-14 | 1 | -2/+3 |
* | Remove some generics warnings from the HPSF custom properties and sections parts | Nick Burch | 2010-01-13 | 1 | -0/+17 |
* | Removed unused imports under src/java and src/testcases. Other minor fixes. | Josh Micich | 2009-12-09 | 2 | -21/+10 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 4 | -812/+703 |