add "Local History" actions to VCS Popup even if VCS isn't configured
[fedora-idea.git] / resources-en / src / inspectionDescriptions / FieldCanBeLocal.html
blob9bb915a660fc041843a91b32c4c4e8637f4bcf8b
1 <html>
2 <body>
3 <font face="verdana" size="-1">
4 This inspection searches for redundant class fields that can be replaced with local variables.
5 If all local usages of a field are preceded by assignments to that field, the
6 field can be removed and its usages replaced with local variables.
7 </font>
8 </body>
9 </html>