Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
3600152

Rules

RulesViolationsSeverity
NewlineAtEndOfFile1error Error
Translation0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
MemberName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
TabCharacter0error Error
WhitespaceAfter83error Error
WhitespaceAround2error Error
ModifierOrder0error Error
RedundantModifier2error Error
AvoidNestedBlocks0error Error
EmptyBlock17error Error
NeedBraces0error Error
LeftCurly
  • option: "nl"
0error Error
RightCurly
  • option: "alone"
0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber14error Error
MissingSwitchDefault0error Error
RedundantThrows1error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier31error Error
TodoComment0error Error
UpperEll0error Error

Details

org/mule/providers/jms/DefaultRedeliveryHandler.java

ViolationMessageLine
errorVariable 'connector' must be private and have accessor methods.38
error'256' is a magic number.42
error'cast' is not followed by whitespace.72
error'cast' is not followed by whitespace.89

org/mule/providers/jms/websphere/WebsphereJmsConnector.java

ViolationMessageLine
errorFile does not end with a newline.0

org/mule/providers/jms/JmsExceptionReader.java

ViolationMessageLine
error'cast' is not followed by whitespace.29
error'cast' is not followed by whitespace.35
error'cast' is not followed by whitespace.56

org/mule/providers/jms/JmsMessageDispatcher.java

ViolationMessageLine
error'cast' is not followed by whitespace.59
error'cast' is not followed by whitespace.149
error'cast' is not followed by whitespace.165
error'cast' is not followed by whitespace.205
error'cast' is not followed by whitespace.206
error'cast' is not followed by whitespace.207
error'cast' is not followed by whitespace.309
error'cast' is not followed by whitespace.315
errorMust have at least one statement.434

org/mule/providers/jms/JmsReplyToHandler.java

ViolationMessageLine
error'cast' is not followed by whitespace.52
error'cast' is not followed by whitespace.89
error'cast' is not followed by whitespace.90
error'cast' is not followed by whitespace.91
error'cast' is not followed by whitespace.125

org/mule/providers/jms/transformers/JMSMessageToObject.java

ViolationMessageLine
error'cast' is not followed by whitespace.52

org/mule/providers/jms/MessageTransactionCallback.java

ViolationMessageLine
errorVariable 'message' must be private and have accessor methods.19

org/mule/providers/jms/RedeliveryHandler.java

ViolationMessageLine
errorRedundant 'public' modifier.33
errorRedundant 'public' modifier.48
errorRedundant throws: 'MessageRedeliveredException' is subclass of 'MessagingException'.49

org/mule/providers/jms/JmsMessageUtils.java

ViolationMessageLine
errorUtility classes should not have a public or default constructor.45
error'cast' is not followed by whitespace.93
error'cast' is not followed by whitespace.97
error'cast' is not followed by whitespace.102
error'cast' is not followed by whitespace.106
error'cast' is not followed by whitespace.115
error'4096' is a magic number.117
error'cast' is not followed by whitespace.137
error'cast' is not followed by whitespace.143
error'cast' is not followed by whitespace.157
error'cast' is not followed by whitespace.162
error'cast' is not followed by whitespace.166
error'cast' is not followed by whitespace.175
error'cast' is not followed by whitespace.185
errorMust have at least one statement.195
error'cast' is not followed by whitespace.226
error'cast' is not followed by whitespace.240
error'4096' is a magic number.251
error'4096' is a magic number.252
error'cast' is not followed by whitespace.272
error'4096' is a magic number.275
error'4096' is a magic number.276
error'cast' is not followed by whitespace.288
error'cast' is not followed by whitespace.298
error'cast' is not followed by whitespace.322
error'cast' is not followed by whitespace.326

org/mule/providers/jms/TransactedSingleResourceJmsMessageReceiver.java

ViolationMessageLine
errorVariable 'connector' must be private and have accessor methods.42
errorVariable 'redeliveryHandler' must be private and have accessor methods.43
errorVariable 'consumer' must be private and have accessor methods.44
errorVariable 'session' must be private and have accessor methods.45
errorVariable 'startOnConnect' must be private and have accessor methods.46
errorVariable 'receiveMessagesInTransaction' must be private and have accessor methods.49
errorVariable 'useMultipleReceivers' must be private and have accessor methods.52
error'cast' is not followed by whitespace.65
error'cast' is not followed by whitespace.107
error'cast' is not followed by whitespace.113
error'cast' is not followed by whitespace.115
error'cast' is not followed by whitespace.123
errorVariable 'message' must be private and have accessor methods.207

org/mule/providers/jms/JmsTransaction.java

