RFR: 8378050: Add missing @Override annotations in "java.awt.color" package [v2]

Sergey Bylokhov serb at openjdk.org
Thu Feb 19 22:00:28 UTC 2026


> This patch adds missing `@Override` annotations to methods in the `java.awt.color` 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 JDK-8378050
 - 8378050: Add missing @Override annotations in "java.awt.color" package

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/29749/files
  - new: https://git.openjdk.org/jdk/pull/29749/files/7a9a2af3..9d73846d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=29749&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=29749&range=00-01

  Stats: 80650 lines in 271 files changed: 33816 ins; 34219 del; 12615 mod
  Patch: https://git.openjdk.org/jdk/pull/29749.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/29749/head:pull/29749

PR: https://git.openjdk.org/jdk/pull/29749


More information about the client-libs-dev mailing list