Reports empty finally blocks. Empty finally blocks usually indicate coding errors.

Example:


try {
  throw new Exception()
}
finally {
}