Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
2600119

Rules

RulesViolationsSeverity
NewlineAtEndOfFile0error 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
UnusedImports1error Error
FileLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
TabCharacter0error Error
WhitespaceAfter77error Error
WhitespaceAround6error Error
ModifierOrder5error Error
RedundantModifier2error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
NeedBraces0error Error
LeftCurly
  • option: "nl"
1error Error
RightCurly
  • option: "alone"
0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows8error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier17error Error
TodoComment2error Error
UpperEll0error Error

Details

org/mule/extras/spring/config/UMOManagerFactoryBean.java

ViolationMessageLine
error'cast' is not followed by whitespace.70
error'cast' is not followed by whitespace.79
error'cast' is not followed by whitespace.98
error'cast' is not followed by whitespace.106
error'cast' is not followed by whitespace.114
error'cast' is not followed by whitespace.122
error'cast' is not followed by whitespace.123

org/mule/extras/spring/remoting/ObjectToRemoteInvocationTransformer.java

ViolationMessageLine
error'cast' is not followed by whitespace.41
error'cast' is not followed by whitespace.45

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

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

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

ViolationMessageLine
error'public' modifier out of order with the JLS suggestions.25
error'public' modifier out of order with the JLS suggestions.30

org/mule/extras/spring/config/MuleResourceLoader.java

ViolationMessageLine
errorVariable 'logger' must be private and have accessor methods.26

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

ViolationMessageLine
errorUnused import - org.mule.config.ThreadingProfile.16
errorVariable 'listeners' must be private and have accessor methods.132
errorVariable 'asynchronous' must be private and have accessor methods.137
errorVariable 'asyncPool' must be private and have accessor methods.142
errorVariable 'endpointMappings' must be private and have accessor methods.149
errorVariable 'subscriptions' must be private and have accessor methods.158
errorVariable 'applicationContext' must be private and have accessor methods.163
errorVariable 'descriptor' must be private and have accessor methods.168
errorVariable 'component' must be private and have accessor methods.173
errorVariable 'subscriptionFilter' must be private and have accessor methods.178
errorVariable 'exceptionListener' must be private and have accessor methods.183
error'cast' is not followed by whitespace.217
error'cast' is not followed by whitespace.220
error'cast' is not followed by whitespace.290
error'cast' is not followed by whitespace.309
error'cast' is not followed by whitespace.317
error'cast' is not followed by whitespace.321
error'cast' is not followed by whitespace.339
error'cast' is not followed by whitespace.350
error'cast' is not followed by whitespace.504
errorRedundant throws: 'BeansException' is unchecked exception.533
error'cast' is not followed by whitespace.546
error'cast' is not followed by whitespace.560
error'cast' is not followed by whitespace.602
error'cast' is not followed by whitespace.612
error'cast' is not followed by whitespace.615
error'cast' is not followed by whitespace.619
error'cast' is not followed by whitespace.638
error'cast' is not followed by whitespace.697
error'cast' is not followed by whitespace.698
error'cast' is not followed by whitespace.699
error'cast' is not followed by whitespace.716
error'cast' is not followed by whitespace.717
error'cast' is not followed by whitespace.740
error'cast' is not followed by whitespace.741
error'cast' is not followed by whitespace.764
error'cast' is not followed by whitespace.765
error'if' is not followed by whitespace.781
error'==' is not preceded with whitespace.781
error'==' is not followed by whitespace.781
error'cast' is not followed by whitespace.829

org/mule/extras/spring/config/SpringConfigurationBuilder.java

ViolationMessageLine
error'final' modifier out of order with the JLS suggestions.42
errorVariable 'logger' must be private and have accessor methods.42
error'cast' is not followed by whitespace.88

org/mule/extras/spring/remoting/SpringRemoteInvokerComponent.java

ViolationMessageLine
error'{' should be on a new line.64
error'cast' is not followed by whitespace.155

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

ViolationMessageLine
errorComment matches to-do format 'TODO:'.25
error'public' modifier out of order with the JLS suggestions.50
error'public' modifier out of order with the JLS suggestions.58
errorComment matches to-do format 'TODO:'.64
errorVariable 'status' must be private and have accessor methods.68
error'cast' is not followed by whitespace.99
error'cast' is not followed by whitespace.104

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

ViolationMessageLine
errorRedundant 'public' modifier.26
errorRedundant 'public' modifier.28

org/mule/extras/spring/config/MuleBeanDefinitionReader.java

ViolationMessageLine
error'cast' is not followed by whitespace.62
errorRedundant throws: 'BeansException' is unchecked exception.66
error'cast' is not followed by whitespace.102
error'cast' is not followed by whitespace.113

org/mule/extras/spring/config/MuleObjectNameProcessor.java

ViolationMessageLine
errorRedundant throws: 'BeansException' is unchecked exception.35
error'cast' is not followed by whitespace.41
error'cast' is not followed by whitespace.43
error'cast' is not followed by whitespace.48
error'cast' is not followed by whitespace.54
error'cast' is not followed by whitespace.57
error'cast' is not followed by whitespace.62
error'cast' is not followed by whitespace.64
error'cast' is not followed by whitespace.69
error'cast' is not followed by whitespace.71
error'cast' is not followed by whitespace.76
errorRedundant throws: 'BeansException' is unchecked exception.82

org/mule/extras/spring/config/MuleManagerBean.java

ViolationMessageLine
errorRedundant throws: 'BeansException' is unchecked exception.74

org/mule/extras/spring/SpringContainerContext.java

ViolationMessageLine
errorVariable 'beanFactory' must be private and have accessor methods.47
errorVariable 'externalBeanFactory' must be private and have accessor methods.49
errorVariable 'configResources' must be private and have accessor methods.52
errorVariable 'configXml' must be private and have accessor methods.55
error'cast' is not followed by whitespace.82
error'cast' is not followed by whitespace.148

org/mule/extras/spring/config/AutowireUMOManagerFactoryBean.java

ViolationMessageLine
errorRedundant throws: 'BeansException' is unchecked exception.114
error'cast' is not followed by whitespace.116
error'cast' is not followed by whitespace.123
error'cast' is not followed by whitespace.127
error'cast' is not followed by whitespace.134
error'cast' is not followed by whitespace.140
error'cast' is not followed by whitespace.147
error'if' is not followed by whitespace.195
error'==' is not preceded with whitespace.195
error'==' is not followed by whitespace.195
error'cast' is not followed by whitespace.197
error'cast' is not followed by whitespace.198
error'cast' is not followed by whitespace.218
error'cast' is not followed by whitespace.225
error'cast' is not followed by whitespace.232
error'cast' is not followed by whitespace.263
error'cast' is not followed by whitespace.267
error'cast' is not followed by whitespace.284
error'cast' is not followed by whitespace.294
error'cast' is not followed by whitespace.307
error'cast' is not followed by whitespace.316
error'cast' is not followed by whitespace.324
error'cast' is not followed by whitespace.332
error'cast' is not followed by whitespace.341
error'cast' is not followed by whitespace.357
error'cast' is not followed by whitespace.359

org/mule/extras/spring/config/MuleApplicationContext.java

ViolationMessageLine
errorRedundant throws: 'BeansException' is unchecked exception.38
errorRedundant throws: 'BeansException' is unchecked exception.53