Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 12 | 9 | 32 | 0 | 
Files
Rules
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | HiddenField
  | 
1 | |
| javadoc | JavadocMethod
  | 
31 | |
JavadocVariable
  | 
9 | 
Details
org/eclipse/aether/named/NamedLock.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 47 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'time'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'unit'. | 52 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'time'. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'unit'. | 57 | 
org/eclipse/aether/named/NamedLockFactory.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for '<E>'. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'failure'. | 48 | 
org/eclipse/aether/named/NamedLockFactoryTestSupport.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | 
org/eclipse/aether/named/RetryTest.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | 
org/eclipse/aether/named/providers/FileLockNamedLockFactory.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | 
org/eclipse/aether/named/providers/LocalReadWriteLockNamedLockFactory.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | 
org/eclipse/aether/named/providers/LocalSemaphoreNamedLockFactory.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | 
org/eclipse/aether/named/providers/NoopNamedLockFactory.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | 
org/eclipse/aether/named/support/LockUpgradeNotSupportedException.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'namedLock'. | 31 | 
org/eclipse/aether/named/support/NamedLockFactorySupport.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 65 | |
| coding | HiddenField | 'locks' hides a field. | 89 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 126 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 126 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 132 | 
org/eclipse/aether/named/support/NamedLockSupport.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 123 | 
org/eclipse/aether/named/support/Retry.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for '<R>'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'time'. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'unit'. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'sleepMillis'. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'operation'. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'retryPredicate'. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'defaultResult'. | 65 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for '<R>'. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'attempts'. | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'sleepMillis'. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'operation'. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'retryPredicate'. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'defaultResult'. | 114 | 


