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 5

Rules

Category Rule Violations Severity
coding HiddenField
  • tokens: "VARIABLE_DEF"
2  Error
imports RedundantImport 2  Error
naming AbstractClassName
  • format: "^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$"
1  Error

Details

net/avcompris/examples/users3/dao/impl/AuthDaoInMemory.java

Severity Category Rule Message Line
 Error coding HiddenField 'sessions' hides a field. 243

net/avcompris/examples/users3/dao/impl/Comparators.java

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

net/avcompris/examples/users3/dao/impl/UsersDaoInMemory.java

Severity Category Rule Message Line
 Error imports RedundantImport Redundant import from the same package - net.avcompris.examples.users3.dao.impl.MutableUserDto. 30
 Error imports RedundantImport Redundant import from the same package - net.avcompris.examples.users3.dao.impl.MutableUsersDto. 31
 Error coding HiddenField 'users' hides a field. 65