Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
FieldMayBeStatic.html
blob: 30d105f7fdec083976d91b1e4512a689f7789c94 [
file
] [
log
] [
blame
]
<html>
<body>
Reports any instance variables which may safely be made
<b>
static
</b>
. A field
may be static if it is declared
<b>
final
</b>
, and is initialized with a constant.
<!-- tooltip end -->
<p>
</body>
</html>