Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
3 1 2 0

Files

File  I  W  E
org/apache/maven/surefire/extensions/Completable.java 1 0 0
org/apache/maven/surefire/extensions/ForkChannel.java 0 1 0
org/apache/maven/surefire/extensions/StatelessReporter.java 0 1 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • accessModifiers: "public, protected"
2  Warning
JavadocVariable
  • scope: "protected"
1  Info

Details

org/apache/maven/surefire/extensions/Completable.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 31

org/apache/maven/surefire/extensions/ForkChannel.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 73

org/apache/maven/surefire/extensions/StatelessReporter.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'configuration'. 52