The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
24 | 0 | 0 | 81 |
Rules | Violations | Severity |
---|---|---|
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 2 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
MemberName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
FileLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
NoWhitespaceAfter | 3 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 8 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 1 | ![]() |
AvoidNestedBlocks | 5 | ![]() |
EmptyBlock | 0 | ![]() |
NeedBraces | 1 | ![]() |
LeftCurly
| 0 | ![]() |
RightCurly
| 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 57 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 1 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 2 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | '20000' is a magic number. | 42 |
![]() | '10000' is a magic number. | 48 |
![]() | '19999' is a magic number. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 54 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 37 |
![]() | 'if' construct must use '{}'s. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 45 |
![]() | '10' is a magic number. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Name 'credit_score' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() | 'cast' is not followed by whitespace. | 33 |
![]() | '600' is a magic number. | 33 |
![]() | '300' is a magic number. | 33 |
![]() | Name 'credit_history_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | 'cast' is not followed by whitespace. | 42 |
![]() | '19' is a magic number. | 42 |
Violation | Message | Line |
---|---|---|
![]() | '123' is a magic number. | 59 |
![]() | '456' is a magic number. | 60 |
![]() | '789' is a magic number. | 61 |
![]() | '101' is a magic number. | 62 |
![]() | '112' is a magic number. | 63 |
![]() | '131' is a magic number. | 64 |
![]() | '415' is a magic number. | 65 |
![]() | '161' is a magic number. | 66 |
![]() | '718' is a magic number. | 67 |
![]() | '192' is a magic number. | 68 |
![]() | Avoid nested blocks. | 93 |
![]() | Avoid nested blocks. | 100 |
![]() | '100' is a magic number. | 101 |
![]() | Avoid nested blocks. | 106 |
![]() | Avoid nested blocks. | 121 |
![]() | Avoid nested blocks. | 128 |
![]() | '10' is a magic number. | 137 |
![]() | 'cast' is not followed by whitespace. | 138 |
![]() | '128' is a magic number. | 145 |
![]() | '16' is a magic number. | 150 |
![]() | '16' is a magic number. | 154 |
![]() | '1500' is a magic number. | 192 |
![]() | '16' is a magic number. | 256 |
![]() | '80' is a magic number. | 263 |
![]() | '18000' is a magic number. | 282 |
![]() | '60' is a magic number. | 287 |
![]() | '6000' is a magic number. | 292 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 25 |
![]() | 'cast' is not followed by whitespace. | 40 |
![]() | 'cast' is not followed by whitespace. | 41 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 37 |
Violation | Message | Line |
---|---|---|
![]() | '3' is a magic number. | 33 |
![]() | '4' is a magic number. | 38 |
![]() | '5' is a magic number. | 43 |
![]() | '6' is a magic number. | 48 |
![]() | '7' is a magic number. | 53 |
![]() | '10' is a magic number. | 58 |
![]() | '11' is a magic number. | 63 |
![]() | '12' is a magic number. | 68 |
![]() | '13' is a magic number. | 73 |
![]() | '14' is a magic number. | 78 |
![]() | '15' is a magic number. | 83 |
![]() | '16' is a magic number. | 88 |
![]() | '17' is a magic number. | 93 |
![]() | '18' is a magic number. | 98 |
![]() | '19' is a magic number. | 103 |
![]() | '20' is a magic number. | 108 |
![]() | '22' is a magic number. | 113 |
![]() | '23' is a magic number. | 118 |
![]() | '24' is a magic number. | 123 |
![]() | '30' is a magic number. | 128 |
![]() | '31' is a magic number. | 133 |
![]() | '33' is a magic number. | 138 |
![]() | '40' is a magic number. | 143 |
![]() | '41' is a magic number. | 148 |
![]() | '42' is a magic number. | 153 |
![]() | '43' is a magic number. | 158 |
![]() | '44' is a magic number. | 163 |
![]() | '45' is a magic number. | 168 |
![]() | '46' is a magic number. | 173 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 32 |
![]() | '{' is followed by whitespace. | 43 |
![]() | '{' is followed by whitespace. | 71 |
![]() | '{' is followed by whitespace. | 85 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 31 |