Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 2 | 3 | 1 | 0 | 
Files
| File | |||
|---|---|---|---|
| org/apache/maven/surefire/testng/TestNGDirectoryTestSuite.java | 0 | 1 | 0 | 
| org/apache/maven/surefire/testng/conf/TestNGMapConfiguratorTest.java | 3 | 0 | 0 | 
Rules
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | HiddenField
  | 
1 | |
| javadoc | JavadocVariable
  | 
3 | 
Details
org/apache/maven/surefire/testng/TestNGDirectoryTestSuite.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| coding | HiddenField | 'junitOptions' hides a field. | 223 | 
org/apache/maven/surefire/testng/conf/TestNGMapConfiguratorTest.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | 


