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