Inspectopedia
 
2024.3

Method with multiple return points

Warning
Code Style
Last modified: 03 December 2024

Reports methods with too many return points. Methods with too many return points may be confusing, and hard to refactor.

Example:

Use the field provided below to specify the maximum acceptable number of return points a method might have.