The following document contains the results of Checkstyle
.
Files | Infos ![]() |
Warnings ![]() |
Errors ![]() |
---|---|---|---|
42 | 0 | 0 | 123 |
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 | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 52 | ![]() |
WhitespaceAround | 3 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 2 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 17 | ![]() |
NeedBraces | 0 | ![]() |
LeftCurly
|
1 | ![]() |
RightCurly
|
0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 14 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 1 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 32 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Header
|
0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'connector' must be private and have accessor methods. | 38 |
![]() |
'256' is a magic number. | 42 |
![]() |
'cast' is not followed by whitespace. | 72 |
![]() |
'cast' is not followed by whitespace. | 89 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'consumers' must be private and have accessor methods. | 56 |
![]() |
Variable 'receiversCount' must be private and have accessor methods. | 58 |
Violation | Message | Line |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 29 |
![]() |
'cast' is not followed by whitespace. | 35 |
![]() |
'cast' is not followed by whitespace. | 56 |
Violation | Message | Line |
---|---|---|
![]() |
Must have at least one statement. | 469 |
Violation | Message | Line |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 52 |
Violation | Message | Line |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 52 |
![]() |
'cast' is not followed by whitespace. | 89 |
![]() |
'cast' is not followed by whitespace. | 90 |
![]() |
'cast' is not followed by whitespace. | 91 |
![]() |
'cast' is not followed by whitespace. | 125 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'message' must be private and have accessor methods. | 19 |
Violation | Message | Line |
---|---|---|
![]() |
Redundant 'public' modifier. | 33 |
![]() |
Redundant 'public' modifier. | 48 |
![]() |
Redundant throws: 'MessageRedeliveredException' is subclass of 'MessagingException'. | 49 |
Violation | Message | Line |
---|---|---|
![]() |
Utility classes should not have a public or default constructor. | 46 |
![]() |
'cast' is not followed by whitespace. | 94 |
![]() |
'cast' is not followed by whitespace. | 98 |
![]() |
'cast' is not followed by whitespace. | 103 |
![]() |
'cast' is not followed by whitespace. | 107 |
![]() |
'cast' is not followed by whitespace. | 116 |
![]() |
'4096' is a magic number. | 118 |
![]() |
'cast' is not followed by whitespace. | 138 |
![]() |
'cast' is not followed by whitespace. | 144 |
![]() |
'cast' is not followed by whitespace. | 159 |
![]() |
'cast' is not followed by whitespace. | 164 |
![]() |
'cast' is not followed by whitespace. | 168 |
![]() |
'cast' is not followed by whitespace. | 177 |
![]() |
'cast' is not followed by whitespace. | 187 |
![]() |
Must have at least one statement. | 197 |
![]() |
'cast' is not followed by whitespace. | 228 |
![]() |
'cast' is not followed by whitespace. | 242 |
![]() |
'4096' is a magic number. | 253 |
![]() |
'4096' is a magic number. | 254 |
![]() |
'cast' is not followed by whitespace. | 274 |
![]() |
'4096' is a magic number. | 277 |
![]() |
'4096' is a magic number. | 278 |
![]() |
'cast' is not followed by whitespace. | 290 |
![]() |
'cast' is not followed by whitespace. | 300 |
![]() |
'cast' is not followed by whitespace. | 324 |
![]() |
'cast' is not followed by whitespace. | 328 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'connector' must be private and have accessor methods. | 42 |
![]() |
Variable 'redeliveryHandler' must be private and have accessor methods. | 43 |
![]() |
Variable 'consumer' must be private and have accessor methods. | 44 |
![]() |
Variable 'session' must be private and have accessor methods. | 45 |
![]() |
Variable 'startOnConnect' must be private and have accessor methods. | 46 |
![]() |
Variable 'receiveMessagesInTransaction' must be private and have accessor methods. | 49 |
![]() |
Variable 'useMultipleReceivers' must be private and have accessor methods. | 52 |
![]() |
'cast' is not followed by whitespace. | 65 |
![]() |
'cast' is not followed by whitespace. | 107 |
![]() |
'cast' is not followed by whitespace. | 113 |
![]() |
'cast' is not followed by whitespace. | 115 |
![]() |
'cast' is not followed by whitespace. | 123 |
![]() |
Variable 'message' must be private and have accessor methods. | 207 |
Violation | Message | Line |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 40 |
![]() |
'cast' is not followed by whitespace. | 65 |
![]() |
'cast' is not followed by whitespace. | 79 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'username' must be private and have accessor methods. | 114 |
![]() |
Variable 'password' must be private and have accessor methods. | 116 |
![]() |
'cast' is not followed by whitespace. | 231 |
![]() |
'cast' is not followed by whitespace. | 325 |
![]() |
'{' is not preceded with whitespace. | 385 |
![]() |
'{' should be on a new line. | 385 |
![]() |
'cast' is not followed by whitespace. | 411 |
![]() |
'cast' is not followed by whitespace. | 763 |
![]() |
Must have at least one statement. | 1073 |
![]() |
Must have at least one statement. | 1119 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'connector' must be private and have accessor methods. | 44 |
![]() |
Variable 'reuseConsumer' must be private and have accessor methods. | 45 |
![]() |
Variable 'reuseSession' must be private and have accessor methods. | 46 |
![]() |
Variable 'context' must be private and have accessor methods. | 47 |
![]() |
Variable 'timeout' must be private and have accessor methods. | 48 |
![]() |
Variable 'redeliveryHandler' must be private and have accessor methods. | 49 |
![]() |
Variable 'session' must be private and have accessor methods. | 56 |
![]() |
Variable 'consumer' must be private and have accessor methods. | 57 |
![]() |
Must have at least one statement. | 224 |
Violation | Message | Line |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 95 |
![]() |
'cast' is not followed by whitespace. | 104 |
Violation | Message | Line |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 149 |
![]() |
'cast' is not followed by whitespace. | 208 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'factory' must be private and have accessor methods. | 40 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'connector' must be private and have accessor methods. | 45 |
![]() |
Variable 'redeliveryHandler' must be private and have accessor methods. | 46 |
![]() |
Variable 'consumer' must be private and have accessor methods. | 47 |
![]() |
Variable 'session' must be private and have accessor methods. | 48 |
![]() |
Variable 'startOnConnect' must be private and have accessor methods. | 49 |
![]() |
'if' is not followed by whitespace. | 144 |
![]() |
'if' is not followed by whitespace. | 148 |
![]() |
'cast' is not followed by whitespace. | 153 |
![]() |
'cast' is not followed by whitespace. | 153 |
Violation | Message | Line |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 109 |
![]() |
Must have at least one statement. | 125 |
![]() |
Must have at least one statement. | 135 |
![]() |
Must have at least one statement. | 148 |
![]() |
Must have at least one statement. | 158 |
![]() |
Must have at least one statement. | 171 |
![]() |
Must have at least one statement. | 181 |
![]() |
Must have at least one statement. | 191 |
![]() |
Must have at least one statement. | 204 |
![]() |
Must have at least one statement. | 214 |
![]() |
Must have at least one statement. | 227 |
![]() |
'cast' is not followed by whitespace. | 236 |
![]() |
Must have at least one statement. | 246 |
![]() |
Must have at least one statement. | 252 |
![]() |
'cast' is not followed by whitespace. | 259 |
![]() |
'cast' is not followed by whitespace. | 292 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'context' must be private and have accessor methods. | 35 |
![]() |
Variable 'jndiDestinations' must be private and have accessor methods. | 36 |
![]() |
Variable 'forceJndiDestinations' must be private and have accessor methods. | 37 |
![]() |
Variable 'connector' must be private and have accessor methods. | 38 |