[jdk11u-dev] Integrated: 8220202: Simplify/standardize method naming for HtmlTree

Amos Shi ashi at openjdk.org
Thu Apr 25 15:33:41 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]

This pull request has now been integrated.

Changeset: dabf4d16
Author:    Amos Shi <ashi at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/dabf4d16a190f5169a2eb56ff964f9a3365bce62
Stats:     1225 lines in 83 files changed: 2 ins; 6 del; 1217 mod

8220202: Simplify/standardize method naming for HtmlTree

Reviewed-by: lucy
Backport-of: 1b9db9b7a131f7cf24b0ca64337ff61ad3544ef5

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/2674


More information about the jdk-updates-dev mailing list