-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
generic
-
generic
https://bugs.eclipse.org/bugs/show_bug.cgi?id=102599
javac accepts this illegal program:
import java.util.Map;
public class Test {
Object test() {
return (Map<String, String>)System.getProperties();
}
}
javac accepts this illegal program:
import java.util.Map;
public class Test {
Object test() {
return (Map<String, String>)System.getProperties();
}
}
- duplicates
-
JDK-4916620 legal cast is rejected
-
- Closed
-