The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
13 | 0 | 0 | 34 |
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 | 1 | ![]() |
FileLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 7 | ![]() |
WhitespaceAround | 1 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
NeedBraces | 1 | ![]() |
LeftCurly
| 3 | ![]() |
RightCurly
| 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 3 | ![]() |
SimplifyBooleanExpression | 3 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 15 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | '{' is not preceded with whitespace. | 23 |
![]() | '{' should be on a new line. | 23 |
![]() | Redundant throws: 'BeansException' is unchecked exception. | 25 |
![]() | '{' should be on a new line. | 25 |
![]() | '{' should be on a new line. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'synchronous' must be private and have accessor methods. | 42 |
![]() | Variable 'endpoint' must be private and have accessor methods. | 43 |
![]() | Variable 'transformers' must be private and have accessor methods. | 44 |
![]() | Variable 'properties' must be private and have accessor methods. | 45 |
![]() | Variable 'payload' must be private and have accessor methods. | 49 |
![]() | Variable 'payloadSource' must be private and have accessor methods. | 50 |
![]() | 'cast' is not followed by whitespace. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'expectedType' must be private and have accessor methods. | 34 |
![]() | Variable 'strict' must be private and have accessor methods. | 35 |
![]() | Expression can be simplified. | 56 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'proxy' must be private and have accessor methods. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'expectedSource' must be private and have accessor methods. | 36 |
![]() | 'cast' is not followed by whitespace. | 41 |
![]() | Expression can be simplified. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.mule.providers.bpm.ProcessConnector. | 13 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'variable' must be private and have accessor methods. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 52 |
![]() | Variable 'jbpmConfiguration' must be private and have accessor methods. | 54 |
![]() | Variable 'containerManaged' must be private and have accessor methods. | 60 |
![]() | Expression can be simplified. | 88 |
![]() | 'cast' is not followed by whitespace. | 100 |
![]() | 'cast' is not followed by whitespace. | 135 |
![]() | 'if' construct must use '{}'s. | 136 |
![]() | 'cast' is not followed by whitespace. | 210 |
![]() | 'cast' is not followed by whitespace. | 305 |
![]() | 'cast' is not followed by whitespace. | 330 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 363 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 369 |