Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
110039

Rules

RulesViolationsSeverity
NewlineAtEndOfFile0error Error
Translation0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
MemberName3error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports1error Error
FileLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
TabCharacter0error Error
WhitespaceAfter17error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier7error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
NeedBraces0error Error
LeftCurly
  • option: "nl"
0error Error
RightCurly
  • option: "alone"
0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber5error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType1error Error
VisibilityModifier3error Error
TodoComment0error Error
UpperEll0error Error

Details

org/mule/providers/soap/ServiceProxy.java

ViolationMessageLine
errorUtility classes should not have a public or default constructor.31
error'cast' is not followed by whitespace.38
error'cast' is not followed by whitespace.44
error'cast' is not followed by whitespace.52
error'cast' is not followed by whitespace.98

org/mule/providers/soap/SoapMethod.java

ViolationMessageLine
error'cast' is not followed by whitespace.38
error'cast' is not followed by whitespace.50
error'cast' is not followed by whitespace.76
error'cast' is not followed by whitespace.86
error'cast' is not followed by whitespace.103
error'cast' is not followed by whitespace.112

org/mule/providers/soap/SoapConstants.java

ViolationMessageLine
errorinterfaces should describe a type and hence have methods.16
errorRedundant 'public' modifier.18
errorRedundant 'public' modifier.19
errorRedundant 'public' modifier.20
errorRedundant 'public' modifier.21
errorRedundant 'public' modifier.22
errorRedundant 'public' modifier.23
errorRedundant 'public' modifier.24

org/mule/providers/soap/transformers/HttpRequestToSoapRequest.java

ViolationMessageLine
error'cast' is not followed by whitespace.51
error'cast' is not followed by whitespace.70
error'8192' is a magic number.90
error'cast' is not followed by whitespace.98

org/mule/providers/soap/SoapServiceFinder.java

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

org/mule/providers/soap/NamedParameter.java

ViolationMessageLine
errorName 'MODE_IN' must match pattern '^[a-z][a-zA-Z0-9]*$'.23
errorVariable 'MODE_IN' must be private and have accessor methods.23
errorName 'MODE_OUT' must match pattern '^[a-z][a-zA-Z0-9]*$'.24
errorVariable 'MODE_OUT' must be private and have accessor methods.24
errorName 'MODE_INOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'.25
errorVariable 'MODE_INOUT' must be private and have accessor methods.25

org/mule/providers/soap/MuleSoapHeaders.java

ViolationMessageLine
errorUnused import - javax.xml.soap.SOAPException.21
error'cast' is not followed by whitespace.57
error'cast' is not followed by whitespace.71
error'cast' is not followed by whitespace.102
errorMust have at least one statement.135

org/mule/providers/soap/i18n/SoapMessages.java

ViolationMessageLine
error'4' is a magic number.22
error'5' is a magic number.27
error'6' is a magic number.32
error'8' is a magic number.37