-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
16
-
None
-
generic
-
generic
Working on JDK-8216497 we encountered a case where we need to retrieve the numeric feature release version from a `javax.lang.model.SourceVersion` constant. Currently, the only way to achieve this is to extract the version number from the value's name, which is not a very good solution. `SourceVersion` should provide a method that returns the release as an `int`.
- relates to
-
JDK-8216497 javadoc should auto-link to platform classes
-
- Resolved
-
-
JDK-8275888 Add valueOf(Runtime.Version) factory to SourceVersion
-
- Closed
-