| Commit message (Expand) | Author | Age | Files | Lines |
* | FindBugs fixes | Andreas Beeker | 2015-10-31 | 1 | -4/+3 |
* | fixed sonar issues and eclipse warnings | Andreas Beeker | 2015-10-05 | 1 | -1/+2 |
* | sonar fixes | Andreas Beeker | 2015-10-04 | 1 | -6/+13 |
* | sonar fixes | Andreas Beeker | 2015-09-30 | 1 | -0/+32 |
* | sonar fixes | Andreas Beeker | 2015-09-29 | 1 | -4/+4 |
* | Removed HDF API | Andreas Beeker | 2015-09-28 | 1 | -1/+1 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 3 | -9/+7 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -15/+18 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -4/+2 |
* | Fix some Eclipse warnings and adjust use of Generics, Comments, close() | Dominik Stadler | 2015-07-16 | 1 | -1/+1 |
* | Move location where document is held and adjust constructors and class-hierar... | Dominik Stadler | 2015-05-17 | 1 | -2/+3 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 1 | -0/+4 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 1 | -1/+1 |
* | * Verify some more Text-Extraction features as part of integration tests, fix... | Dominik Stadler | 2015-02-27 | 1 | -0/+8 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 7 | -63/+84 |
* | house keeping - fixes for sonarqube blockers | Andreas Beeker | 2014-10-25 | 1 | -0/+4 |
* | Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no... | Nick Burch | 2014-07-24 | 1 | -2/+2 |
* | Add missing @Overrides, reformat some files, increase coverage slightly, | Dominik Stadler | 2014-06-11 | 1 | -0/+1 |
* | File leak detector: Close streams in some tests | Dominik Stadler | 2014-05-04 | 1 | -2/+5 |
* | Provide a convenience method for creating a PropertySet from a Directory + Entry | Nick Burch | 2014-04-28 | 1 | -9/+38 |
* | Fix generics warnings | Nick Burch | 2014-04-28 | 1 | -10/+8 |
* | NDocumentOutputStream write logic | Nick Burch | 2014-04-25 | 2 | -8/+3 |
* | Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ... | Nick Burch | 2014-02-16 | 1 | -1/+1 |
* | FindBugs fix | Andreas Beeker | 2014-02-14 | 1 | -1/+1 |
* | FindBugs fix | Andreas Beeker | 2014-02-13 | 2 | -12/+12 |
* | Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing... | Andreas Beeker | 2014-02-01 | 1 | -0/+1 |
* | Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLF | Andreas Beeker | 2013-12-26 | 1 | -0/+6 |
* | Fix bug #55901 - Avoid using RMI based | Nick Burch | 2013-12-18 | 1 | -3/+2 |
* | Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF | Yegor Kozlov | 2013-10-13 | 1 | -1/+20 |
* | added ratted out Apache license to HPSFPropertiesOnlyDocument | Tim Allison | 2013-07-29 | 1 | -1/+17 |
* | Refactor to avoid logic duplication on the property value -> string conversion | Nick Burch | 2013-07-03 | 2 | -41/+28 |
* | Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't d... | Nick Burch | 2013-07-03 | 3 | -30/+50 |
* | Deprecate the old HPSF codepage Constants list, and change the code to use th... | Nick Burch | 2013-06-26 | 7 | -248/+27 |
* | Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the ... | Nick Burch | 2013-06-26 | 1 | -2/+21 |
* | Pull the Properties-Only document type out to a superclass, so other places (... | Nick Burch | 2013-06-26 | 2 | -20/+29 |
* | Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte alig... | Nick Burch | 2013-06-25 | 1 | -13/+49 |
* | Fix to have consistent whitespace | Nick Burch | 2013-06-25 | 1 | -128/+127 |
* | Bug 52628 - Replace System.err info messages with a POILogger | Yegor Kozlov | 2012-11-16 | 2 | -47/+48 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 3 | -4/+2 |
* | Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin... | Yegor Kozlov | 2012-02-15 | 3 | -4/+22 |
* | Demote the HPSF CodePageString null check from an exception to a Warning, as ... | Nick Burch | 2011-11-28 | 1 | -4/+10 |
* | keep rat-check quiet, also started writing xslf docs | Yegor Kozlov | 2011-11-07 | 2 | -0/+36 |
* | replace exception with warning | Sergey Vladimirov | 2011-10-29 | 1 | -4/+15 |
* | additional safety belts to handle broken files | Sergey Vladimirov | 2011-10-22 | 1 | -4/+8 |
* | adding safety belts for property type 0x0100 and other unknown types | Sergey Vladimirov | 2011-10-22 | 1 | -26/+8 |
* | some files has strange property values... try to handle them. | Sergey Vladimirov | 2011-10-22 | 2 | -3/+48 |
* | add license header; organize imports | Sergey Vladimirov | 2011-10-22 | 13 | -20/+225 |
* | rewrite VariantSupport to use TypedPropertyValue at max without breaking comp... | Sergey Vladimirov | 2011-10-22 | 3 | -178/+301 |
* | values in vector not padded | Sergey Vladimirov | 2011-10-22 | 1 | -1/+2 |
* | replace exception with warning | Sergey Vladimirov | 2011-10-22 | 1 | -4/+18 |