Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
7 | 5 | 8 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
1 | Warning |
javadoc | JavadocMethod
|
7 | Warning |
JavadocVariable
|
5 | Info |
Details
org/eclipse/aether/transport/minio/MinioTransporter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'headers' hides a field. | 93 |
org/eclipse/aether/transport/minio/MinioTransporterConfigurationKeys.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
org/eclipse/aether/transport/minio/MinioTransporterFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
org/eclipse/aether/transport/minio/ObjectNameMapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 30 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 30 |
org/eclipse/aether/transport/minio/ObjectNameMapperFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 36 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'session'. | 37 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'repository'. | 38 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'minioClient'. | 39 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'extraHeaders'. | 40 |
org/eclipse/aether/transport/minio/internal/FixedBucketObjectNameMapperFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
org/eclipse/aether/transport/minio/internal/RepositoryIdObjectNameMapperFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |