Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
4 | 4 | 10 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
10 | Warning |
JavadocVariable
|
4 | Info |
Details
org/eclipse/aether/named/hazelcast/HazelcastCPSemaphoreNamedLockFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'hazelcastInstance'. | 47 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'manageHazelcast'. | 47 |
org/eclipse/aether/named/hazelcast/HazelcastClientCPSemaphoreNamedLockFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'hazelcastInstance'. | 48 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'manageHazelcast'. | 48 |
org/eclipse/aether/named/hazelcast/HazelcastSemaphoreNamedLockFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
org/eclipse/aether/named/hazelcast/HazelcastSemaphoreProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 37 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'hazelcastInstance'. | 37 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'key'. | 37 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'hazelcastInstance'. | 42 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'key'. | 42 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'semaphore'. | 42 |