commit | 7601049275e0e81d8f494ccb22bdb8b06bfcd806 | [log] [tgz] |
---|---|---|
author | Ray Essick <essick@google.com> | Thu Nov 03 14:45:56 2016 -0700 |
committer | Ray Essick <essick@google.com> | Thu Nov 03 14:45:56 2016 -0700 |
tree | b8afd6cd89f7ac958d8d8497e52247eab8db891e | |
parent | 6054a30a7f1cbd6eb6ae11fff8cc8dbd2e3bfb25 [diff] |
Stop using return within finally Refactor code to avoid a return statement inside a finally block. Such constructs interfere with exception propagation in non-obvious ways and are therefore considered bad practice. Bug: 32586420 Test: manual code walk