ViolationMessageLine
error'cast' is not followed by whitespace.39
error'cast' is not followed by whitespace.64
error'cast' is not followed by whitespace.76

org/mule/providers/jms/JmsConnector.java

ViolationMessageLine
errorVariable 'username' must be private and have accessor methods.114
errorVariable 'password' must be private and have accessor methods.116
error'cast' is not followed by whitespace.231
error'cast' is not followed by whitespace.326
error'cast' is not followed by whitespace.407
error'cast' is not followed by whitespace.429
error'cast' is not followed by whitespace.751
errorMust have at least one statement.1061
errorMust have at least one statement.1107

org/mule/providers/jms/JmsClientAcknowledgeTransaction.java

ViolationMessageLine
error'cast' is not followed by whitespace.95
error'cast' is not followed by whitespace.104

org/mule/providers/jms/XaTransactedJmsMessageReceiver.java

ViolationMessageLine
errorVariable 'connector' must be private and have accessor methods.43
errorVariable 'reuseConsumer' must be private and have accessor methods.44
errorVariable 'reuseSession' must be private and have accessor methods.45
errorVariable 'context' must be private and have accessor methods.46
errorVariable 'timeout' must be private and have accessor methods.47
errorVariable 'redeliveryHandler' must be private and have accessor methods.48
errorVariable 'session' must be private and have accessor methods.55
errorVariable 'consumer' must be private and have accessor methods.56
error'cast' is not followed by whitespace.66
errorMust have at least one statement.213
error'cast' is not followed by whitespace.328
error'cast' is not followed by whitespace.334
error'cast' is not followed by whitespace.336
error'cast' is not followed by whitespace.344

org/mule/providers/jms/transformers/AbstractJmsTransformer.java

ViolationMessageLine
error'cast' is not followed by whitespace.55
error'cast' is not followed by whitespace.105
error'cast' is not followed by whitespace.164

org/mule/providers/jms/xa/ConnectionFactoryWrapper.java

ViolationMessageLine
errorVariable 'factory' must be private and have accessor methods.58
errorVariable 'tm' must be private and have accessor methods.59
error'cast' is not followed by whitespace.74
error'cast' is not followed by whitespace.75
error'cast' is not followed by whitespace.88
error'cast' is not followed by whitespace.89
error'cast' is not followed by whitespace.101
error'cast' is not followed by whitespace.102
error'cast' is not followed by whitespace.115
error'cast' is not followed by whitespace.117
error'cast' is not followed by whitespace.129
error'cast' is not followed by whitespace.130
error'cast' is not followed by whitespace.143
error'cast' is not followed by whitespace.145
error'cast' is not followed by whitespace.184
error'cast' is not followed by whitespace.190
error'cast' is not followed by whitespace.197
error'cast' is not followed by whitespace.283

org/mule/providers/jms/Jms11Support.java

ViolationMessageLine
errorVariable 'context' must be private and have accessor methods.35
errorVariable 'jndiDestinations' must be private and have accessor methods.36
errorVariable 'forceJndiDestinations' must be private and have accessor methods.37
errorVariable 'connector' must be private and have accessor methods.38

org/mule/providers/jms/JmsMessageAdapter.java

ViolationMessageLine
error'cast' is not followed by whitespace.109
errorMust have at least one statement.125
errorMust have at least one statement.135
errorMust have at least one statement.148
errorMust have at least one statement.158
errorMust have at least one statement.171
errorMust have at least one statement.181
errorMust have at least one statement.191
errorMust have at least one statement.204
errorMust have at least one statement.214
errorMust have at least one statement.227
error'cast' is not followed by whitespace.236
errorMust have at least one statement.246
errorMust have at least one statement.252
error'cast' is not followed by whitespace.259
error'cast' is not followed by whitespace.292

org/mule/providers/jms/JmsMessageReceiver.java

ViolationMessageLine
errorVariable 'connector' must be private and have accessor methods.45
errorVariable 'redeliveryHandler' must be private and have accessor methods.46
errorVariable 'consumer' must be private and have accessor methods.47
errorVariable 'session' must be private and have accessor methods.48
errorVariable 'startOnConnect' must be private and have accessor methods.49
error'if' is not followed by whitespace.144
error'if' is not followed by whitespace.148
error'cast' is not followed by whitespace.153
error'cast' is not followed by whitespace.153

org/mule/providers/jms/i18n/JmsMessages.java

ViolationMessageLine
error'4' is a magic number.31
error'5' is a magic number.36
error'6' is a magic number.41
error'7' is a magic number.47
error'8' is a magic number.52
error'11' is a magic number.57
error'12' is a magic number.62
error'14' is a magic number.68