The following document contains the results of Checkstyle 5.7. 
Summary
Files |
Info |
Warnings |
Errors |
2 |
0 |
0 |
11 |
Rules
Category |
Rule |
Violations |
Severity |
modifier |
ModifierOrder |
4 |
Error |
regexp |
RegexpSingleline
- format: "\s+$"
- message: "Line has trailing spaces."
|
7 |
Error |
Details
com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.java
Severity |
Category |
Rule |
Message |
Line |
Error |
modifier |
ModifierOrder |
'private' modifier out of order with the JLS suggestions. |
71 |
Error |
modifier |
ModifierOrder |
'public' modifier out of order with the JLS suggestions. |
99 |
Error |
modifier |
ModifierOrder |
'private' modifier out of order with the JLS suggestions. |
163 |
Error |
modifier |
ModifierOrder |
'private' modifier out of order with the JLS suggestions. |
199 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
224 |
com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.java
Severity |
Category |
Rule |
Message |
Line |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
2 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
7 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
11 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
13 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
34 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
95 |