The following document contains the results of Checkstyle
.
Files | Infos ![]() |
Warnings ![]() |
Errors ![]() |
---|---|---|---|
43 | 0 | 0 | 148 |
Rules | Violations | Severity |
---|---|---|
NewlineAtEndOfFile | 1 | ![]() |
Translation | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 2 | ![]() |
TypeName | 0 | ![]() |
MemberName | 10 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
FileLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 7 | ![]() |
WhitespaceAround | 8 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 33 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 9 | ![]() |
NeedBraces | 3 | ![]() |
LeftCurly
|
42 | ![]() |
RightCurly
|
11 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 9 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 12 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
Header
|
0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() |
Redundant 'public' modifier. | 17 |
![]() |
Redundant 'public' modifier. | 18 |
![]() |
Redundant 'public' modifier. | 19 |
![]() |
Redundant 'public' modifier. | 20 |
![]() |
Redundant 'public' modifier. | 21 |
![]() |
Redundant 'public' modifier. | 22 |
![]() |
Redundant 'public' modifier. | 23 |
![]() |
Redundant 'public' modifier. | 24 |
![]() |
Redundant 'public' modifier. | 25 |
![]() |
Redundant 'public' modifier. | 29 |
Violation | Message | Line |
---|---|---|
![]() |
Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Violation | Message | Line |
---|---|---|
![]() |
File does not end with a newline. | 0 |
![]() |
'{' should be on a new line. | 43 |
![]() |
'{' should be on a new line. | 74 |
![]() |
'{' should be on a new line. | 137 |
![]() |
'else' construct must use '{}'s. | 185 |
![]() |
'{' should be on a new line. | 201 |
![]() |
'{' should be on a new line. | 217 |
![]() |
Must have at least one statement. | 239 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'logger' must be private and have accessor methods. | 26 |
![]() |
'1000' is a magic number. | 154 |
Violation | Message | Line |
---|---|---|
![]() |
Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() |
'cast' is not followed by whitespace. | 61 |
![]() |
'cast' is not followed by whitespace. | 214 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'logger' must be private and have accessor methods. | 36 |
![]() |
Must have at least one statement. | 71 |
![]() |
'80' is a magic number. | 196 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'logger' must be private and have accessor methods. | 30 |
![]() |
Variable 'jmxDomainName' must be private and have accessor methods. | 32 |
![]() |
Variable 'workingDir' must be private and have accessor methods. | 33 |
![]() |
Variable 'transactionManager' must be private and have accessor methods. | 34 |
![]() |
Variable 'mBeanServer' must be private and have accessor methods. | 35 |
![]() |
Variable 'namingContext' must be private and have accessor methods. | 36 |
![]() |
'8' is a magic number. | 148 |
Violation | Message | Line |
---|---|---|
![]() |
Name 'm_keyStoreType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
Name 'm_trustStoreType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
Name 'm_keyStoreName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
Name 'm_trustStoreName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
Name 'm_keyStorePassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
Name 'm_trustStorePassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
Name 'm_keyManagerAlgorithm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
Name 'm_trustManagerAlgorithm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
Name 'm_keyManagerPassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
Name 'm_sslProtocol' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
'if' construct must use '{}'s. | 220 |
![]() |
'if' construct must use '{}'s. | 222 |
![]() |
Must have at least one statement. | 229 |
![]() |
'cast' is not followed by whitespace. | 268 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'logger' must be private and have accessor methods. | 37 |
![]() |
'}' should be alone on a line. | 75 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'logger' must be private and have accessor methods. | 30 |
Violation | Message | Line |
---|---|---|
![]() |
Must have at least one statement. | 93 |
![]() |
Must have at least one statement. | 120 |
![]() |
Must have at least one statement. | 132 |
![]() |
Comment matches to-do format 'TODO:'. | 133 |
![]() |
'cast' is not followed by whitespace. | 151 |
Violation | Message | Line |
---|---|---|
![]() |
'if' is not followed by whitespace. | 93 |
![]() |
'if' is not followed by whitespace. | 101 |
![]() |
'catch' is not followed by whitespace. | 116 |
![]() |
'if' is not followed by whitespace. | 128 |
![]() |
'if' is not followed by whitespace. | 132 |
![]() |
Must have at least one statement. | 149 |
![]() |
'try' is not followed by whitespace. | 156 |
![]() |
'{' is not preceded with whitespace. | 156 |
![]() |
'{' should be on a new line. | 156 |
![]() |
'catch' is not followed by whitespace. | 160 |
Violation | Message | Line |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 88 |
![]() |
'cast' is not followed by whitespace. | 112 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'logger' must be private and have accessor methods. | 37 |
![]() |
'{' should be on a new line. | 128 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'locateServer' must be private and have accessor methods. | 95 |
![]() |
'{' should be on a new line. | 172 |
![]() |
'{' should be on a new line. | 175 |
![]() |
'{' should be on a new line. | 178 |
![]() |
'{' should be on a new line. | 180 |
![]() |
'{' should be on a new line. | 184 |
![]() |
'{' should be on a new line. | 188 |
![]() |
'{' should be on a new line. | 191 |
![]() |
'{' should be on a new line. | 192 |
![]() |
'}' should be alone on a line. | 208 |
![]() |
'{' should be on a new line. | 208 |
![]() |
'{' should be on a new line. | 217 |
![]() |
'{' should be on a new line. | 218 |
![]() |
'}' should be alone on a line. | 227 |
![]() |
'{' should be on a new line. | 227 |
![]() |
'}' should be alone on a line. | 246 |
![]() |
'{' should be on a new line. | 246 |
![]() |
'{' should be on a new line. | 259 |
![]() |
'{' should be on a new line. | 260 |
![]() |
'}' should be alone on a line. | 263 |
![]() |
'{' should be on a new line. | 263 |
![]() |
'{' should be on a new line. | 276 |
![]() |
'{' should be on a new line. | 277 |
![]() |
'}' should be alone on a line. | 279 |
![]() |
'{' should be on a new line. | 279 |
![]() |
'{' should be on a new line. | 292 |
![]() |
'{' should be on a new line. | 293 |
![]() |
'{' should be on a new line. | 295 |
![]() |
'}' should be alone on a line. | 297 |
![]() |
'{' should be on a new line. | 297 |
![]() |
'{' should be on a new line. | 301 |
![]() |
'{' should be on a new line. | 403 |
![]() |
'{' should be on a new line. | 421 |
![]() |
'{' should be on a new line. | 423 |
![]() |
'{' should be on a new line. | 424 |
![]() |
'{' should be on a new line. | 428 |
![]() |
'}' should be alone on a line. | 443 |
![]() |
'{' should be on a new line. | 443 |
![]() |
'{' should be on a new line. | 458 |
![]() |
'{' should be on a new line. | 464 |
![]() |
'{' should be on a new line. | 559 |
![]() |
'{' should be on a new line. | 571 |
Violation | Message | Line |
---|---|---|
![]() |
'{' should be on a new line. | 125 |
Violation | Message | Line |
---|---|---|
![]() |
Must have at least one statement. | 198 |
![]() |
Must have at least one statement. | 225 |
Violation | Message | Line |
---|---|---|
![]() |
Redundant 'public' modifier. | 19 |
![]() |
Redundant 'public' modifier. | 21 |
![]() |
Redundant 'public' modifier. | 23 |
![]() |
Redundant 'public' modifier. | 25 |
![]() |
Redundant 'public' modifier. | 27 |
![]() |
Redundant 'public' modifier. | 29 |
![]() |
Redundant 'public' modifier. | 31 |
![]() |
Redundant 'public' modifier. | 33 |
![]() |
Redundant 'public' modifier. | 35 |
![]() |
Redundant 'public' modifier. | 37 |
![]() |
Redundant 'public' modifier. | 39 |
![]() |
Redundant 'public' modifier. | 41 |
![]() |
Redundant 'public' modifier. | 43 |
![]() |
Redundant 'public' modifier. | 45 |
![]() |
Redundant 'public' modifier. | 47 |
![]() |
Redundant 'public' modifier. | 49 |
![]() |
Redundant 'public' modifier. | 51 |
![]() |
Redundant 'public' modifier. | 53 |
![]() |
Redundant 'public' modifier. | 55 |
![]() |
Redundant 'public' modifier. | 57 |
![]() |
Redundant 'public' modifier. | 59 |
![]() |
Redundant 'public' modifier. | 61 |
![]() |
Redundant 'public' modifier. | 63 |
Violation | Message | Line |
---|---|---|
![]() |
'3' is a magic number. | 32 |
![]() |
'4' is a magic number. | 37 |