Checkstyle Results

The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
3 4 3 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1  Warning
javadoc JavadocMethod
  • scope: "protected"
2  Warning
JavadocVariable
  • scope: "protected"
4  Info

Details

org/eclipse/aether/named/redisson/RedissonNamedLockFactorySupport.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 39
 Info javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning coding HiddenField 'redissonClient' hides a field. 113

org/eclipse/aether/named/redisson/RedissonReadWriteLockNamedLockFactory.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 36

org/eclipse/aether/named/redisson/RedissonSemaphoreNamedLockFactory.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45