eclipse: project name should be found in .project (IDEA-52070 )
[fedora-idea.git] / resources-en / src / inspectionDescriptions / NonFinalFieldInImmutable.html
blob7092fff8912526b9840f5a034d93d468cc853de5
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 non-final field in a class with annotation
8 @net.jcip.annotations.Immutable. This violates the contract of the @Immutable
9 annotation.
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>