Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This guideline is an instance of FIO04-J. Release resources when they are no longer needed. However, most Java lock objects are not Closeableclosable, so they cannot be automatically released using Java 7's try-with-resources feature.

...