Checkstyle Results

The following document contains the results of Checkstyle 8.31 with checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
28 0 2 0

Files

File
 I
 W
 E
org/jastacry/Worker.java 0 1 0
org/jastacry/layer/AbstractCipherLayer.java 0 1 0

Rules

Category Rule Violations Severity
modifier RedundantModifier 2
 Warning

Details

org/jastacry/Worker.java

Severity Category Rule Message Line
 Warning
modifier RedundantModifier Redundant 'public' modifier. 111

org/jastacry/layer/AbstractCipherLayer.java

Severity Category Rule Message Line
 Warning
modifier RedundantModifier Redundant 'final' modifier. 165