summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/AnonymousClassMethodCount.html
blob: 562dcd0e56de2ff771b1dd1444dfbc2211915e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
Reports anonymous inner <b>class</b> with too many methods.
Anonymous classes with more than a very low number of methods may be
difficult to understand, and should probably be promoted to become named inner classes.
<!-- tooltip end -->
<p>
Use the field below to specify the maximum number of methods an anonymous inner <b>class</b> is allowed to have.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>