Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
9 0 0 28

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 1 error Error
NoWhitespaceBefore 0 error Error
TabCharacter 0 error Error
WhitespaceAfter 10 error Error
WhitespaceAround 0 error Error
ModifierOrder 0 error Error
RedundantModifier 2 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 2 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 3 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 9 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/rmi/target/checkstyle-header.txt"
0 error Error

Details

org/mule/providers/rmi/RmiMessageReceiver.java

Violation Message Line
error Variable 'connector' must be private and have accessor methods. 40
error Variable 'remoteObject' must be private and have accessor methods. 42
error Variable 'invokeMethod' must be private and have accessor methods. 44
error Variable 'methodArguments' must be private and have accessor methods. 46
error 'cast' is not followed by whitespace. 55
error 'cast' is not followed by whitespace. 78
error 'cast' is not followed by whitespace. 88

org/mule/providers/rmi/RmiCallbackMessageReceiver.java

Violation Message Line
error Variable 'connector' must be private and have accessor methods. 44
error Variable 'remoteObject' must be private and have accessor methods. 46
error 'cast' is not followed by whitespace. 56
error 'cast' is not followed by whitespace. 175
error 'cast' is not followed by whitespace. 186
error '{' is followed by whitespace. 186
error Redundant throws: 'MessagingException' is subclass of 'UMOException'. 204

org/mule/providers/rmi/i18n/RmiMessages.java

Violation Message Line
error '10' is a magic number. 27
error '11' is a magic number. 32

org/mule/providers/rmi/RmiMessageDispatcher.java

Violation Message Line
error Variable 'remoteObject' must be private and have accessor methods. 32
error Variable 'invokedMethod' must be private and have accessor methods. 33
error 'cast' is not followed by whitespace. 38
error 'cast' is not followed by whitespace. 70

org/mule/providers/rmi/RmiConnector.java

Violation Message Line
error Variable 'pollingFrequency' must be private and have accessor methods. 80
error '1000L' is a magic number. 80
error 'cast' is not followed by whitespace. 234
error Must have at least one statement. 304
error Must have at least one statement. 314
error 'cast' is not followed by whitespace. 337

org/mule/providers/rmi/RmiAble.java

Violation Message Line
error Redundant 'public' modifier. 24
error Redundant 'public' modifier. 34