On Thu, 22 Jun 2023 18:38:43 GMT, Kevin Rushforth <[email protected]> wrote:
> This is a follow-up fix for > [JDK-8180066](https://bugs.openjdk.org/browse/JDK-8180066). As mentioned in > the description of PR #1159, we should normalize the javadoc comment blocks > in the `package-info.java` files, which were converted from `package.html`. > > In addition to being good cleanup, it also resolves a CI test failure that > was introduced by [JDK-8180066](https://bugs.openjdk.org/browse/JDK-8180066), > and is being tracked by > [JDK-8310654](https://bugs.openjdk.org/browse/JDK-8310654). > > The generated API docs are identical before and after this fix, excluding > white-space changes. So the following show zero differences: > > > $ diff -w -r before/build/javadoc after/build/javadoc > > > Additionally, the following now passes, whereas it fails without this fix: > > > $ gradle :graphics:test This pull request has now been integrated. Changeset: 152a43e1 Author: Kevin Rushforth <[email protected]> URL: https://git.openjdk.org/jfx/commit/152a43e13ed36f781e64b8220ae9c73ec9f05a52 Stats: 1368 lines in 39 files changed: 0 ins; 10 del; 1358 mod 8310667: Normalize comment blocks in newly-converted package-info.java files 8310654: validateSourceSets task fails on javafx/scene/package-info.java after JDK-8180066 Reviewed-by: angorya ------------- PR: https://git.openjdk.org/jfx/pull/1160
