The following document contains the results of Checkstyle 8.31 with checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
28 | 0 | 2 | 0 |
File | I | W | E |
---|---|---|---|
org/jastacry/Worker.java | 0 | 1 | 0 |
org/jastacry/layer/AbstractCipherLayer.java | 0 | 1 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
modifier | RedundantModifier | 2 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | modifier | RedundantModifier | Redundant 'public' modifier. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | modifier | RedundantModifier | Redundant 'final' modifier. | 165 |