Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
11 0 0 16

Rules

Rules Violations Severity
NewlineAtEndOfFile 1 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 1 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 3 error Error
WhitespaceAround 7 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 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 1 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 3 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/scripting/target/checkstyle-header.txt"
0 error Error

Details

org/mule/module/scripting/component/Scriptable.java

Violation Message Line
error Variable 'logger' must be private and have accessor methods. 74
error 'cast' is not followed by whitespace. 190

org/mule/module/scripting/component/GroovyRefreshableBeanBuilder.java

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

org/mule/module/scripting/component/ScriptComponent.java

Violation Message Line
error Variable 'nestedRouter' must be private and have accessor methods. 42

org/mule/module/scripting/config/ScriptDefinitionParser.java

Violation Message Line
error 'if' is not followed by whitespace. 47
error '!=' is not preceded with whitespace. 47
error '!=' is not followed by whitespace. 47
error '==' is not preceded with whitespace. 47

org/mule/module/scripting/expression/GroovyExpressionEvaluator.java

Violation Message Line
error Unused import - org.mule.api.MuleMessage. 12

org/mule/module/scripting/expression/AbstractScriptExpressionEvaluator.java

Violation Message Line
error File does not end with a newline. 0
error Variable 'cache' must be private and have accessor methods. 34
error '8' is a magic number. 34
error 'cast' is not followed by whitespace. 78
error 'if' is not followed by whitespace. 79
error '==' is not preceded with whitespace. 79
error '==' is not followed by whitespace. 79