-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b109
-
generic
-
generic
-
Verified
It may be bad form, but a return statement in a try block when using multi-catch compiles, but results in a ClassFormatError at runtime.
This runs okay when using previous style of catch blocks. See Comments for sample code.
This runs okay when using previous style of catch blocks. See Comments for sample code.