Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
3 |
4 |
1 |
0 |
Rules
Category |
Rule |
Violations |
Severity |
coding |
HiddenField
- ignoreConstructorParameter:
"true"
- ignoreSetter:
"true" |
1 |
Warning |
javadoc |
JavadocVariable
|
4 |
Info |
Details
org/eclipse/aether/named/redisson/RedissonNamedLockFactorySupport.java
Severity |
Category |
Rule |
Message |
Line |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
36 |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
46 |
Warning |
coding |
HiddenField |
'redissonClient' hides a field. |
94 |
org/eclipse/aether/named/redisson/RedissonReadWriteLockNamedLockFactory.java
Severity |
Category |
Rule |
Message |
Line |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
33 |
org/eclipse/aether/named/redisson/RedissonSemaphoreNamedLockFactory.java
Severity |
Category |
Rule |
Message |
Line |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
37 |