Integrated: JDK-8149138: [javadoc] Fix SerialFormBuilder eliminate String bashing
Hannes Wallnöfer
hannesw at openjdk.java.net
Mon Jun 7 08:47:06 UTC 2021
On Tue, 1 Jun 2021 16:21:56 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
> Removal of ugly old code in `SerializedFormBuilder.java`. Luckily there already is a clean overloaded method in the associated writer that we can use, so this is mostly a removal of code that is no longer used.
>
> I also enhanced the test to cover more cases such as primitive arrays and linked references.
This pull request has now been integrated.
Changeset: 6d1f3ac7
Author: Hannes Wallnöfer <hannesw at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/6d1f3ac74914db662d2a39a5b69d8b8143d2f3ef
Stats: 95 lines in 5 files changed: 38 ins; 46 del; 11 mod
8149138: [javadoc] Fix SerialFormBuilder eliminate String bashing
Reviewed-by: jjg
-------------
PR: https://git.openjdk.java.net/jdk/pull/4284
More information about the javadoc-dev
mailing list