Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 0 3 0

Files

File  I  W  E
org/apache/maven/shared/release/ReleaseExecutionException.java 0 2 0
org/apache/maven/shared/release/versions/VersionParseException.java 0 1 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • accessModifiers: "public, protected"
3  Warning

Details

org/apache/maven/shared/release/ReleaseExecutionException.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'message'. 30
 Warning javadoc JavadocMethod Expected @param tag for 'cause'. 39

org/apache/maven/shared/release/versions/VersionParseException.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'e'. 39