Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
14 0 0 23

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 1 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 3 error Error
WhitespaceAround 0 error Error
ModifierOrder 4 error Error
RedundantModifier 2 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 0 error Error
MagicNumber 0 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 1 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 10 error Error
TodoComment 2 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/modules/spring-extras/target/checkstyle-header.txt"
0 error Error

Details

org/mule/module/spring/remoting/ObjectToRemoteInvocationResultTransformer.java

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

org/mule/module/spring/transaction/SpringTransactionFactory.java

Violation Message Line
error Comment matches to-do format 'TODO:'. 26
error 'public' modifier out of order with the JLS suggestions. 53
error 'public' modifier out of order with the JLS suggestions. 61
error Comment matches to-do format 'TODO:'. 67
error Variable 'status' must be private and have accessor methods. 71
error 'cast' is not followed by whitespace. 102
error 'cast' is not followed by whitespace. 107

org/mule/module/spring/events/MuleSubscriptionEventListener.java

Violation Message Line
error Redundant 'public' modifier. 26
error Redundant 'public' modifier. 28

org/mule/module/spring/transaction/SpringTransactionManagerFactory.java

Violation Message Line
error 'public' modifier out of order with the JLS suggestions. 25
error 'public' modifier out of order with the JLS suggestions. 30

org/mule/module/spring/events/MuleEventMulticaster.java

Violation Message Line
error Unused import - org.mule.api.config.ThreadingProfile. 23
error Variable 'listeners' must be private and have accessor methods. 133
error Variable 'asynchronous' must be private and have accessor methods. 138
error Variable 'asyncPool' must be private and have accessor methods. 143
error Variable 'subscriptions' must be private and have accessor methods. 152
error Variable 'applicationContext' must be private and have accessor methods. 157
error Variable 'service' must be private and have accessor methods. 162
error Variable 'subscriptionFilter' must be private and have accessor methods. 167
error Variable 'exceptionListener' must be private and have accessor methods. 172
error Variable 'muleContext' must be private and have accessor methods. 174
error Redundant throws: 'BeansException' is unchecked exception. 524