Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
42 0 0 123

Rules

Rules Violations Severity
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
MemberName 0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
NoWhitespaceAfter 0 error Error
NoWhitespaceBefore 0 error Error
TabCharacter 0 error Error
WhitespaceAfter 52 error Error
WhitespaceAround 3 error Error
ModifierOrder 0 error Error
RedundantModifier 2 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 17 error Error
NeedBraces 0 error Error
LeftCurly
  • option : "nl"
1 error Error
RightCurly
  • option : "alone"
0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 14 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 1 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 1 error Error
InterfaceIsType 0 error Error
VisibilityModifier 32 error Error
TodoComment 0 error Error
UpperEll 0 error Error
Header
  • ignoreLines : "2"
  • headerFile : "/opt/j2ee/domains/mulesource.com/bamboo/webapps/atlassian-bamboo/data/bamboo-2.0/xml-data/build-dir/MULE-RELSITE/transports/jms/target/checkstyle-header.txt"
0 error Error

Details

org/mule/providers/jms/DefaultRedeliveryHandler.java

Violation Message Line
error Variable '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/MultiConsumerJmsMessageReceiver.java

Violation Message Line
error Variable 'consumers' must be private and have accessor methods. 56
error Variable 'receiversCount' must be private and have accessor methods. 58

org/mule/providers/jms/JmsExceptionReader.java

Violation Message Line
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

Violation Message Line
error Must have at least one statement. 469

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

Violation Message Line
error 'cast' is not followed by whitespace. 52

org/mule/providers/jms/JmsReplyToHandler.java

Violation Message Line
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/MessageTransactionCallback.java

Violation Message Line
error Variable 'message' must be private and have accessor methods. 19

org/mule/providers/jms/RedeliveryHandler.java

Violation Message Line
error Redundant 'public' modifier. 33
error Redundant 'public' modifier. 48
error Redundant throws: 'MessageRedeliveredException' is subclass of 'MessagingException'. 49

org/mule/providers/jms/JmsMessageUtils.java

Violation Message Line
error Utility classes should not have a public or default constructor. 46
error 'cast' is not followed by whitespace. 94
error 'cast' is not followed by whitespace. 98
error 'cast' is not followed by whitespace. 103
error 'cast' is not followed by whitespace. 107
error 'cast' is not followed by whitespace. 116
error '4096' is a magic number. 118
error 'cast' is not followed by whitespace. 138
error 'cast' is not followed by whitespace. 144
error 'cast' is not followed by whitespace. 159
error 'cast' is not followed by whitespace. 164
error 'cast' is not followed by whitespace. 168
error 'cast' is not followed by whitespace. 177
error 'cast' is not followed by whitespace. 187
error Must have at least one statement. 197
error 'cast' is not followed by whitespace. 228
error 'cast' is not followed by whitespace. 242
error '4096' is a magic number. 253
error '4096' is a magic number. 254
error 'cast' is not followed by whitespace. 274
error '4096' is a magic number. 277
error '4096' is a magic number. 278
error 'cast' is not followed by whitespace. 290
error 'cast' is not followed by whitespace. 300
error 'cast' is not followed by whitespace. 324
error 'cast' is not followed by whitespace. 328

org/mule/providers/jms/TransactedSingleResourceJmsMessageReceiver.java

Violation Message Line
error Variable 'connector' must be private and have accessor methods. 42
error Variable 'redeliveryHandler' must be private and have accessor methods. 43
error Variable 'consumer' must be private and have accessor methods. 44
error Variable 'session' must be private and have accessor methods. 45
error Variable 'startOnConnect' must be private and have accessor methods. 46
error Variable 'receiveMessagesInTransaction' must be private and have accessor methods. 49
error Variable '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
error Variable 'message' must be private and have accessor methods. 207

org/mule/providers/jms/JmsTransaction.java

Violation Message Line
error 'cast' is not followed by whitespace. 40
error 'cast' is not followed by whitespace. 65
error 'cast' is not followed by whitespace. 79

org/mule/providers/jms/JmsConnector.java

Violation Message Line
error Variable 'username' must be private and have accessor methods. 114
error Variable 'password' must be private and have accessor methods. 116
error 'cast' is not followed by whitespace. 231
error 'cast' is not followed by whitespace. 325
error '{' is not preceded with whitespace. 385
error '{' should be on a new line. 385
error 'cast' is not followed by whitespace. 411
error 'cast' is not followed by whitespace. 763
error Must have at least one statement. 1073
error Must have at least one statement. 1119

org/mule/providers/jms/XaTransactedJmsMessageReceiver.java

Violation Message Line
error Variable 'connector' must be private and have accessor methods. 44
error Variable 'reuseConsumer' must be private and have accessor methods. 45
error Variable 'reuseSession' must be private and have accessor methods. 46
error Variable 'context' must be private and have accessor methods. 47
error Variable 'timeout' must be private and have accessor methods. 48
error Variable 'redeliveryHandler' must be private and have accessor methods. 49
error Variable 'session' must be private and have accessor methods. 56
error Variable 'consumer' must be private and have accessor methods. 57
error Must have at least one statement. 224

org/mule/providers/jms/JmsClientAcknowledgeTransaction.java

Violation Message Line
error 'cast' is not followed by whitespace. 95
error 'cast' is not followed by whitespace. 104

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

Violation Message Line
error 'cast' is not followed by whitespace. 149
error 'cast' is not followed by whitespace. 208

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

Violation Message Line
error Variable 'factory' must be private and have accessor methods. 40

org/mule/providers/jms/JmsMessageReceiver.java

Violation Message Line
error Variable 'connector' must be private and have accessor methods. 45
error Variable 'redeliveryHandler' must be private and have accessor methods. 46
error Variable 'consumer' must be private and have accessor methods. 47
error Variable 'session' must be private and have accessor methods. 48
error Variable '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/JmsMessageAdapter.java

Violation Message Line
error 'cast' is not followed by whitespace. 109
error Must have at least one statement. 125
error Must have at least one statement. 135
error Must have at least one statement. 148
error Must have at least one statement. 158
error Must have at least one statement. 171
error Must have at least one statement. 181
error Must have at least one statement. 191
error Must have at least one statement. 204
error Must have at least one statement. 214
error Must have at least one statement. 227
error 'cast' is not followed by whitespace. 236
error Must have at least one statement. 246
error Must 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/Jms11Support.java

Violation Message Line
error Variable 'context' must be private and have accessor methods. 35
error Variable 'jndiDestinations' must be private and have accessor methods. 36
error Variable 'forceJndiDestinations' must be private and have accessor methods. 37
error Variable 'connector' must be private and have accessor methods. 38

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

Violation Message Line
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 '13' is a magic number. 68