8551 Commits (1f113bc64a734e711b52dd58e9193f813248a88c)
 

Author SHA1 Message Date
  Andreas Beeker 1f113bc64a Fix AIOOBE while extracting hssf pictures which are externally linked 7 years ago
  Dominik Stadler f1c88e9b02 Exclude some additional nodes from OpenJDK builds 7 years ago
  Dominik Stadler f8acd73f34 Adjust checking for Zip-Bomb errors so it also works on JDK >= 8 7 years ago
  Dominik Stadler 84e0fc5e42 Test for another type of xml-bomb 7 years ago
  Dominik Stadler 2254ad2ac3 Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup might not have a patriarch set, so let's walk up the parents to try to find one. 7 years ago
  Nick Burch fe53bc134e Javadoc fixes 7 years ago
  Tim Allison e4c2fa0fe0 bug 50955 convert Set to Singleton per Javen's code review 7 years ago
  Tim Allison 55ed734108 bug 50955 and bug 60953 improve Big5 reader; ensure one character 7 years ago
  Tim Allison 0f9335a575 bug 50955 -- turn off test that now passes in Java 1.8 and 1.7 7 years ago
  Tim Allison 64e8f3b0f4 bug 50955 -- fix for java 7 7 years ago
  Tim Allison 6fe3b75bfd bug 50955 -- word 6.0 charset fix 7 years ago
  Dominik Stadler bd5ea8d3b7 Cater for two different locations of test-results in Gradle 2.x and 3.x 7 years ago
  Tim Allison edcfb84ac5 Bug 60906 -- clean up, and add range checking for casting to ints. 7 years ago
  Tim Allison 93c7f9bded Bug 60489 -- add @Test annotation so that this actually runs and includes ConnectsType...<facepalm/> 7 years ago
  Tim Allison e40c26b56d Bug 60906 -- fix style index 7 years ago
  Tim Allison 398a7197bd 60881 -- fix unit test to use assumeTrue thanks to Javen's recommendation. 7 years ago
  Tim Allison f7c4357dae 60881 -- strip out system.set props for local test. 7 years ago
  Tim Allison 4bb3b856de 60881 -- fix new unit test. xlsb test file apparently requires unlimited jce. If not installed, ignore new test. 7 years ago
  Tim Allison 8366c8737a 60881 and 60891 -- on further look, no need to throw an exception for an encrypted xlsb. On the second, let's fix readFully to read fully. 7 years ago
  Tim Allison 206ca69e80 60879 -- figure out if we can support old beta xlsb or throw exception. For now, let's hope there's only one diff and/or the other bounds checking etc will throw exception if there are other problems. 7 years ago
  Dominik Stadler e592175afa Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already. 7 years ago
  Dominik Stadler f97cba7b90 Bug 60810: Check for duplicate relation-names for notes similar to the fix for slides themselves in bug 55791 7 years ago
  Dominik Stadler ccb477cc9e Fix typo to "length", closes #51 7 years ago
  Dominik Stadler 2f2c994410 60823: DGET function, correct behavior with multiple result entries but only one non-blank 7 years ago
  Dominik Stadler ca0f70b3ef Fix broken imports 7 years ago
  Dominik Stadler 5099b5bdae Adjust integration-test files slightly, more failure-output, make it a bit easier to test single-files, add a HeapDump class for investigating memory leaks, adjust XSSFFileHandler to free memory more quickly 7 years ago
  Dominik Stadler 5e74d6bef1 Add docm-file which is actually a binary doc to check handling of wrong-format-exceptions 7 years ago
  Dominik Stadler f1ccb8577f Fix ROOT_DIR 7 years ago
  Tim Allison c2bce0370e 60826 -- clean up. Many, many thanks to Javen O'Neal's code review! 7 years ago
  Tim Allison 6baa48a5f7 60826 -- update stress tests to handle xlsb 7 years ago
  Tim Allison e6ff9b74f4 60826 -- add initial support for streaming reading of xlsb files. 7 years ago
  Greg Woolsey 54367a4f61 add missing license header 7 years ago
  Greg Woolsey 03d9c873df Fixed #60858, which showed a regression of the fix for #56420 introduced by my refactoring to fix #56822. 7 years ago
  Greg Woolsey a343d34a5b Fixed #60858, which showed a regression of the fix for #56420 introduced by my refactoring to fix #56822. 7 years ago
  Dominik Stadler c88569baf1 Fix some Sonar issues in sample "HSSFReadWrite" 7 years ago
  Dominik Stadler 808b63d33b Gradle Build: Try with setting baseDir for Sonar-runs, but likely still does not work 7 years ago
  Dominik Stadler bd710dc5e7 Jenkins DSL: Fix setting property for Sonar-Host-URL 7 years ago
  Dominik Stadler 38f23e4c0e Add tests from bug 45353 to show that this now works fine 7 years ago
  Dominik Stadler 76174aae82 HSSF: Try to handle cases where the length does not match the actual data while cloning, we see this in some documents 7 years ago
  Dominik Stadler 781e596858 Allow to enable Sonar as part of the Gradle build and add Jenkins DSL job to test it 7 years ago
  Dominik Stadler 1a89372168 Remove unused import, IntelliJ warnings, duplicated code, improve some exception-texts 7 years ago
  Dominik Stadler 55bb900d9e Jenkins DSL: Exclude some more slaves from building with OpenJDK 7 years ago
  Tim Allison 7ffc645a5f 51519 -- follow on, make concatenation of rPh configurable 7 years ago
  Tim Allison 396cd26693 51519 -- allow users to ignore or include the <rPh> (phonetic run) element in the ReadOnlySharedStringsTable used in the SAX/streaming xlsx reader. 7 years ago
  Javen O'Neal 32f6e151de store repeated expressions as temporary variables to make code shorter 7 years ago
  Javen O'Neal 0469fee078 bug 60787: remove calls to System.out.println. Thanks to Kamile Demirel. 7 years ago
  Tim Allison b8905bdd74 Bug 60795 -- fixed deprecation, thanks to Javen. 7 years ago
  Tim Allison 1ace11526e Bug 60795 -- add enum for message class in MAPIMessage; deprecate getMessageClass() 7 years ago
  Javen O'Neal e36313aff1 fix formatting: 2nd level indentation 7 years ago
  Javen O'Neal af663184b7 add repo location of unit test code 7 years ago