The following document contains the results of Checkstyle.
Files | Infos ![]() |
Warnings ![]() |
Errors ![]() |
---|---|---|---|
47 | 0 | 0 | 91 |
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 | 1 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 8 | ![]() |
WhitespaceAround | 12 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 16 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 9 | ![]() |
NeedBraces | 3 | ![]() |
LeftCurly
|
8 | ![]() |
RightCurly
|
5 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 8 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 5 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
Header
|
0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'logger' must be private and have accessor methods. | 33 |
Violation | Message | Line |
---|---|---|
![]() |
Utility classes should not have a public or default constructor. | 17 |
Violation | Message | Line |
---|---|---|
![]() |
Redundant 'public' modifier. | 23 |
![]() |
Redundant 'public' modifier. | 27 |
![]() |
Redundant 'public' modifier. | 31 |
![]() |
Redundant 'public' modifier. | 35 |
![]() |
Redundant 'public' modifier. | 39 |
![]() |
Redundant 'public' modifier. | 43 |
Violation | Message | Line |
---|---|---|
![]() |
Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Violation | Message | Line |
---|---|---|
![]() |
Must have at least one statement. | 88 |
![]() |
Must have at least one statement. | 115 |
![]() |
Must have at least one statement. | 127 |
![]() |
Comment matches to-do format 'TODO:'. | 128 |
![]() |
'cast' is not followed by whitespace. | 146 |
Violation | Message | Line |
---|---|---|
![]() |
'{' should be on a new line. | 45 |
![]() |
'{' should be on a new line. | 47 |
![]() |
'{' should be on a new line. | 50 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'logger' must be private and have accessor methods. | 36 |
![]() |
Must have at least one statement. | 73 |
![]() |
'!=' is not preceded with whitespace. | 80 |
![]() |
'!=' is not followed by whitespace. | 80 |
![]() |
'!=' is not preceded with whitespace. | 85 |
![]() |
'!=' is not followed by whitespace. | 85 |
![]() |
'80' is a magic number. | 193 |
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 |
---|---|---|
![]() |
Class JmxRegistrationContext should be declared as final. | 32 |
![]() |
'}' should be alone on a line. | 69 |
Violation | Message | Line |
---|---|---|
![]() |
Must have at least one statement. | 218 |
![]() |
Must have at least one statement. | 244 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'locateServer' must be private and have accessor methods. | 98 |
![]() |
'{' is followed by whitespace. | 154 |
![]() |
'}' should be alone on a line. | 225 |
![]() |
'{' should be on a new line. | 225 |
![]() |
'cast' is not followed by whitespace. | 252 |
![]() |
'cast' is not followed by whitespace. | 255 |
![]() |
'{' should be on a new line. | 428 |
Violation | Message | Line |
---|---|---|
![]() |
'if' is not followed by whitespace. | 96 |
![]() |
'if' is not followed by whitespace. | 104 |
![]() |
'catch' is not followed by whitespace. | 120 |
![]() |
'if' is not followed by whitespace. | 132 |
![]() |
'if' is not followed by whitespace. | 136 |
![]() |
Must have at least one statement. | 153 |
![]() |
'try' is not followed by whitespace. | 160 |
![]() |
'{' is not preceded with whitespace. | 160 |
![]() |
'{' should be on a new line. | 160 |
![]() |
'catch' is not followed by whitespace. | 164 |
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 |
---|---|---|
![]() |
'2048' is a magic number. | 94 |
![]() |
'8192' is a magic number. | 103 |
![]() |
'8192' is a magic number. | 111 |
Violation | Message | Line |
---|---|---|
![]() |
'3' is a magic number. | 32 |
![]() |
'4' is a magic number. | 37 |
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 |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 57 |
![]() |
'cast' is not followed by whitespace. | 81 |
Violation | Message | Line |
---|---|---|
![]() |
File does not end with a newline. | 0 |
![]() |
'else' construct must use '{}'s. | 187 |
![]() |
'{' should be on a new line. | 191 |
![]() |
'{' should be on a new line. | 207 |
![]() |
Must have at least one statement. | 229 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'logger' must be private and have accessor methods. | 38 |