空の finally ブロックを報告します。 空の finally ブロックは多くの場合、コーディングの誤りです。

例:


try {
  throw new Exception()
}
finally {
}