RFR: JDK-8275360: Use @Override in javax.annotation.processing [v2]
Joe Darcy
darcy at openjdk.java.net
Mon Oct 18 16:03:30 UTC 2021
> Simple cleanup to add @Override annotations to AbstractProcessor. IIRC when AbstractProcessor was added in JDK 6, using @Override wasn't yet support for interface methods.
Joe Darcy 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 'master' into JDK-8275360
- JDK-8275360: Use @Override in javax.annotation.processing
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5979/files
- new: https://git.openjdk.java.net/jdk/pull/5979/files/9d4dbe7b..695a8fb1
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5979&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5979&range=00-01
Stats: 472 lines in 32 files changed: 340 ins; 23 del; 109 mod
Patch: https://git.openjdk.java.net/jdk/pull/5979.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5979/head:pull/5979
PR: https://git.openjdk.java.net/jdk/pull/5979
More information about the compiler-dev
mailing list