[jdk11u-dev] RFR: 8220202: Simplify/standardize method naming for HtmlTree
Lutz Schmidt
lucy at openjdk.org
Tue Apr 23 14:02:37 UTC 2024
On Sun, 21 Apr 2024 03:13:32 GMT, Amos Shi <ashi at openjdk.org> wrote:
> Backport of [JDK-8220202](https://bugs.openjdk.org/browse/JDK-8220202)
> - This PR contains 2 commits
> - Commit 1: is the git apply from the original commit
> - Commit 2: is trying to aplly the rejected changes. Although it contains many files, well it only contains 3 types of changes:
> - Change type A. Change method name from `addContent` to `add`
> - Change type B. Change method name from `addAttr` to `put`
> - Change type C. Add missing `import` to fix compile error
>
> Testing
> - Local: Test passed
> - `TestHtmlDocument.java`: Test results: passed: 1
> - Pipeline: **All checks have passed**
> - Testing Machine: SAP nightlies passed on `2024-04-22`
> - Automated jtreg test: jtreg_langtools
> - `jdk/javadoc/doclet/testHtmlDocument/TestHtmlDocument.java`: SUCCESSFUL GitHub 📊⏲ - [761 msec]
Looks good.
I admit I did not check each and every changed line. Diffing the original patch and this backport patch resulted in close to 5,000 lines.
-------------
Marked as reviewed by lucy (Reviewer).
PR Review: https://git.openjdk.org/jdk11u-dev/pull/2674#pullrequestreview-2017362896
More information about the jdk-updates-dev
mailing list