33 Commits (88b9e48287e67db6faf0878054114886ce7c1d8b)

Author SHA1 Message Date
  Dominik Stadler 88b9e48287 Add reproducer for bug 60355 5 years ago
  Dominik Stadler 32c43c068c IDE and JavaDoc fixes, move/remove some unfixed tests 5 years ago
  Dominik Stadler 235f3e059c Remove unnecesssary semicolons 5 years ago
  Dominik Stadler 19884d0ca3 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  PJ Fanning 2149d01c4b update indents 6 years ago
  PJ Fanning 819eac1f82 use StandardCharsets 6 years ago
  Javen O'Neal f79e00625a delete commented out code 6 years ago
  Javen O'Neal 54b0cf8f93 bug 57423: add unit test demonstrating corrupted workbook where CTRow xmlbeans are not in ascending order in the CTWorksheet; unit test adapted from Luca 6 years ago
  Tim Allison 9efbfd9d7d 60805 (partial) -- remove/suppress println in tests 6 years ago
  Javen O'Neal 5c2267081d replace commented-out throw-away code that writes workbook to C:\temp\xxxxx.xlsx for manual review with XSSFTestDataSamples.writeOut(wb, "bug xxxxx for manual review") 7 years ago
  PJ Fanning 95d9bec68b Remove more deprecated code (especially from Spreadsheet Cell classes) 7 years ago
  Javen O'Neal 9437f1f36b bug 58325: enable TestXSSFShape unit tests. Thanks to Dominik Stadler for the initial unit test. Thanks to PJ Fanning for discovering that the bug was fixed at some point in the past and enabling the unit tests. 7 years ago
  Dominik Stadler 5ca0b239bf Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 years ago
  Javen O'Neal 7b38711979 Convert all *.java files to use native end of line character(s) 7 years ago
  Javen O'Neal 8a9cb7c66b reorganize imports (remove unused imports, sort alphabetically) 8 years ago
  Javen O'Neal 11d5f15a76 bug 59336: patch from Mark Murphy: deprecate functions in CellUtil that require an unnecessary Workbook argument. 8 years ago
  Dominik Stadler fd88118237 Move test for bug 57236 as it seems to be fixed since some time 8 years ago
  Dominik Stadler 911c821e4c Add test which reproduces bug 58325, seems the file uses AlternateContent which POI does not support (yet) 8 years ago
  Andreas Beeker 91e617e369 extended forbidden-apis-check to ooxml-tests 8 years ago
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 years ago
  Nick Burch 4ee2705d7a Fix some Forbidden APIs errors 8 years ago
  Dominik Stadler 4589cb309e Bug 56655: Fix Sumifs for cases where the criteria is in error. 9 years ago
  Dominik Stadler 1a68cc6a2e Add verifying testcase for Bug 57423 and Bug 55752, both are still not solved, though. 9 years ago
  Dominik Stadler 81ae481815 Bug 57165: Avoid PartAlreadyExistsException when removing/cloning sheets 9 years ago
  Dominik Stadler 0179875251 Add reproducer for bug 56655 9 years ago
  Dominik Stadler c7d0c19328 Add reproducing testcase for Bug 57294 9 years ago
  Dominik Stadler 7100931eae Update disabled test for bug 54071 to show the root-cause better 9 years ago
  Andreas Beeker b91e480006 Charset.forName() for known encodings makes catching UnknownEncodingException obsolete 9 years ago
  Dominik Stadler e34ea114ff Add reproducer for Bug 57165, no fix yet, though... 9 years ago
  Dominik Stadler 766300e033 Bug 57236: Add reproducer, although I am not sure if we should and how to fix this... 9 years ago
  Dominik Stadler 9c51a2f5b7 Move some tests from "unfixed" to "normal" test classes as the underlying bug is now fixed. 10 years ago
  Dominik Stadler d6da9dd94b Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071 11 years ago
  Dominik Stadler 6d772a851e Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml as well and excluding the new test-class in test-ooxml similar to the main tests. 11 years ago
  Dominik Stadler 4a85927e98 Bug 54084: Add testcase which reproduces the bug, no fix available yet 11 years ago
  Yegor Kozlov d8c58eb036 optimized unused imports and removed deprecation warnings in poi-main 12 years ago
  Yegor Kozlov 74ff0ab72f added a failing unit test for bug #49612 14 years ago
  Nick Burch cbecd918ab Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645478 via svnmerge from 16 years ago
  Josh Micich bf756d9678 refactored all hssf junits to get test sample data in the in one place 16 years ago
  Ugo Cei f9814d58e6 Merged revisions 613395-613401 via svnmerge from 16 years ago
  Yegor Kozlov f6cb95b0ba added a unit test for fixed bug 41139: Constructing HSSFWorkbook is failed,threw threw ArrayIndexOutOfBoundsException for creating UnknownRecord 16 years ago
  Nick Burch 7a2005043a Add un-fixable testcase for bug 43493 16 years ago
  Avik Sengupta 31d7d9d7b4 testcases for still unfixed bugs 17 years ago
  Henri Yandell 69ab5cfa40 copy2license run on these (after a bit of munging) 17 years ago
  Avik Sengupta b54043b0e0 bug 34575 fixed, thanks Amol 19 years ago
  Avik Sengupta 94522cfd47 bug 35084, reported by Stefano Rocca. fixed in Sheet.java 19 years ago
  Avik Sengupta db8eb4c56c new testcase 19 years ago
  Avik Sengupta de90d9b9fc testcase for 33082, which is now fixed 19 years ago
  Avik Sengupta e57432b6df unfixed testcases, so you know what to fix :) 19 years ago