Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
5 | 8 | 7 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
7 | Warning |
JavadocVariable
|
8 | Info |
Details
org/eclipse/aether/generator/gnupg/GnupgConfigurationKeys.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
org/eclipse/aether/generator/gnupg/GnupgSignatureArtifactGeneratorFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 66 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'session'. | 66 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 73 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'session'. | 73 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 80 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'session'. | 80 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'fingerprint'. | 80 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
org/eclipse/aether/generator/gnupg/loaders/GpgAgentPasswordLoader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
org/eclipse/aether/generator/gnupg/loaders/GpgConfLoader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
org/eclipse/aether/generator/gnupg/loaders/GpgEnvLoader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |