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

Example:


try {
}
finally {
  close()
}