The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
7 | 0 | 40 | 0 |
Files | I | W | E |
---|---|---|---|
org/xulux/utils/StringUtils.java | 0 | 1 | 0 |
org/xulux/utils/io/IOUtils.java | 0 | 6 | 0 |
org/xulux/utils/Translation.java | 0 | 1 | 0 |
org/xulux/utils/ClassLoaderUtils.java | 0 | 11 | 0 |
org/xulux/utils/BooleanUtils.java | 0 | 21 | 0 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 22 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ''. | 3 | |
Utility classes should not have a public or default constructor. | 42 | |
Must have at least one statement. | 57 | |
Must have at least one statement. | 75 | |
Must have at least one statement. | 93 | |
Must have at least one statement. | 111 |
Violation | Message | Line |
---|---|---|
Definition of 'equals()' without corresponding definition of 'hashCode()'. | 99 |
Violation | Message | Line |
---|---|---|
')' is preceded with whitespace. | 79 | |
')' is preceded with whitespace. | 114 | |
'}' should be on the same line. | 133 | |
Must have at least one statement. | 134 | |
'}' should be on the same line. | 222 | |
'(' is followed by whitespace. | 244 | |
')' is preceded with whitespace. | 244 | |
'}' should be on the same line. | 245 | |
'(' is followed by whitespace. | 247 | |
')' is preceded with whitespace. | 247 | |
'}' should be on the same line. | 250 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 89 | |
Avoid inline conditionals. | 126 | |
Avoid inline conditionals. | 145 | |
Avoid inline conditionals. | 166 | |
Avoid inline conditionals. | 186 | |
Avoid inline conditionals. | 206 | |
Avoid inline conditionals. | 224 | |
Avoid inline conditionals. | 247 | |
Avoid inline conditionals. | 393 | |
Avoid inline conditionals. | 409 | |
Avoid inline conditionals. | 430 | |
Avoid inline conditionals. | 447 | |
Avoid inline conditionals. | 469 | |
Avoid inline conditionals. | 488 | |
Avoid inline conditionals. | 513 | |
switch without "default" clause. | 639 | |
Avoid nested blocks. | 641 | |
Avoid nested blocks. | 647 | |
Avoid nested blocks. | 657 | |
Avoid inline conditionals. | 808 | |
Avoid inline conditionals. | 880 |