Closed GoogleCodeExporter closed 9 years ago
Example:
try {
new Interpreter().eval("class A{A(){throw new RuntimeException(\"The root cause\");}} new A();");
} catch (Exception e) {
e.printStackTrace();
}
Original comment by verilo...@gmail.com
on 12 Oct 2012 at 7:15
This happens only in class initialization...
Original comment by verilo...@gmail.com
on 12 Oct 2012 at 7:15
Original comment by verilo...@gmail.com
on 12 Oct 2012 at 7:36
Original issue reported on code.google.com by
verilo...@gmail.com
on 12 Oct 2012 at 7:03