Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.11.0
-
None
-
None
-
Ubuntu 16.04 LTS with Oracle Java 1.8 JDK
Description
With the latest trunk I can no longer build my Java thrift example. I get an error that handleRuntimeExceptions does not Override. It seems related to these new additions in the generated Java code:
- @Override - protected boolean handleRuntimeExceptions() { - return false; - }
With thrift 0.10.0 the method handleRuntimeExceptions (and the error) are not present.