blob: 0061df5e8838f32f1a5d78df2286b163f99f2b0e [file] [log] [blame]
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08001<html>
2<body>
3Reports any implementations of
4a <b>finalize()</b> method. For performance reasons or due to inability
5to guarantee that <b>finalize()</b> will ever be called,
6some coding standards prohibit its use.
7<!-- tooltip end -->
8<p>
9Use the checkbox below to ignore <b>finalize()</b> implementations with an empty
10method body or a body containing only if statements which have a condition which
11evaluates to false at compile time. For performance reasons it can be beneficial to
12override a non-trivial <b>finalize()</b> with an empty
13implementation in a subclass. An empty final <b>finalize()</b>
14implementation can also be used to prevent subclasses from overriding.
15<p>
Tor Norbyec1ace1f2013-07-08 11:26:24 -070016
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -080017</body>
18</html>