ComponentWithBrowseButton - optional remove listener on hide
[fedora-idea.git] / resources-en / src / inspectionDescriptions / NonFinalGuard.html
blobabd783da83dab031d88092f0cf87affc4e287a1c
1 <html>
2 <body>
3 <table>
4 <tr>
5 <td valign="top" height="150">
6 <font face="verdana" size="-1">
7 This inspection reports any @net.jcip.annotations.GuardedBy annotations where the guarding field
8 is not final. Gaurding on a non-final field may result in unexpected race conditions, as locks will
9 be held on the value of the field (which may change), rather than the field itself.
10 </font></td>
11 </tr>
12 <tr>
13 <td height="20"><font face="verdana" size="-2">New in 9</font></td>
14 </tr>
15 </table>
16 </body>
17 </html>