-
Bug
-
Resolution: Duplicate
-
P4
-
7
-
generic
-
generic
import java.util.*;
class Diamond {
List<String> l = new ArrayList<>();
}
$ dist/bin/javac play/Diamond.java
$ dist/bin/javac -source 6 play/Diamond.java
play/Diamond.java:3: compiler message file broken: key=compiler.err.diamond.not.supported.in.source arguments=1.6, {1}, {2}, {3}, {4}, {5}, {6}, {7}
List<String> l = new ArrayList<>();
^
1 error
class Diamond {
List<String> l = new ArrayList<>();
}
$ dist/bin/javac play/Diamond.java
$ dist/bin/javac -source 6 play/Diamond.java
play/Diamond.java:3: compiler message file broken: key=compiler.err.diamond.not.supported.in.source arguments=1.6, {1}, {2}, {3}, {4}, {5}, {6}, {7}
List<String> l = new ArrayList<>();
^
1 error
- duplicates
-
JDK-6964768 need test program to validate javac resource bundles
-
- Closed
-