The following document contains the results of Checkstyle 9.0.1 with ../MavenBuildMaster/config/StyleRules.xml ruleset. 
| Files | |||
|---|---|---|---|
| 5 | 0 | 5 | 0 |
| File | |||
|---|---|---|---|
| org/example/customer/Customer.java | 0 | 1 | 0 |
| org/example/customer/Order.java | 0 | 1 | 0 |
| org/example/customer/Product.java | 0 | 1 | 0 |
| org/example/customer/Supplier.java | 0 | 1 | 0 |
| org/example/customer/utility/Location.java | 0 | 1 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | JavadocPackage
|
1 | |
| misc | FinalParameters | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | FinalParameters | Parameter other should be final. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | FinalParameters | Parameter other should be final. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | FinalParameters | Parameter other should be final. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | FinalParameters | Parameter other should be final. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 |