Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ClassInitializerMayBeStatic.html
blob: d802c943c42f784a7593adb051338eb0ba23842f [
file
] [
log
] [
blame
]
<html>
<body>
Reports any class initializers which may safely be made
<b>
static
</b>
.
A class initializer may be static if it does not reference any of its class' non static methods
and non static fields.
<!-- tooltip end -->
<p>
</body>
</html>