Checkstyle Results
The following document contains the results of Checkstyle.
Rules
Rules | Violations | Severity |
---|---|---|
ConstantName
| 0 | Error |
LocalVariableName | 0 | Error |
MethodName
| 0 | Error |
PackageName | 0 | Error |
LocalFinalVariableName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName
| 0 | Error |
Header
| 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
LineLength
| 0 | Error |
MethodLength
| 0 | Error |
ParameterNumber
| 0 | Error |
TabCharacter | 0 | Error |
NeedBraces | 0 | Error |
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
InnerAssignment | 0 | Error |
DefaultComesLast | 0 | Error |
MissingSwitchDefault | 0 | Error |
FallThrough | 0 | Error |
MultipleVariableDeclarations | 0 | Error |
UpperEll | 0 | Error |