Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226068 | 14 | Joe Darcy | P4 | Resolved | Fixed | team |
The two enum types
javax/lang/model/SourceVersion.java
com/sun/tools/javac/code/Source.java
both contain text descriptions of what language features, if any, were included in different versions. These descriptions should be updated for the final feature sets for 12 and 13.
javax/lang/model/SourceVersion.java
com/sun/tools/javac/code/Source.java
both contain text descriptions of what language features, if any, were included in different versions. These descriptions should be updated for the final feature sets for 12 and 13.
- backported by
-
JDK-8226068 Update source enums to describe 12 and 13 language features
- Resolved