Restrict the number of return statements. Default = 2.
Rationale: Too many return points can be indication that code is attempting to do too much or may be difficult to understand.
| 1 | org.jcoderz.guidelines.snippets.SampleSnippets |
| Return count is 2 (max allowed is 1). [85:5] | |
| 1 | org.jcoderz.testdata.Importer |
| Return count is 2 (max allowed is 1). [535:5] | |
| 1 | org.jcoderz.phoenix.sqlparser.SqlScanner |
| Return count is 15 (max allowed is 1). [118:4] | |
| 1 | org.jcoderz.phoenix.cmpgen2.TypeMapping |
| Return count is 2 (max allowed is 1). [292:4] | |