Inspectopedia
 
2024.3

Overly long method

Warning
Code Style
Last modified: 03 December 2024

Reports methods that are too long.

Methods that are too long may be confusing, and are a good sign that refactoring is necessary.

Use the Maximum statements per method field to specify the maximum acceptable number of non-comment source statements a method might have.