The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
34 | 0 | 0 | 62 |
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 | 1 | ![]() |
FileLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 15 | ![]() |
WhitespaceAround | 18 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 9 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 5 | ![]() |
NeedBraces | 0 | ![]() |
LeftCurly
| 2 | ![]() |
RightCurly
| 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 6 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 1 | ![]() |
VisibilityModifier | 1 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on a new line. | 158 |
Violation | Message | Line |
---|---|---|
![]() | Class DefaultDataContentHandlerFactory should be declared as final. | 28 |
![]() | 'if' is not followed by whitespace. | 44 |
![]() | '==' is not preceded with whitespace. | 44 |
![]() | '==' is not followed by whitespace. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.mule.providers.AbstractMessageAdapter. | 13 |
![]() | 'cast' is not followed by whitespace. | 56 |
![]() | ';' is not followed by whitespace. | 60 |
![]() | 'cast' is not followed by whitespace. | 63 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '==' is not preceded with whitespace. | 65 |
![]() | '==' is not followed by whitespace. | 65 |
![]() | '4' is a magic number. | 85 |
![]() | 'cast' is not followed by whitespace. | 88 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 17 |
![]() | Redundant 'public' modifier. | 22 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Redundant 'public' modifier. | 28 |
![]() | Redundant 'public' modifier. | 29 |
![]() | Redundant 'public' modifier. | 30 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 56 |
![]() | 'cast' is not followed by whitespace. | 75 |
![]() | 'cast' is not followed by whitespace. | 84 |
![]() | 'cast' is not followed by whitespace. | 85 |
![]() | 'cast' is not followed by whitespace. | 122 |
![]() | 'cast' is not followed by whitespace. | 127 |
Violation | Message | Line |
---|---|---|
![]() | '3' is a magic number. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 29 |
![]() | '80' is a magic number. | 39 |
![]() | '80' is a magic number. | 67 |
![]() | 'for' is not followed by whitespace. | 103 |
![]() | '=' is not preceded with whitespace. | 103 |
![]() | '=' is not followed by whitespace. | 103 |
![]() | 'if' is not followed by whitespace. | 106 |
![]() | 'cast' is not followed by whitespace. | 108 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | 'if' is not followed by whitespace. | 118 |
![]() | 'if' is not followed by whitespace. | 122 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Name 'Bis' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() | Must have at least one statement. | 89 |
![]() | Name 'Bis' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
![]() | Must have at least one statement. | 154 |
![]() | Must have at least one statement. | 183 |
![]() | Must have at least one statement. | 187 |
![]() | Must have at least one statement. | 200 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 31 |
![]() | 'cast' is not followed by whitespace. | 43 |