Checkstyle Results
The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
3 |
4 |
3 |
0 |
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 |