RFR: JDK-8282464: Remove author tags from java.compiler
Joe Darcy
darcy at openjdk.java.net
Mon Feb 28 23:14:36 UTC 2022
To align with current coding conventions, the @author tags in the java.compiler module should be removed. The tags have not been maintained and updated in many years. These tags date back to the addition of JSRs 199 and 269 in JDK 6.
The authors at the time for these files were generally some nonempty subset of Scott Seligman, Peter von der Ahé, Jon Gibbons, Scott Seligman, and myself. The tag information will remain in the history of course.
I'll update the copyright years on the files before any push.
-------------
Commit messages:
- JDK-8282464: Remove author tags from java.compiler
Changes: https://git.openjdk.java.net/jdk/pull/7639/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7639&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8282464
Stats: 229 lines in 83 files changed: 0 ins; 229 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/7639.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7639/head:pull/7639
PR: https://git.openjdk.java.net/jdk/pull/7639
More information about the compiler-dev
mailing list