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 | 5 | 1 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
1 | Warning |
javadoc | JavadocVariable
|
5 | 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. | 61 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Warning | coding | HiddenField | 'redissonClient' hides a field. | 112 |
org/eclipse/aether/named/redisson/RedissonReadWriteLockNamedLockFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
org/eclipse/aether/named/redisson/RedissonSemaphoreNamedLockFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |