Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
6 | 18 | 5 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
5 | Warning |
javadoc | JavadocVariable
|
18 | Info |
Details
org/eclipse/aether/named/ipc/IpcClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'lockPath' hides a field. | 116 |
Warning | coding | HiddenField | 'socket' hides a field. | 247 |
org/eclipse/aether/named/ipc/IpcMessages.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
org/eclipse/aether/named/ipc/IpcNamedLock.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'contexts' hides a field. | 51 |
Warning | coding | HiddenField | 'contexts' hides a field. | 68 |
Warning | coding | HiddenField | 'contexts' hides a field. | 88 |
org/eclipse/aether/named/ipc/IpcNamedLockFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
org/eclipse/aether/named/ipc/IpcServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
org/eclipse/aether/named/ipc/SocketFamily.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |