it's -> its
[fedora-idea.git] / plugins / InspectionGadgets / src / inspectionDescriptions / SystemRunFinalizersOnExit.html
blob61fb7b58eca852836da1e705c0800ac7a392a525
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports any calls to <b><font color="#000080">System.runFinalizersOnExity()</font></b>.
5 This call is one of the most dangerous in the Java language. It is inherently non-thread-safe,
6 may result in data corruption, deadlock, and may effect parts of the program far removed from its call point.
7 It is deprecated, and its use strongly discouraged.
8 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectionGadgets </font> </td> </tr> </table> </body>
9 </html>