This inspection reports any instances of break or continue statements inside of finally blocks in Groovy code. While occasionally intended, such statements are very confusing, may mask exceptions thrown, and tremendously complicate debugging.
Powered by InspectorGroovy