Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 357 Bytes

TooManyMethods.md

File metadata and controls

8 lines (6 loc) · 357 Bytes

TooManyMethods

Category: pmd
Rule Key: pmd:TooManyMethods

⚠️ This rule is deprecated in favour of S1448.


A class with too many methods is probably a good suspect for refactoring, in order to reduce its complexity and find a way to have more fine grained objects.