The javac diagnostic when "enum" is used as an identifier in -source 1.5
should suggest recompiling with -source 1.4 or earlier.
The javac diagnostic when "assert" is used as an identifier in -source 1.4
or later should suggest recompiling with -source 1.3 or earlier.
should suggest recompiling with -source 1.4 or earlier.
The javac diagnostic when "assert" is used as an identifier in -source 1.4
or later should suggest recompiling with -source 1.3 or earlier.
- duplicates
-
JDK-5011832 better diagnostics for J2SE1.5.0 language features used with -source 1.4
- Resolved