The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
7 | 0 | 0 | 38 |
Rules | Violations | Severity |
---|---|---|
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
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 | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 14 | ![]() |
WhitespaceAround | 9 | ![]() |
ModifierOrder | 1 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
NeedBraces | 0 | ![]() |
LeftCurly
| 0 | ![]() |
RightCurly
| 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 13 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Variable 'sendTimeout' must be private and have accessor methods. | 35 |
![]() | Variable 'receiveTimeout' must be private and have accessor methods. | 37 |
![]() | Variable 'sendBufferSize' must be private and have accessor methods. | 39 |
![]() | Variable 'receiveBufferSize' must be private and have accessor methods. | 41 |
![]() | Variable 'keepSendSocketOpen' must be private and have accessor methods. | 43 |
![]() | Variable 'broadcast' must be private and have accessor methods. | 45 |
![]() | Variable 'dispatcherSocketsPool' must be private and have accessor methods. | 47 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'connector' must be private and have accessor methods. | 32 |
![]() | 'cast' is not followed by whitespace. | 37 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | 'if' is not followed by whitespace. | 130 |
![]() | '!=' is not preceded with whitespace. | 130 |
![]() | 'cast' is not followed by whitespace. | 151 |
![]() | 'cast' is not followed by whitespace. | 156 |
Violation | Message | Line |
---|---|---|
![]() | 'final' modifier out of order with the JLS suggestions. | 34 |
![]() | Variable 'logger' must be private and have accessor methods. | 34 |
![]() | 'cast' is not followed by whitespace. | 38 |
![]() | 'if' is not followed by whitespace. | 41 |
![]() | 'if' is not followed by whitespace. | 45 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | 'cast' is not followed by whitespace. | 67 |
![]() | 'cast' is not followed by whitespace. | 91 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | 'cast' is not followed by whitespace. | 100 |
![]() | 'cast' is not followed by whitespace. | 111 |
![]() | 'cast' is not followed by whitespace. | 114 |
![]() | 'cast' is not followed by whitespace. | 115 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'socket' must be private and have accessor methods. | 44 |
![]() | Variable 'inetAddress' must be private and have accessor methods. | 45 |
![]() | Variable 'bufferSize' must be private and have accessor methods. | 46 |
![]() | Variable 'responseTransformer' must be private and have accessor methods. | 48 |
![]() | 'cast' is not followed by whitespace. | 54 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | 'cast' is not followed by whitespace. | 77 |
![]() | Must have at least one statement. | 179 |
![]() | 'cast' is not followed by whitespace. | 267 |