blob: 3d3da4e87a76529c166581f63b5cf84d3dd85be1 [file] [log] [blame]
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08001<html>
2<body>
3Reports <b>try finally</b> statements which can use Java 7
Jean-Baptiste Queru2bd2b7c2013-04-01 14:41:51 -07004Automatic Resource Management. A quickfix is available to convert the <b>try finally</b>
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08005statement into a <b>try</b> with resources statement.
6<p>
7This inspection only reports if the project or module is configured to use a
8language level of 7.0 or higher.
9<!-- tooltip end -->
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -080010</body>
11</html>