Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
4 0 0 32

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 19 error Error
WhitespaceAround 3 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
NeedBraces 2 error Error
LeftCurly
  • option : "nl"
4 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 2 error Error
MagicNumber 2 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 0 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/modules/wssecurity/target/checkstyle-header.txt"
0 error Error

Details

org/mule/extras/wssecurity/handlers/MuleWSSInHandler.java

Violation Message Line
error Inner assignments should be avoided. 90
error 'cast' is not followed by whitespace. 90
error '=' is not followed by whitespace. 99
error 'cast' is not followed by whitespace. 104
error 'cast' is not followed by whitespace. 104
error 'cast' is not followed by whitespace. 119
error 'cast' is not followed by whitespace. 122
error 'if' construct must use '{}'s. 124
error 'if' construct must use '{}'s. 128
error '16' is a magic number. 203
error '8' is a magic number. 207
error Inner assignments should be avoided. 223
error 'cast' is not followed by whitespace. 223

org/mule/extras/wssecurity/callbackhandlers/MuleWsSecurityCallbackHandler.java

Violation Message Line
error 'cast' is not followed by whitespace. 42
error 'cast' is not followed by whitespace. 60
error 'cast' is not followed by whitespace. 62

org/mule/extras/wssecurity/filters/WsSecurityFilter.java

Violation Message Line
error 'cast' is not followed by whitespace. 90
error 'cast' is not followed by whitespace. 117
error '{' is not preceded with whitespace. 131
error '{' should be on a new line. 131
error 'cast' is not followed by whitespace. 185
error 'cast' is not followed by whitespace. 201
error 'cast' is not followed by whitespace. 218
error 'cast' is not followed by whitespace. 220
error ',' is not followed by whitespace. 242
error 'cast' is not followed by whitespace. 256
error 'cast' is not followed by whitespace. 258
error 'cast' is not followed by whitespace. 291
error '{' is not preceded with whitespace. 297
error '{' should be on a new line. 297
error '{' should be on a new line. 349
error '{' should be on a new line. 353