10 Commits (4a3b92b305ad7a0c6e8a38d3567e2a86a330bae0)

Author SHA1 Message Date
  Dominik Stadler 4a3b92b305 Comment out flaky assertion and add more information to find which file fails in CI 1 month ago
  Dominik Stadler 9453fa908a Bug 66425: Avoid exceptions found via poi-fuzz 1 month ago
  Dominik Stadler af4d1e9f1a Adjust some tests for Java 19 and Java 20 1 year ago
  PJ Fanning ea9883af55 update tests 2 years ago
  PJ Fanning 548dfb37f5 update tests 2 years ago
  PJ Fanning 1896253fb5 [bug-65703] new DataFormatter method: setUse4DigitYearsInAllDateFormats - defaults to false 2 years ago
  PJ Fanning b9d1e9c27f [bug-63211] fix issue with escaped % in custom number format 2 years ago
  PJ Fanning f375c158d9 convert indents to spaces 2 years ago
  Dominik Stadler 454baca538 Print out information that current locale might be wrong if a specific test fails 2 years ago
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build 3 years ago
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build 3 years ago
  Andreas Beeker 9c358836b4 Sonar fixes 3 years ago
  Andreas Beeker 606a313c4c Sonar fixes 3 years ago
  Andreas Beeker a0fa9e19b1 #65026 - Migrate tests to Junit 5 3 years ago
  Nick Burch 2b2631225d #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+, handle formats like 0E-0, and ensure formats like 0E0 work correctly 4 years ago
  Nick Burch 2fb30f7892 Add disabled unit test for #64319 4 years ago
  Dominik Stadler e6c3dd9350 Fix some IDE warnings and enable commented test 5 years ago
  Greg Woolsey 67aad69757 #63292 1904 date windowing flag not used for some format cases 5 years ago
  Greg Woolsey 0d22749477 #63291 CellFormat global cache isn't thread-safe 5 years ago
  PJ Fanning 2a9390d683 [bug-63291] support concurrent date formatting with same DataFormatter 5 years ago
  PJ Fanning 80dc4b34c9 add test for concurrent use of DataFormatter 5 years ago
  Dominik Stadler 5b62dcd379 Bug 62839: Adjust MathX.floor() to handle negative values the same 5 years ago
  PJ Fanning 1e8ecbec04 change HyperLink getType to return HyperlinkType 6 years ago
  PJ Fanning 31f2a54bde [github-25] support excel number trailing comma format - Thabks to Luca Martini for proving the patch 6 years ago
  PJ Fanning 26389768b9 [Bug 60422] fix data formatter issue with specific format in German locale 7 years ago
  PJ Fanning dc0a33679c Remove check for jdk1.5 in test because POI now only supports jre1.6 and up 7 years ago
  PJ Fanning 32a337f1d1 add test case for date formatting using different locales 7 years ago
  PJ Fanning b68b916d08 Remove some deprecated *SSF APIs 7 years ago
  PJ Fanning 07cb031c2e [Bug 60422] Fix forbidden-api build issue 7 years ago
  PJ Fanning 840904ed91 [Bug 60422] Tidy up test case 7 years ago
  PJ Fanning 9856c7c663 Bug 60422 add testtestcase with current LocaleUtil workaround 7 years ago
  Greg Woolsey 6971b1ee60 Fix bug #61007 7 years ago
  Greg Woolsey 9490042347 Fix bug #61007 7 years ago
  Dominik Stadler 749f8d09ea Bug 60031: Enhance test some more 7 years ago
  Javen O'Neal 442e7cc721 bug 60031: DataFormatter parses months incorrectly when put at the end of date segment. Thanks to Andrzej Witecki 7 years ago
  Andreas Beeker 2e50133e88 merge trunk to branch 7 years ago
  Javen O'Neal 72a9e2285b bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/false 7 years ago
  Dominik Stadler 8924e1260b Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... 7 years ago
  Dominik Stadler 0a467f10c3 Add a unit-test to verify that DataFormatter.formatCellValue() does format formula-results correctly 8 years ago
  Javen O'Neal 8d31c01f40 bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* 8 years ago
  Andreas Beeker e425cd4f14 findbugs fixes 8 years ago
  Dominik Stadler 2edb0f535b Add some pre-checks to fail the test with better assertion if the locale is not set correctly. 8 years ago
  Javen O'Neal 97b299d672 bug 59638: patch from Axel Howind, support non-comma number grouping separators (such as German 1.234,57) 8 years ago
  Javen O'Neal 54020b8fb4 whitespace 8 years ago
  Javen O'Neal 50d6f49f7d whitespace 8 years ago
  Nick Burch d95108b5f5 #58532 Enable more of the padding cell format tests, but a few remain to be fixed 8 years ago
  Nick Burch b3f68c4eb4 #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), which 8 years ago
  David North 940f3c5af3 Format numbers more like Excel does 8 years ago
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 years ago
  Dominik Stadler dd25abcc68 Bug 56595: Also switch the cache in DateUtil.isADateFormat() to ThreadLocals to not have another syncpoint here. Again only very little data is kept, so no memory bloat should happen because of this. 9 years ago