This inspection reports any instances of Groovy
return
statements inside of
finally
blocks. While occasionally intended, such
return
statements may mask exceptions thrown, and tremendously complicate debugging.
Powered by InspectorGroovy