summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/InnerClassMayBeStatic.html
blob: 8d81ee6a4292b0d5c5bf466f06f3603b7718581a (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
Reports any inner classes which may safely be made
<b>static</b>. An inner class may be static if it doesn't reference
its enclosing class instance. A static inner class uses slightly less memory.
<!-- tooltip end -->
<p>

</body>
</html>