Checkstyle Results

The following document contains the results of Checkstyle 9.0.1 with ../MavenBuildMaster/config/StyleRules.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
5 0 5 0

Files

File
 I
 W
 E
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

Rules

Category Rule Violations Severity
javadoc JavadocPackage
  • allowLegacy: "false"
1
 Error
misc FinalParameters 4
 Warning

Details

org/example/customer/Customer.java

Severity Category Rule Message Line
 Warning
misc FinalParameters Parameter other should be final. 133

org/example/customer/Order.java

Severity Category Rule Message Line
 Warning
misc FinalParameters Parameter other should be final. 136

org/example/customer/Product.java

Severity Category Rule Message Line
 Warning
misc FinalParameters Parameter other should be final. 142

org/example/customer/Supplier.java

Severity Category Rule Message Line
 Warning
misc FinalParameters Parameter other should be final. 156

org/example/customer/utility/Location.java

Severity Category Rule Message Line
 Warning
javadoc JavadocPackage Missing package-info.java file. 1