The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
40 | 0 | 0 | 125 |
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 | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 23 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 8 | ![]() |
NeedBraces | 3 | ![]() |
LeftCurly
| 41 | ![]() |
RightCurly
| 11 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 7 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 11 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
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 |
---|---|---|
![]() | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | 'cast' is not followed by whitespace. | 64 |
![]() | 'cast' is not followed by whitespace. | 217 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'logger' must be private and have accessor methods. | 37 |
![]() | Must have at least one statement. | 69 |
![]() | '80' is a magic number. | 194 |
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]*$'. | 76 |
![]() | Name 'm_trustStoreType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() | Name 'm_keyStoreName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() | Name 'm_trustStoreName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() | Name 'm_keyStorePassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Name 'm_trustStorePassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() | Name 'm_keyManagerAlgorithm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() | Name 'm_trustManagerAlgorithm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() | Name 'm_keyManagerPassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() | Name 'm_sslProtocol' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() | 'if' construct must use '{}'s. | 222 |
![]() | 'if' construct must use '{}'s. | 224 |
![]() | Must have at least one statement. | 231 |
![]() | 'cast' is not followed by whitespace. | 270 |
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. | 33 |
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 |
---|---|---|
![]() | '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. | 441 |
![]() | '{' should be on a new line. | 441 |
![]() | '{' should be on a new line. | 456 |
![]() | '{' should be on a new line. | 462 |
![]() | '{' should be on a new line. | 557 |
![]() | '{' should be on a new line. | 569 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on a new line. | 124 |
Violation | Message | Line |
---|---|---|
![]() | Must have at least one statement. | 197 |
![]() | Must have at least one statement. | 224 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 22 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Redundant 'public' modifier. | 28 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Redundant 'public' modifier. | 48 |
![]() | Redundant 'public' modifier. | 50 |
![]() | Redundant 'public' modifier. | 52 |
![]() | Redundant 'public' modifier. | 54 |
![]() | Redundant 'public' modifier. | 56 |
![]() | Redundant 'public' modifier. | 58 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Redundant 'public' modifier. | 62 |
![]() | Redundant 'public' modifier. | 64 |
![]() | Redundant 'public' modifier. | 66 |
Violation | Message | Line |
---|---|---|
![]() | '3' is a magic number. | 32 |