The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
13 | 0 | 0 | 39 |
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 | 15 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 1 | ![]() |
RedundantModifier | 1 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
NeedBraces | 0 | ![]() |
LeftCurly
| 1 | ![]() |
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 | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 20 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 34 |
![]() | 'cast' is not followed by whitespace. | 42 |
![]() | 'cast' is not followed by whitespace. | 80 |
![]() | 'cast' is not followed by whitespace. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'targetService' must be private and have accessor methods. | 54 |
![]() | Variable 'targetServiceName' must be private and have accessor methods. | 56 |
![]() | 'cast' is not followed by whitespace. | 97 |
![]() | 'cast' is not followed by whitespace. | 111 |
![]() | '{' should be on a new line. | 291 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'transformer' must be private and have accessor methods. | 32 |
![]() | 'cast' is not followed by whitespace. | 72 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 45 |
![]() | 'cast' is not followed by whitespace. | 48 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'context' must be private and have accessor methods. | 42 |
![]() | Variable 'connector' must be private and have accessor methods. | 44 |
![]() | Variable 'name' must be private and have accessor methods. | 46 |
![]() | 'cast' is not followed by whitespace. | 55 |
![]() | 'cast' is not followed by whitespace. | 173 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'muleEndpoint' must be private and have accessor methods. | 32 |
![]() | Variable 'endpoint' must be private and have accessor methods. | 34 |
![]() | Variable 'endpointProperties' must be private and have accessor methods. | 36 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 60 |
![]() | Variable 'context' must be private and have accessor methods. | 62 |
![]() | Variable 'serviceDescriptions' must be private and have accessor methods. | 64 |
![]() | Variable 'service' must be private and have accessor methods. | 66 |
![]() | Variable 'name' must be private and have accessor methods. | 68 |
![]() | Variable 'workManager' must be private and have accessor methods. | 70 |
![]() | Variable 'deliveryChannel' must be private and have accessor methods. | 72 |
![]() | Variable 'mbeanName' must be private and have accessor methods. | 74 |
![]() | Variable 'serviceUnitManager' must be private and have accessor methods. | 76 |
![]() | Variable 'exchangeFactory' must be private and have accessor methods. | 78 |
![]() | Variable 'started' must be private and have accessor methods. | 80 |
![]() | 'cast' is not followed by whitespace. | 99 |
![]() | 'final' modifier out of order with the JLS suggestions. | 215 |
![]() | 'cast' is not followed by whitespace. | 230 |
![]() | 'cast' is not followed by whitespace. | 400 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 25 |