Details
-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b17
Description
After a terminology update in JavaSE 16, the JLS uses the phrase "enum classes" rather than "enum types": compare
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.9
https://docs.oracle.com/javase/specs/jls/se17/html/jls-8.html#jls-8.9
The messages in javac's compiler properties should be aligned with the revised wording.
See "Consistent Class and Interface Terminology" document:
https://download.java.net/java/early_access/jdk16/docs/specs/class-terminology-jls.html
for the full terminology update.
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.9
https://docs.oracle.com/javase/specs/jls/se17/html/jls-8.html#jls-8.9
The messages in javac's compiler properties should be aligned with the revised wording.
See "Consistent Class and Interface Terminology" document:
https://download.java.net/java/early_access/jdk16/docs/specs/class-terminology-jls.html
for the full terminology update.
Attachments
Issue Links
- relates to
-
JDK-8246772 JLS changes for Record Classes
- Resolved
-
JDK-8257638 Update usage of "type" terminology in javax.lang.model
- Resolved
-
JDK-8202056 Expand serial warning to check for bad overloads of serial-related methods and ineffectual fields
- Resolved