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
2 0 7 0

Files

File  I  W  E
org/apache/maven/plugins/surefire/report/ReportTestCase.java 0 2 0
org/apache/maven/plugins/surefire/report/SurefireReportParser.java 0 5 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
3  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
4  Warning

Details

org/apache/maven/plugins/surefire/report/ReportTestCase.java

Severity Category Rule Message Line
 Warning coding HiddenField 'name' hides a field. 72
 Warning coding HiddenField 'name' hides a field. 81

org/apache/maven/plugins/surefire/report/SurefireReportParser.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'tests'. 146
 Warning javadoc JavadocMethod Expected @param tag for 'errors'. 146
 Warning javadoc JavadocMethod Expected @param tag for 'failures'. 146
 Warning javadoc JavadocMethod Expected @param tag for 'skipped'. 146
 Warning coding HiddenField 'testSuites' hides a field. 151