Checkstyle Results

The following document contains the results of Checkstyle 8.29 with https://maven.avcompris.com/checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
4 0 0 1

Rules

Category Rule Violations Severity
naming AbstractClassName
  • format: "^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$"
1  Error

Details

net/avcompris/examples/shared3/core/impl/Validations.java

Severity Category Rule Message Line
 Error naming AbstractClassName Name 'Validations' must match pattern '^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$'. 17