The following document contains the results of Checkstyle 6.11.2 with D:\WS\WS_E202203_brabenetz\spring-stomp-server/src/config/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
6 | 0 | 3 | 0 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MagicNumber | '1000' is a magic number. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MagicNumber | '1024' is a magic number. | 94 |