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 | 2 | 0 | 1 | 
Files
| File |  I |  W |  E | 
|---|---|---|---|
| org/apache/maven/model/BaseObject.java | 2 | 0 | 0 | 
| org/apache/maven/model/merge/ModelMerger.java | 0 | 0 | 1 | 
Rules
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| javadoc | JavadocVariable 
 | 2 |  Info | 
| sizes | FileLength | 1 |  Error | 
Details
org/apache/maven/model/BaseObject.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | 
org/apache/maven/model/merge/ModelMerger.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | sizes | FileLength | File length is 2,497 lines (max allowed is 2,000). | 1 | 


