> Please review this PR which adds public StringBuilder overloads to the
> formatting methods of java.text.Format and implementing subclasses.
>
> While Format, NumberFormat, and DateFormat are abstract, these new methods
> are not added as abstract to prevent compatibility concerns. Instead the
On Thu, 25 Jul 2024 23:28:44 GMT, Chen Liang wrote:
> You should add `@since` tags on all these new API additions.
Thanks for the reminder. Updated.
-
PR Comment: https://git.openjdk.org/jdk/pull/20337#issuecomment-2251577718
> Please review this PR which adds public StringBuilder overloads to the
> formatting methods of java.text.Format and implementing subclasses.
>
> While Format, NumberFormat, and DateFormat are abstract, these new methods
> are not added as abstract to prevent compatibility concerns. Instead the
On Thu, 25 Jul 2024 22:18:03 GMT, Justin Lu wrote:
> Please review this PR which adds public StringBuilder overloads to the
> formatting methods of java.text.Format and implementing subclasses.
>
> While Format, NumberFormat, and DateFormat are abstract, these new methods
> are not added as ab
Please review this PR which adds public StringBuilder overloads to the
formatting methods of java.text.Format and implementing subclasses.
While Format, NumberFormat, and DateFormat are abstract, these new methods are
not added as abstract to prevent compatibility concerns. Instead they are adde