Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
4 0 9 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2  Warning
javadoc JavadocMethod
  • scope: "protected"
7  Warning

Details

org/apache/maven/surefire/testng/utils/FailFastEventsSingleton.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49

org/apache/maven/surefire/testng/utils/FailFastListener.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37

org/apache/maven/surefire/testng/utils/GroupMatcherMethodSelector.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 74
 Warning coding HiddenField 'matcher' hides a field. 80
 Warning javadoc JavadocMethod Missing a Javadoc comment. 117
 Warning coding HiddenField 'matcher' hides a field. 117

org/apache/maven/surefire/testng/utils/MethodSelector.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56