Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
34 0 0 65

Rules

Rules Violations Severity
NewlineAtEndOfFile 4 error Error
Translation 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 2 error Error
StaticVariableName 1 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 2 error Error
NoWhitespaceBefore 0 error Error
TabCharacter 0 error Error
WhitespaceAfter 8 error Error
WhitespaceAround 8 error Error
ModifierOrder 0 error Error
RedundantModifier 8 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 22 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 1 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 1 error Error
HideUtilityClassConstructor 1 error Error
InterfaceIsType 0 error Error
VisibilityModifier 7 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/tests/functional/target/checkstyle-header.txt"
0 error Error

Details

org/mule/tck/testmodels/services/PeopleService.java

Violation Message Line
error Redundant 'public' modifier. 19
error Redundant 'public' modifier. 21
error Redundant 'public' modifier. 23
error Redundant 'public' modifier. 25

org/mule/tck/testmodels/fruit/FloridaSunnyOrangeFactoryBean.java

Violation Message Line
error Variable 'segments' must be private and have accessor methods. 20
error '10' is a magic number. 20
error Variable 'radius' must be private and have accessor methods. 21
error '4.34' is a magic number. 21

org/mule/tck/util/MuleDerbyTestUtils.java

Violation Message Line
error Class MuleDerbyTestUtils should be declared as final. 28
error '{' is followed by whitespace. 98
error '{' is followed by whitespace. 101

org/mule/tck/config/TestComponentDefinitionParser.java

Violation Message Line
error Name 'OBJECT_FACTORY_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
error 'cast' is not followed by whitespace. 109

org/mule/tck/functional/TransactionalFunctionalTestComponent.java

Violation Message Line
error Expression can be simplified. 36

org/mule/tck/AbstractConfigBuilderTestCase.java

Violation Message Line
error 'cast' is not followed by whitespace. 85
error '42' is a magic number. 200
error '16' is a magic number. 201
error '3' is a magic number. 202
error '60001' is a magic number. 205
error '6' is a magic number. 211
error '12' is a magic number. 212
error '6' is a magic number. 213
error 'cast' is not followed by whitespace. 269
error '9' is a magic number. 271
error '6' is a magic number. 272
error '4002' is a magic number. 273
error 'cast' is not followed by whitespace. 288
error '102' is a magic number. 289

org/mule/tck/testmodels/services/TestServiceComponent.java

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

org/mule/tck/functional/FunctionalTestComponent.java

Violation Message Line
error File does not end with a newline. 0
error Variable 'logger' must be private and have accessor methods. 50
error 'if' is not followed by whitespace. 98
error 'if' is not followed by whitespace. 101
error '!=' is not preceded with whitespace. 101
error '!=' is not followed by whitespace. 101
error 'if' is not followed by whitespace. 107
error '!=' is not preceded with whitespace. 107
error '!=' is not followed by whitespace. 107
error 'cast' is not followed by whitespace. 147
error '100' is a magic number. 187
error '80' is a magic number. 187
error 'if' is not followed by whitespace. 233

org/mule/tck/jndi/TestContextFactory.java

Violation Message Line
error '8' is a magic number. 45
error '10' is a magic number. 45

org/mule/tck/testmodels/services/TestReceiver.java

Violation Message Line
error Variable 'count' must be private and have accessor methods. 24

org/mule/tck/testmodels/services/DateService.java

Violation Message Line
error Redundant 'public' modifier. 18

org/mule/tck/functional/FunctionalStreamingTestComponent.java

Violation Message Line
error File does not end with a newline. 0
error Variable 'logger' must be private and have accessor methods. 39
error '80' is a magic number. 173

org/mule/tck/testmodels/fruit/FloridaSunnyOrangeFactory.java

Violation Message Line
error Utility classes should not have a public or default constructor. 17

org/mule/tck/testmodels/services/TestComponent.java

Violation Message Line
error Variable 'count' must be private and have accessor methods. 23

org/mule/tck/testmodels/services/ITestComponent.java

Violation Message Line
error Redundant 'public' modifier. 18
error Redundant 'public' modifier. 20

org/mule/tck/functional/CounterCallback.java

Violation Message Line
error File does not end with a newline. 0
error Name 'Component' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33

org/mule/tck/AbstractScriptConfigBuilderTestCase.java

Violation Message Line
error 'cast' is not followed by whitespace. 82
error '3' is a magic number. 172
error '3' is a magic number. 179
error '6' is a magic number. 189
error 'cast' is not followed by whitespace. 232
error '10001' is a magic number. 302

org/mule/tck/functional/QuietExceptionStrategy.java

Violation Message Line
error Variable 'logger' must be private and have accessor methods. 26

org/mule/tck/functional/EventCallback.java

Violation Message Line
error Redundant 'public' modifier. 26

org/mule/tck/functional/CountdownCallback.java

Violation Message Line
error File does not end with a newline. 0
error Name 'Component' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29