Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
8 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 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 6 error Error
WhitespaceAround 0 error Error
ModifierOrder 0 error Error
RedundantModifier 11 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 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 0 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 1 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 4 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/bpm/target/checkstyle-header.txt"
0 error Error

Details

org/mule/transport/bpm/MessageService.java

Violation Message Line
error '{' should be on a new line. 21
error Redundant 'public' modifier. 23

org/mule/transport/bpm/BPMS.java

Violation Message Line
error Redundant 'public' modifier. 32
error Redundant 'public' modifier. 42
error Redundant 'public' modifier. 54
error Redundant 'public' modifier. 64
error Redundant 'public' modifier. 72
error Redundant 'public' modifier. 80
error Redundant 'public' modifier. 86
error Redundant 'public' modifier. 92
error Redundant 'public' modifier. 98
error Redundant 'public' modifier. 104

org/mule/transport/bpm/ProcessConnector.java

Violation Message Line
error Variable 'bpms' must be private and have accessor methods. 34
error Variable 'processIdField' must be private and have accessor methods. 37
error Variable 'allowGlobalReceiver' must be private and have accessor methods. 45
error Variable 'allowGlobalDispatcher' must be private and have accessor methods. 52
error Expression can be simplified. 103
error 'cast' is not followed by whitespace. 148
error 'cast' is not followed by whitespace. 151
error 'cast' is not followed by whitespace. 155
error 'cast' is not followed by whitespace. 193

org/mule/transport/bpm/ProcessMessageDispatcher.java

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