summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bug 50955 - add logging per Javen's recommendation. Thank you!Tim Allison2017-04-111-15/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791021 13f79535-47bb-0310-9956-ffa450edef68
* bug 50955 - incorporate info from the DocumentSummaryInformation forTim Allison2017-04-111-1/+30
| | | | | | | guessing the encoding. Back off to the old method if DocSummInfo is not available. Thanks to Andreas Beeker for recommending this direction. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791002 13f79535-47bb-0310-9956-ffa450edef68
* bug 50955 - try originally guessed codepoint, backoff to 1252 if that failsTim Allison2017-04-111-18/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790904 13f79535-47bb-0310-9956-ffa450edef68
* Fix AIOOBE while extracting hssf pictures which are externally linkedAndreas Beeker2017-04-103-5/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790897 13f79535-47bb-0310-9956-ffa450edef68
* Exclude some additional nodes from OpenJDK buildsDominik Stadler2017-04-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790511 13f79535-47bb-0310-9956-ffa450edef68
* Adjust checking for Zip-Bomb errors so it also works on JDK >= 8Dominik Stadler2017-04-071-7/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790508 13f79535-47bb-0310-9956-ffa450edef68
* Test for another type of xml-bombDominik Stadler2017-04-065-53/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790473 13f79535-47bb-0310-9956-ffa450edef68
* Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup ↵Dominik Stadler2017-04-063-1/+30
| | | | | | might not have a patriarch set, so let's walk up the parents to try to find one. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790472 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixesNick Burch2017-04-052-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790239 13f79535-47bb-0310-9956-ffa450edef68
* bug 50955 convert Set to Singleton per Javen's code reviewTim Allison2017-04-052-16/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790215 13f79535-47bb-0310-9956-ffa450edef68
* bug 50955 and bug 60953 improve Big5 reader; ensure one characterTim Allison2017-04-0511-158/+593
| | | | | | per byte pair git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790172 13f79535-47bb-0310-9956-ffa450edef68
* bug 50955 -- turn off test that now passes in Java 1.8 and 1.7 Tim Allison2017-04-041-2/+3
| | | | | | but not 1.6 until we can fix it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790136 13f79535-47bb-0310-9956-ffa450edef68
* bug 50955 -- fix for java 7Tim Allison2017-04-043-6/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790130 13f79535-47bb-0310-9956-ffa450edef68
* bug 50955 -- word 6.0 charset fixTim Allison2017-04-0424-64/+971
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790061 13f79535-47bb-0310-9956-ffa450edef68
* Cater for two different locations of test-results in Gradle 2.x and 3.xDominik Stadler2017-04-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1789910 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60906 -- clean up, and add range checking for casting to ints.Tim Allison2017-03-233-21/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1788295 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60489 -- add @Test annotation so that this actually runs and includes ↵Tim Allison2017-03-231-0/+1
| | | | | | ConnectsType...<facepalm/> git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1788288 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60906 -- fix style indexTim Allison2017-03-232-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1788282 13f79535-47bb-0310-9956-ffa450edef68
* 60881 -- fix unit test to use assumeTrue thanks to Javen's recommendation.Tim Allison2017-03-222-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1788133 13f79535-47bb-0310-9956-ffa450edef68
* 60881 -- strip out system.set props for local test.Tim Allison2017-03-212-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787891 13f79535-47bb-0310-9956-ffa450edef68
* 60881 -- fix new unit test. xlsb test file apparently requires unlimited ↵Tim Allison2017-03-211-2/+12
| | | | | | jce. If not installed, ignore new test. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787890 13f79535-47bb-0310-9956-ffa450edef68
* 60881 and 60891 -- on further look, no need to throw an exception for an ↵Tim Allison2017-03-204-2/+58
| | | | | | encrypted xlsb. On the second, let's fix readFully to read fully. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787846 13f79535-47bb-0310-9956-ffa450edef68
* 60879 -- figure out if we can support old beta xlsb or throw exception. For ↵Tim Allison2017-03-204-6/+60
| | | | | | now, let's hope there's only one diff and/or the other bounds checking etc will throw exception if there are other problems. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787832 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already.Dominik Stadler2017-03-192-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787664 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60810: Check for duplicate relation-names for notes similar to the fix ↵Dominik Stadler2017-03-193-39/+65
| | | | | | for slides themselves in bug 55791 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787663 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo to "length", closes #51Dominik Stadler2017-03-193-11/+11
| | | | | | Fix a few IntelliJ warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787659 13f79535-47bb-0310-9956-ffa450edef68
* 60823: DGET function, correct behavior with multiple result entries but only ↵Dominik Stadler2017-03-192-3/+11
| | | | | | one non-blank git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787658 13f79535-47bb-0310-9956-ffa450edef68
* Fix broken importsDominik Stadler2017-03-181-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787585 13f79535-47bb-0310-9956-ffa450edef68
* Adjust integration-test files slightly, more failure-output, make it a bit ↵Dominik Stadler2017-03-1810-70/+147
| | | | | | easier to test single-files, add a HeapDump class for investigating memory leaks, adjust XSSFFileHandler to free memory more quickly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787556 13f79535-47bb-0310-9956-ffa450edef68
* Add docm-file which is actually a binary doc to check handling of ↵Dominik Stadler2017-03-182-0/+1
| | | | | | wrong-format-exceptions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787555 13f79535-47bb-0310-9956-ffa450edef68
* Fix ROOT_DIRDominik Stadler2017-03-172-7/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787330 13f79535-47bb-0310-9956-ffa450edef68
* 60826 -- clean up. Many, many thanks to Javen O'Neal's code review!Tim Allison2017-03-1736-246/+349
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787320 13f79535-47bb-0310-9956-ffa450edef68
* 60826 -- update stress tests to handle xlsbTim Allison2017-03-163-20/+144
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787264 13f79535-47bb-0310-9956-ffa450edef68
* 60826 -- add initial support for streaming reading of xlsb files.Tim Allison2017-03-1637-42/+2866
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787228 13f79535-47bb-0310-9956-ffa450edef68
* add missing license headerGreg Woolsey2017-03-141-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786962 13f79535-47bb-0310-9956-ffa450edef68
* Fixed #60858, which showed a regression of the fix for #56420 introduced by ↵Greg Woolsey2017-03-141-0/+0
| | | | | | | | my refactoring to fix #56822. Includes new unit test based on the bug sample file. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786954 13f79535-47bb-0310-9956-ffa450edef68
* Fixed #60858, which showed a regression of the fix for #56420 introduced by ↵Greg Woolsey2017-03-142-1/+33
| | | | | | | | my refactoring to fix #56822. Includes new unit test based on the bug sample file. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786953 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Sonar issues in sample "HSSFReadWrite" Dominik Stadler2017-03-133-147/+162
| | | | | | Fix some IntelliJ warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786695 13f79535-47bb-0310-9956-ffa450edef68
* Gradle Build: Try with setting baseDir for Sonar-runs, but likely still does ↵Dominik Stadler2017-03-131-1/+11
| | | | | | | | not work Update wrapper to 3.4.1, although we do not store it yet anyway git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786681 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Fix setting property for Sonar-Host-URLDominik Stadler2017-03-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786670 13f79535-47bb-0310-9956-ffa450edef68
* Add tests from bug 45353 to show that this now works fineDominik Stadler2017-03-103-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786432 13f79535-47bb-0310-9956-ffa450edef68
* HSSF: Try to handle cases where the length does not match the actual data ↵Dominik Stadler2017-03-102-8/+8
| | | | | | while cloning, we see this in some documents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786431 13f79535-47bb-0310-9956-ffa450edef68
* Allow to enable Sonar as part of the Gradle build and add Jenkins DSL job to ↵Dominik Stadler2017-03-102-5/+26
| | | | | | test it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786430 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused import, IntelliJ warnings, duplicated code, improve some ↵Dominik Stadler2017-03-105-77/+69
| | | | | | exception-texts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786429 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Exclude some more slaves from building with OpenJDKDominik Stadler2017-03-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786230 13f79535-47bb-0310-9956-ffa450edef68
* 51519 -- follow on, make concatenation of rPh configurableTim Allison2017-03-084-32/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786021 13f79535-47bb-0310-9956-ffa450edef68
* 51519 -- allow users to ignore or include the <rPh> (phonetic run) element ↵Tim Allison2017-03-084-16/+81
| | | | | | in the ReadOnlySharedStringsTable used in the SAX/streaming xlsx reader. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1785965 13f79535-47bb-0310-9956-ffa450edef68
* store repeated expressions as temporary variables to make code shorterJaven O'Neal2017-03-071-7/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1785793 13f79535-47bb-0310-9956-ffa450edef68
* bug 60787: remove calls to System.out.println. Thanks to Kamile Demirel.Javen O'Neal2017-03-021-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1785185 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60795 -- fixed deprecation, thanks to Javen.Tim Allison2017-03-011-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1784989 13f79535-47bb-0310-9956-ffa450edef68