Checkstyle Results

The following document contains the results of Checkstyle 8.35 with /src/main/resources/development/dsol-checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
30 4 10 0

Files

File
 I
 W
 E
org/sim0mq/demo/mm1/MM1FederationManager20.java 4 0 0
org/sim0mq/test/ZmqChat.java 0 10 0

Rules

Category Rule Violations Severity
blocks NeedBraces 4
 Warning
design HideUtilityClassConstructor 1
 Warning
javadoc JavadocStyle
  • checkHtml: "false"
1
 Warning
misc FinalParameters 4
 Warning
sizes LineLength
  • max: "128"
4
 Info

Details

org/sim0mq/demo/mm1/MM1FederationManager20.java

Severity Category Rule Message Line
 Info
sizes LineLength Line is longer than 128 characters (found 134). 340
 Info
sizes LineLength Line is longer than 128 characters (found 129). 388
 Info
sizes LineLength Line is longer than 128 characters (found 136). 434
 Info
sizes LineLength Line is longer than 128 characters (found 138). 475

org/sim0mq/test/ZmqChat.java

Severity Category Rule Message Line
 Warning
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 20
 Warning
javadoc JavadocStyle First sentence should end with a period. 22
 Warning
misc FinalParameters Parameter args should be final. 26
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 46
 Warning
misc FinalParameters Parameter args should be final. 57
 Warning
misc FinalParameters Parameter ctx should be final. 57
 Warning
misc FinalParameters Parameter pipe should be final. 57
 Warning
blocks NeedBraces 'for' construct must use '{}'s. 61
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 74
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 79