Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with 7bits-checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
2 0 2 0

Rules

Category Rule Violations Severity
blocks NeedBraces 1  Warning
imports UnusedImports 1  Warning

Details

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Optional. 7
 Warning blocks NeedBraces 'if' construct must use '{}'s. 26