In what cases a legacy Java code would not compile on newer versions
- by Bozho
Java is striving to be backward compatible. It is to such an extent that it crippled its generics for that (off-topic).
But are there situations when old code would not compile on newer versions (more importantly Java 5, and the forthcoming Java 7)