eclipse: project name should be found in .project (IDEA-52070 )
[fedora-idea.git] / resources-en / src / inspectionDescriptions / StaticGuardedByInstance.html
blob055b31d6e341f4b285b191d3031eeaf70f0c6967
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 on static fields or methods,
8 where
9 the guard is either a non-static field or 'this'. Guarding a static by a non-static may result in
10 excessive
11 concurrency, multiple threads may be able to access the guarded field simultaneously, by locking in
12 different
13 object contexts.
14 </font></td>
15 </tr>
16 <tr>
17 <td height="20"><font face="verdana" size="-2">New in 9</font></td>
18 </tr>
19 </table>
20 </body>
21 </html>