The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
36 | 0 | 0 | 152 |
Rules | Violations | Severity |
---|---|---|
NewlineAtEndOfFile | 1 | ![]() |
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 | 83 | ![]() |
WhitespaceAround | 2 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 2 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 17 | ![]() |
NeedBraces | 0 | ![]() |
LeftCurly
| 0 | ![]() |
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 | 31 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 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 |
---|---|---|
![]() | File does not end with a newline. | 0 |
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 |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 59 |
![]() | 'cast' is not followed by whitespace. | 149 |
![]() | 'cast' is not followed by whitespace. | 165 |
![]() | 'cast' is not followed by whitespace. | 205 |
![]() | 'cast' is not followed by whitespace. | 206 |
![]() | 'cast' is not followed by whitespace. | 207 |
![]() | 'cast' is not followed by whitespace. | 309 |
![]() | 'cast' is not followed by whitespace. | 315 |
![]() | Must have at least one statement. | 434 |
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 |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 52 |
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. | 45 |
![]() | 'cast' is not followed by whitespace. | 93 |
![]() | 'cast' is not followed by whitespace. | 97 |
![]() | 'cast' is not followed by whitespace. | 102 |
![]() | 'cast' is not followed by whitespace. | 106 |
![]() | 'cast' is not followed by whitespace. | 115 |
![]() | '4096' is a magic number. | 117 |
![]() | 'cast' is not followed by whitespace. | 137 |
![]() | 'cast' is not followed by whitespace. | 143 |
![]() | 'cast' is not followed by whitespace. | 157 |
![]() | 'cast' is not followed by whitespace. | 162 |
![]() | 'cast' is not followed by whitespace. | 166 |
![]() | 'cast' is not followed by whitespace. | 175 |
![]() | 'cast' is not followed by whitespace. | 185 |
![]() | Must have at least one statement. | 195 |
![]() | 'cast' is not followed by whitespace. | 226 |
![]() | 'cast' is not followed by whitespace. | 240 |
![]() | '4096' is a magic number. | 251 |
![]() | '4096' is a magic number. | 252 |
![]() | 'cast' is not followed by whitespace. | 272 |
![]() | '4096' is a magic number. | 275 |
![]() | '4096' is a magic number. | 276 |
![]() | 'cast' is not followed by whitespace. | 288 |
![]() | 'cast' is not followed by whitespace. | 298 |
![]() | 'cast' is not followed by whitespace. | 322 |
![]() | 'cast' is not followed by whitespace. | 326 |
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. | 39 |
![]() | 'cast' is not followed by whitespace. | 64 |
![]() | 'cast' is not followed by whitespace. | 76 |
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. | 326 |
![]() | 'cast' is not followed by whitespace. | 407 |
![]() | 'cast' is not followed by whitespace. | 429 |
![]() | 'cast' is not followed by whitespace. | 751 |
![]() | Must have at least one statement. | 1061 |
![]() | Must have at least one statement. | 1107 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 95 |
![]() | 'cast' is not followed by whitespace. | 104 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'connector' must be private and have accessor methods. | 43 |
![]() | Variable 'reuseConsumer' must be private and have accessor methods. | 44 |
![]() | Variable 'reuseSession' must be private and have accessor methods. | 45 |
![]() | Variable 'context' must be private and have accessor methods. | 46 |
![]() | Variable 'timeout' must be private and have accessor methods. | 47 |
![]() | Variable 'redeliveryHandler' must be private and have accessor methods. | 48 |
![]() | Variable 'session' must be private and have accessor methods. | 55 |
![]() | Variable 'consumer' must be private and have accessor methods. | 56 |
![]() | 'cast' is not followed by whitespace. | 66 |
![]() | Must have at least one statement. | 213 |
![]() | 'cast' is not followed by whitespace. | 328 |
![]() | 'cast' is not followed by whitespace. | 334 |
![]() | 'cast' is not followed by whitespace. | 336 |
![]() | 'cast' is not followed by whitespace. | 344 |
Violation | Message | Line |
---|---|---|
![]() | 'cast' is not followed by whitespace. | 55 |
![]() | 'cast' is not followed by whitespace. | 105 |
![]() | 'cast' is not followed by whitespace. | 164 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'factory' must be private and have accessor methods. | 58 |
![]() | Variable 'tm' must be private and have accessor methods. | 59 |
![]() | 'cast' is not followed by whitespace. | 74 |
![]() | 'cast' is not followed by whitespace. | 75 |
![]() | 'cast' is not followed by whitespace. | 88 |
![]() | 'cast' is not followed by whitespace. | 89 |
![]() | 'cast' is not followed by whitespace. | 101 |
![]() | 'cast' is not followed by whitespace. | 102 |
![]() | 'cast' is not followed by whitespace. | 115 |
![]() | 'cast' is not followed by whitespace. | 117 |
![]() | 'cast' is not followed by whitespace. | 129 |
![]() | 'cast' is not followed by whitespace. | 130 |
![]() | 'cast' is not followed by whitespace. | 143 |
![]() | 'cast' is not followed by whitespace. | 145 |
![]() | 'cast' is not followed by whitespace. | 184 |
![]() | 'cast' is not followed by whitespace. | 190 |
![]() | 'cast' is not followed by whitespace. | 197 |
![]() | 'cast' is not followed by whitespace. | 283 |
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 |
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 '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 |