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