Pattern: Too many methods in type
Issue: -
If a type declares too many methods, this can be an indication of bad design.
Name | Description | Type | Default Value |
---|---|---|---|
maxMethods | Maximum methods | integer | 30 |
<check enabled="true" class="org.scalastyle.scalariform.NumberOfMethodsInTypeChecker" level="warning">
<parameters>
<parameter name="maxMethods">30</parameter>
</parameters>
</check>