The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
22 | 0 | 0 | 23 |
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 | 9 | ![]() |
WhitespaceAround | 1 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
NeedBraces | 0 | ![]() |
LeftCurly
| 2 | ![]() |
RightCurly
| 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 1 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 8 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Class MuleMessageWorker should be declared as final. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'clientSocket' must be private and have accessor methods. | 42 |
![]() | Variable 'dataIn' must be private and have accessor methods. | 43 |
![]() | Variable 'protocol' must be private and have accessor methods. | 44 |
![]() | 'cast' is not followed by whitespace. | 51 |
![]() | 'cast' is not followed by whitespace. | 69 |
![]() | 'cast' is not followed by whitespace. | 107 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 42 |
![]() | 'if' is not followed by whitespace. | 73 |
Violation | Message | Line |
---|---|---|
![]() | '3' is a magic number. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Must have at least one statement. | 143 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on a new line. | 398 |
![]() | '{' should be on a new line. | 406 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'socket' must be private and have accessor methods. | 232 |
![]() | Variable 'dataIn' must be private and have accessor methods. | 233 |
![]() | Variable 'dataOut' must be private and have accessor methods. | 234 |
![]() | Variable 'closed' must be private and have accessor methods. | 235 |
![]() | Variable 'protocol' must be private and have accessor methods. | 236 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 131 |