This code provokes the compiler to crash with NPE:
public class Test {
void m() {
try {}
catch (Exception e) {}
}
}
public class Test {
void m() {
try {}
catch (Exception e) {}
}
}
- relates to
-
JDK-8024039 javac, previous solution for JDK-8022186 was incorrect
-
- Closed
-