The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
20 | 0 | 0 | 99 |
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 | 2 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
TabCharacter | 2 | ![]() |
WhitespaceAfter | 43 | ![]() |
WhitespaceAround | 15 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 2 | ![]() |
NeedBraces | 1 | ![]() |
LeftCurly
| 7 | ![]() |
RightCurly
| 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 6 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 20 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 69 |
![]() | Variable 'xfire' must be private and have accessor methods. | 71 |
![]() | Variable 'transport' must be private and have accessor methods. | 74 |
![]() | Variable 'universalTransport' must be private and have accessor methods. | 75 |
![]() | Variable 'transportClass' must be private and have accessor methods. | 76 |
![]() | 'cast' is not followed by whitespace. | 80 |
![]() | 'if' is not followed by whitespace. | 90 |
![]() | '{' should be on a new line. | 96 |
![]() | 'try' is not followed by whitespace. | 98 |
![]() | '{' is not preceded with whitespace. | 98 |
![]() | '{' should be on a new line. | 98 |
![]() | 'cast' is not followed by whitespace. | 100 |
![]() | 'catch' is not followed by whitespace. | 102 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | 'cast' is not followed by whitespace. | 112 |
![]() | 'catch' is not followed by whitespace. | 115 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | '{' is not preceded with whitespace. | 123 |
![]() | '{' should be on a new line. | 123 |
![]() | 'if' is not followed by whitespace. | 132 |
![]() | 'while' is not followed by whitespace. | 149 |
![]() | '{' is not preceded with whitespace. | 149 |
![]() | '{' should be on a new line. | 149 |
![]() | '{' should be on a new line. | 150 |
![]() | 'cast' is not followed by whitespace. | 167 |
![]() | 'cast' is not followed by whitespace. | 241 |
![]() | 'cast' is not followed by whitespace. | 245 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'excludedMethods' must be private and have accessor methods. | 32 |
![]() | Must have at least one statement. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'ns' must be private and have accessor methods. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 66 |
![]() | Variable 'workManager' must be private and have accessor methods. | 69 |
![]() | 'cast' is not followed by whitespace. | 87 |
![]() | 'cast' is not followed by whitespace. | 97 |
![]() | 'cast' is not followed by whitespace. | 99 |
![]() | Must have at least one statement. | 178 |
![]() | 'cast' is not followed by whitespace. | 345 |
![]() | 'cast' is not followed by whitespace. | 363 |
![]() | 'cast' is not followed by whitespace. | 367 |
![]() | Comment matches to-do format 'TODO:'. | 388 |
![]() | '{' should be on a new line. | 418 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'session' must be private and have accessor methods. | 22 |
Violation | Message | Line |
---|---|---|
![]() | '8' is a magic number. | 22 |
![]() | '9' is a magic number. | 27 |
![]() | '10' is a magic number. | 32 |
![]() | '11' is a magic number. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'connector' must be private and have accessor methods. | 46 |
![]() | Variable 'service' must be private and have accessor methods. | 47 |
![]() | Variable 'serviceInterfaces' must be private and have accessor methods. | 49 |
![]() | 'cast' is not followed by whitespace. | 56 |
![]() | 'cast' is not followed by whitespace. | 68 |
![]() | 'cast' is not followed by whitespace. | 74 |
![]() | 'if' is not followed by whitespace. | 88 |
![]() | '!=' is not preceded with whitespace. | 88 |
![]() | '!=' is not followed by whitespace. | 88 |
![]() | '{' is not preceded with whitespace. | 88 |
![]() | '{' should be on a new line. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | 'cast' is not followed by whitespace. | 89 |
![]() | 'cast' is not followed by whitespace. | 109 |
![]() | 'if' construct must use '{}'s. | 113 |
![]() | 'cast' is not followed by whitespace. | 118 |
![]() | 'cast' is not followed by whitespace. | 128 |
![]() | 'cast' is not followed by whitespace. | 149 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'client' must be private and have accessor methods. | 61 |
![]() | Variable 'connector' must be private and have accessor methods. | 62 |
![]() | 'cast' is not followed by whitespace. | 191 |
![]() | 'cast' is not followed by whitespace. | 196 |
![]() | 'cast' is not followed by whitespace. | 201 |
![]() | 'cast' is not followed by whitespace. | 220 |
![]() | 'cast' is not followed by whitespace. | 234 |
![]() | 'cast' is not followed by whitespace. | 255 |
![]() | 'cast' is not followed by whitespace. | 321 |
![]() | 'cast' is not followed by whitespace. | 324 |
![]() | 'cast' is not followed by whitespace. | 385 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 38 |
![]() | Variable 'logger' must be private and have accessor methods. | 47 |
![]() | Variable 'workManager' must be private and have accessor methods. | 51 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'xfireDescriptor' must be private and have accessor methods. | 66 |
![]() | '150' is a magic number. | 148 |
![]() | 'cast' is not followed by whitespace. | 155 |
![]() | 'cast' is not followed by whitespace. | 158 |
![]() | 'cast' is not followed by whitespace. | 169 |
![]() | 'cast' is not followed by whitespace. | 175 |
![]() | 'cast' is not followed by whitespace. | 199 |
![]() | 'cast' is not followed by whitespace. | 213 |
![]() | '{' is followed by whitespace. | 213 |
![]() | 'cast' is not followed by whitespace. | 214 |
![]() | 'cast' is not followed by whitespace. | 240 |
![]() | '{' is followed by whitespace. | 240 |
![]() | 'cast' is not followed by whitespace. | 298 |
![]() | 'cast' is not followed by whitespace. | 381 |