-
Bug
-
Resolution: Fixed
-
P2
-
5.0u17
JDK 1.5.0 Update 17 javac fails to compile java code using generics.
It reports a "name clash" between "sum(java.util.List<java.lang.Long>)"
and "sum(java.util.List<java.lang.Integer>)".
The behavior is strictly reproducible beginning with JDK 5.0 Update 17.
It reports a "name clash" between "sum(java.util.List<java.lang.Long>)"
and "sum(java.util.List<java.lang.Integer>)".
The behavior is strictly reproducible beginning with JDK 5.0 Update 17.
- relates to
-
JDK-6955829 Compilation did not fail as expected for 5 JCK Compiler negative tests with JDK 5u25 b02
-
- Closed
-
-
JDK-6709709 javadoc does not get compilation errors after type erasure
-
- Closed
-
-
JDK-6910550 javac 1.5.0_17 fails with incorrect error message
-
- Closed
-