View by Classes

Findings - Overview

code-style More than one return in method (Checkstyle)

Further info on the wiki.

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.

1org.jcoderz.guidelines.snippets.SampleSnippets
Return count is 2 (max allowed is 1). [85:5]
1org.jcoderz.testdata.Importer
Return count is 2 (max allowed is 1). [535:5]
1org.jcoderz.phoenix.sqlparser.SqlScanner
Return count is 15 (max allowed is 1). [118:4]
1org.jcoderz.phoenix.cmpgen2.TypeMapping
Return count is 2 (max allowed is 1). [292:4]