76 Commits (7c0327c8b101fcd093aae5a83b37a99f0809ffd1)

Author SHA1 Message Date
  Andreas Beeker 60303201dc use the forbidden-apis policies corresponding to the JRE 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
  Andreas Beeker c01273ad02 Sonar Fixes 4 years ago
  Andreas Beeker 0f29ae8e4d Sonar fixes - type: bugs / severity: major 4 years ago
  PJ Fanning 5d580f48e6 fix build issue 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
  Dominik Stadler f6eab84243 Simplify some string operations 5 years ago
  Andreas Beeker fa5e01e391 Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code 5 years ago
  PJ Fanning 278ed0fc32 [bug-62639] make private constructor on DateFormatter public 5 years ago
  Andreas Beeker bfe3e6a976 sonar fixes 6 years ago
  Dominik Stadler 76d11ac37e Some JavaDoc adjustments, typos, IntelliJ warnings 6 years ago
  Dominik Stadler 1b171e8642 Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 years ago
  PJ Fanning 38650a6d2f use non-deprecated versions of getCellType 6 years ago
  PJ Fanning 6382370552 update getCellType to return CellType enum instead of int 6 years ago
  Dominik Stadler 467053d91c Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements 7 years ago
  PJ Fanning 31f2a54bde [github-25] support excel number trailing comma format - Thabks to Luca Martini for proving the patch 7 years ago
  PJ Fanning 26389768b9 [Bug 60422] fix data formatter issue with specific format in German locale 7 years ago
  Nick Burch 488dff773a Javadoc fixes 7 years ago
  Greg Woolsey 530dd0e083 61060 - teach DataFormatter about conditional formatting rules with number formats 7 years ago
  Greg Woolsey 6971b1ee60 Fix bug #61007 7 years ago
  Greg Woolsey 9490042347 Fix bug #61007 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(), ... 8 years ago
  Javen O'Neal 04be2bb235 bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility 8 years ago
  Javen O'Neal 5582593ad1 bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
  Javen O'Neal fb8c79d96c bug 59791: convert Cell Type to an enum 8 years ago
  Javen O'Neal ff0e46af6d bug 59773: move loop invariants outside of loop or change for loops to for-each loops 8 years ago
  Javen O'Neal 6fbb02ef14 add comments and make the statefulness of localeIsAdapting more obvious. 8 years ago
  Javen O'Neal 84a5a27dc1 make emulateCSV final, add a single common all-inclusive (private) constructor that all other constructors tree up to and invert the constructors 8 years ago
  Javen O'Neal fb19f7c233 replace Obervable with Observable; emulateCsv with emulateCSV 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 9fa0c96a63 bug 59383: getFormat should cache data formatter (fix from Nick C), accidentally deleted in bug 58532 r1710407. 8 years ago
  Dominik Stadler 0ba83f7683 Regression in version 3.14-beta1: three or four-part formats with locale id cause exceptions when formatting instead of falling back to other formatting 8 years ago
  Nick Burch d1ea6125fa Bug #55265 - DataFormatter correct support for alternate number grouping characters, eg 1234 + #'##0 = 1'234 not 1,234 8 years ago
  Andreas Beeker 3be69f87f7 fixes sonar/findbugs issues 8 years ago
  Nick Burch 1a96a88ef2 Mention about Locale definitions in Excel cell data format strings 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 1a0365739f forbidden apis fixes - a few DateFormat clean ups ... 8 years ago
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 years ago
  Andreas Beeker 72433ac405 forbidden apis fixes 8 years ago
  Nick Burch d2cde65c30 #57951 Use BigDecimal in some cases in DataFormatter.formatRawCellContents, to avoid rounding problems on JDK8. Patch from Robert Kish 9 years ago
  Nick Burch 2dea5356aa Fix inconsistent indents 9 years ago
  Nick Burch c2edd459c7 Handle date format strings in an iso8601 style format, with a T in them. Fixes bug #54034 10 years ago