Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with ./developmentTools/Checkstyle/checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
61 0 6 0

Rules

Category Rule Violations Severity
coding ReturnCount 4  Warning
metrics CyclomaticComplexity
  • max: "12"
1  Warning
NPathComplexity 1  Warning

Details

produktionsauftrag/ProduktionsauftragsBuilder.java

Severity Category Rule Message Line
 Warning coding ReturnCount Return count is 3 (max allowed is 2). 166

rollenbelegung/SortierParameter/MaschinenRollenbelegungServiceParameter.java

Severity Category Rule Message Line
 Warning metrics CyclomaticComplexity Cyclomatic Complexity is 17 (max allowed is 12). 128
 Warning metrics NPathComplexity NPath Complexity is 4,096 (max allowed is 200). 128

rollenbelegung/SortierParameter/MaschinenSortierParameter/SortBeilagenFaecherAnzahl.java

Severity Category Rule Message Line
 Warning coding ReturnCount Return count is 3 (max allowed is 2). 43

rollenbelegung/SortierParameter/MaschinenSortierParameter/SortDruckTyp.java

Severity Category Rule Message Line
 Warning coding ReturnCount Return count is 3 (max allowed is 2). 44

rollenbelegung/SortierParameter/MaschinenSortierParameter/SortFarbDruckTyp.java

Severity Category Rule Message Line
 Warning coding ReturnCount Return count is 3 (max allowed is 2). 43