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

File  I  W  E
org/eclipse/aether/transport/minio/MinioTransporter.java 0 1 0
org/eclipse/aether/transport/minio/MinioTransporterConfigurationKeys.java 2 0 0
org/eclipse/aether/transport/minio/MinioTransporterFactory.java 1 0 0
org/eclipse/aether/transport/minio/ObjectNameMapper.java 0 2 0
org/eclipse/aether/transport/minio/ObjectNameMapperFactory.java 0 5 0
org/eclipse/aether/transport/minio/internal/FixedBucketObjectNameMapperFactory.java 1 0 0
org/eclipse/aether/transport/minio/internal/RepositoryIdObjectNameMapperFactory.java 1 0 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
1  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
7  Warning
JavadocVariable
  • scope: "protected"
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