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 1 3 2

Files

File  I  W  E
org/apache/maven/plugin/compiler/AbstractCompilerMojo.java 1 3 1
org/apache/maven/plugin/compiler/TestCompilerMojo.java 0 0 1

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
3  Warning
javadoc JavadocVariable
  • scope: "protected"
1  Info
sizes MethodLength 2  Error

Details

org/apache/maven/plugin/compiler/AbstractCompilerMojo.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 106
 Warning coding HiddenField 'staleMillis' hides a field. 663
 Error sizes MethodLength Method execute length is 623 lines (max allowed is 150). 708
 Warning coding HiddenField 'source' hides a field. 1336
 Warning coding HiddenField 'annotationProcessorPaths' hides a field. 1698

org/apache/maven/plugin/compiler/TestCompilerMojo.java

Severity Category Rule Message Line
 Error sizes MethodLength Method preparePaths length is 166 lines (max allowed is 150). 233