1 2 3 4 5 6 7
public class TryNoCatchCE { /* @testcase PR#643 PUREJAVA try without catch or finally */ public void notRun() { try {} // expect CE here } }