Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
70050

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
UnusedImports0error Error
FileLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
TabCharacter0error Error
WhitespaceAfter6error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier11error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
NeedBraces0error Error
LeftCurly
  • option: "nl"
21error Error
RightCurly
  • option: "alone"
4error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression1error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier7error Error
TodoComment0error Error
UpperEll0error Error

Details

org/mule/providers/bpm/ProcessConnector.java

ViolationMessageLine
errorVariable 'bpms' must be private and have accessor methods.33
errorVariable 'bpmsClass' must be private and have accessor methods.39
errorVariable 'processIdField' must be private and have accessor methods.42
errorVariable 'allowGlobalReceiver' must be private and have accessor methods.50
errorVariable 'allowGlobalDispatcher' must be private and have accessor methods.57
errorExpression can be simplified.106
error'cast' is not followed by whitespace.151
error'cast' is not followed by whitespace.154
error'cast' is not followed by whitespace.158
error'cast' is not followed by whitespace.196

org/mule/providers/bpm/tests/AbstractBpmTestCase.java

ViolationMessageLine
errorVariable 'connector' must be private and have accessor methods.20
errorVariable 'bpms' must be private and have accessor methods.21
error'{' should be on a new line.23

org/mule/providers/bpm/BPMS.java

ViolationMessageLine
errorRedundant 'public' modifier.32
errorRedundant 'public' modifier.42
errorRedundant 'public' modifier.54
errorRedundant 'public' modifier.64
errorRedundant 'public' modifier.72
errorRedundant 'public' modifier.80
errorRedundant 'public' modifier.86
errorRedundant 'public' modifier.92
errorRedundant 'public' modifier.98
errorRedundant 'public' modifier.104

org/mule/providers/bpm/ProcessMessageDispatcher.java

ViolationMessageLine
error'cast' is not followed by whitespace.38
error'cast' is not followed by whitespace.84

org/mule/providers/bpm/MessageService.java

ViolationMessageLine
error'{' should be on a new line.21
errorRedundant 'public' modifier.23

org/mule/providers/bpm/ProcessMessageReceiver.java

ViolationMessageLine
error'{' should be on a new line.29
error'{' should be on a new line.34
error'{' should be on a new line.39
error'{' should be on a new line.49
error'{' should be on a new line.51
error'}' should be alone on a line.53
error'{' should be on a new line.53
error'{' should be on a new line.58
error'{' should be on a new line.60
error'}' should be alone on a line.62
error'{' should be on a new line.62
error'{' should be on a new line.67
error'{' should be on a new line.69
error'}' should be alone on a line.71
error'{' should be on a new line.71
error'{' should be on a new line.76
error'{' should be on a new line.82
error'{' should be on a new line.87
error'{' should be on a new line.93
error'{' should be on a new line.94
error'}' should be alone on a line.96
error'{' should be on a new line.96
error'{' should be on a new line.101