The following document contains the results of Checkstyle 6.1.1 with config/maven_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/apache/maven/shared/utils/StringUtils.java | 0 | 0 | 1 |
| org/apache/maven/shared/utils/io/FileUtils.java | 0 | 0 | 1 |
| org/apache/maven/shared/utils/io/SelectorUtils.java | 0 | 0 | 1 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| sizes | FileLength | 2 | |
| MethodLength | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,556 lines (max allowed is 2,000). | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,078 lines (max allowed is 2,000). | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 397 |