RFR: 8374493: Add missing @Override annotations in "com.sun.java.swing.plaf.motif" package [v2]
Sergey Bylokhov
serb at openjdk.org
Wed Jan 14 06:21:05 UTC 2026
> This patch adds missing `@Override` annotations to methods in the `com.sun.java.swing.plaf.motif` package that override methods from a superclass or interface.
> Only source annotations are added; there are no behavioral changes.
>
> The previous patch for `com.sun.beans` can be found here: https://github.com/openjdk/jdk/pull/27887.
Sergey Bylokhov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
- Merge branch 'openjdk:master' into motif_over
- 8374493: Add missing @Override annotations in "com.sun.java.swing.plaf.motif" package
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/29026/files
- new: https://git.openjdk.org/jdk/pull/29026/files/916d0f41..b4760423
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=29026&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=29026&range=00-01
Stats: 51983 lines in 954 files changed: 25699 ins; 10348 del; 15936 mod
Patch: https://git.openjdk.org/jdk/pull/29026.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/29026/head:pull/29026
PR: https://git.openjdk.org/jdk/pull/29026
More information about the client-libs-dev
mailing list