Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
16 0 0 64

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 2 error Error
NoWhitespaceBefore 0 error Error
TabCharacter 0 error Error
WhitespaceAfter 21 error Error
WhitespaceAround 2 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
NeedBraces 0 error Error
LeftCurly
  • option : "nl"
0 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 7 error Error
MagicNumber 13 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 1 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 18 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/jdbc/target/checkstyle-header.txt"
0 error Error

Details

org/mule/providers/jdbc/JdbcMessageDispatcher.java

Violation Message Line
error 'cast' is not followed by whitespace. 50
error '4' is a magic number. 108
error Inner assignments should be avoided. 178
error '6' is a magic number. 193
error '6' is a magic number. 194
error '6' is a magic number. 195
error '5' is a magic number. 196
error '4' is a magic number. 197
error ',' is not followed by whitespace. 243
error '!=' is not preceded with whitespace. 302
error '!=' is not followed by whitespace. 302

org/mule/providers/jdbc/JdbcMessageReceiver.java

Violation Message Line
error Variable 'connector' must be private and have accessor methods. 37
error Variable 'readStmt' must be private and have accessor methods. 38
error Variable 'ackStmt' must be private and have accessor methods. 39
error Variable 'readParams' must be private and have accessor methods. 40
error Variable 'ackParams' must be private and have accessor methods. 41
error 'cast' is not followed by whitespace. 50
error 'cast' is not followed by whitespace. 53
error 'cast' is not followed by whitespace. 156

org/mule/providers/jdbc/JdbcTransaction.java

Violation Message Line
error 'cast' is not followed by whitespace. 43
error 'cast' is not followed by whitespace. 67
error 'cast' is not followed by whitespace. 68
error 'cast' is not followed by whitespace. 80
error 'cast' is not followed by whitespace. 81

org/mule/providers/jdbc/SQLExceptionReader.java

Violation Message Line
error 'cast' is not followed by whitespace. 28
error 'cast' is not followed by whitespace. 34
error 'cast' is not followed by whitespace. 56

org/mule/providers/jdbc/JdbcConnector.java

Violation Message Line
error Variable 'pollingFrequency' must be private and have accessor methods. 77
error Variable 'dataSource' must be private and have accessor methods. 78
error Variable 'dataSourceJndiName' must be private and have accessor methods. 79
error Variable 'jndiContext' must be private and have accessor methods. 80
error Variable 'jndiInitialFactory' must be private and have accessor methods. 81
error Variable 'jndiProviderUrl' must be private and have accessor methods. 82
error Variable 'providerProperties' must be private and have accessor methods. 83
error Variable 'queries' must be private and have accessor methods. 84
error Variable 'resultSetHandler' must be private and have accessor methods. 85
error Variable 'queryRunner' must be private and have accessor methods. 86
error Variable 'queryValueExtractors' must be private and have accessor methods. 87
error Variable 'propertyExtractors' must be private and have accessor methods. 88
error Variable 'propertyExtractorCache' must be private and have accessor methods. 90
error 'cast' is not followed by whitespace. 108
error 'cast' is not followed by whitespace. 138
error 'cast' is not followed by whitespace. 231
error Inner assignments should be avoided. 245
error 'cast' is not followed by whitespace. 245
error Inner assignments should be avoided. 255
error 'cast' is not followed by whitespace. 255
error Inner assignments should be avoided. 258
error Inner assignments should be avoided. 266
error Inner assignments should be avoided. 276
error '6' is a magic number. 284
error '4' is a magic number. 284
error '6' is a magic number. 290
error '6' is a magic number. 291
error '6' is a magic number. 292
error 'cast' is not followed by whitespace. 309
error 'cast' is not followed by whitespace. 458
error '200' is a magic number. 575
error '3' is a magic number. 588
error 'cast' is not followed by whitespace. 616
error Inner assignments should be avoided. 619

org/mule/providers/jdbc/util/MuleDerbyUtils.java

Violation Message Line
error Class MuleDerbyUtils should be declared as final. 28
error '{' is followed by whitespace. 98
error '{' is followed by whitespace. 101