The following document contains the results of Checkstyle 8.35 with /src/main/resources/development/dsol-checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
30 | 4 | 10 | 0 |
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/sim0mq/demo/mm1/MM1FederationManager20.java | 4 | 0 | 0 |
org/sim0mq/test/ZmqChat.java | 0 | 10 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | NeedBraces | 4 | ![]() |
design | HideUtilityClassConstructor | 1 | ![]() |
javadoc | JavadocStyle
|
1 | ![]() |
misc | FinalParameters | 4 | ![]() |
sizes | LineLength
|
4 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 134). | 340 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 388 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 136). | 434 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 138). | 475 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
misc | FinalParameters | Parameter args should be final. | 26 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
![]() |
misc | FinalParameters | Parameter args should be final. | 57 |
![]() |
misc | FinalParameters | Parameter ctx should be final. | 57 |
![]() |
misc | FinalParameters | Parameter pipe should be final. | 57 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 61 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |