Back to Intellij Community

AnonymousClassMethodCount

java/java-impl/resources/inspectionDescriptions/AnonymousClassMethodCount.html

2025.3-rc-2323 B
Original Source

Reports anonymous inner classes whose method count exceeds the specified maximum.

Anonymous classes with numerous methods may be difficult to understand and should be promoted to become named inner classes.

Use the Method count limit field to specify the maximum allowed number of methods in an anonymous inner class.