Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
43 0 0 148

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 2 error Error
TypeName 0 error Error
MemberName 10 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 7 error Error
WhitespaceAround 8 error Error
ModifierOrder 0 error Error
RedundantModifier 33 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 9 error Error
NeedBraces 3 error Error
LeftCurly
  • option : "nl"
42 error Error
RightCurly
  • option : "alone"
11 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 9 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 12 error Error
TodoComment 1 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/management/target/checkstyle-header.txt"
0 error Error

Details

org/mule/management/mbeans/YourKitProfilerServiceMBean.java

Violation Message Line
error Redundant 'public' modifier. 17
error Redundant 'public' modifier. 18
error Redundant 'public' modifier. 19
error Redundant 'public' modifier. 20
error Redundant 'public' modifier. 21
error Redundant 'public' modifier. 22
error Redundant 'public' modifier. 23
error Redundant 'public' modifier. 24
error Redundant 'public' modifier. 25
error Redundant 'public' modifier. 29

org/mule/management/mbeans/ComponentStats.java

Violation Message Line
error Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32

org/mule/management/agents/WrapperManagerAgent.java

Violation Message Line
error File does not end with a newline. 0
error '{' should be on a new line. 43
error '{' should be on a new line. 74
error '{' should be on a new line. 137
error 'else' construct must use '{}'s. 185
error '{' should be on a new line. 201
error '{' should be on a new line. 217
error Must have at least one statement. 239

org/mule/management/mbeans/YourKitProfilerService.java

Violation Message Line
error Variable 'logger' must be private and have accessor methods. 26
error '1000' is a magic number. 154

org/mule/management/mbeans/ComponentService.java

Violation Message Line
error Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
error 'cast' is not followed by whitespace. 61
error 'cast' is not followed by whitespace. 214

org/mule/management/mbeans/MuleService.java

Violation Message Line
error Variable 'logger' must be private and have accessor methods. 36
error Must have at least one statement. 71
error '80' is a magic number. 196

org/mule/ManagementContext.java

Violation Message Line
error Variable 'logger' must be private and have accessor methods. 30
error Variable 'jmxDomainName' must be private and have accessor methods. 32
error Variable 'workingDir' must be private and have accessor methods. 33
error Variable 'transactionManager' must be private and have accessor methods. 34
error Variable 'mBeanServer' must be private and have accessor methods. 35
error Variable 'namingContext' must be private and have accessor methods. 36
error '8' is a magic number. 148

org/mule/management/agents/IBMSslAdapterServerSocketFactory.java

Violation Message Line
error Name 'm_keyStoreType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
error Name 'm_trustStoreType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
error Name 'm_keyStoreName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 76
error Name 'm_trustStoreName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
error Name 'm_keyStorePassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
error Name 'm_trustStorePassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
error Name 'm_keyManagerAlgorithm' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
error Name 'm_trustManagerAlgorithm' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
error Name 'm_keyManagerPassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
error Name 'm_sslProtocol' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
error 'if' construct must use '{}'s. 220
error 'if' construct must use '{}'s. 222
error Must have at least one statement. 229
error 'cast' is not followed by whitespace. 268

org/mule/management/support/JmxRegistrationContext.java

Violation Message Line
error Variable 'logger' must be private and have accessor methods. 37
error '}' should be alone on a line. 75

org/mule/management/mbeans/EndpointService.java

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

org/mule/management/agents/JdmkAgent.java

Violation Message Line
error Must have at least one statement. 93
error Must have at least one statement. 120
error Must have at least one statement. 132
error Comment matches to-do format 'TODO:'. 133
error 'cast' is not followed by whitespace. 151

org/mule/management/agents/YourKitProfilerAgent.java

Violation Message Line
error 'if' is not followed by whitespace. 93
error 'if' is not followed by whitespace. 101
error 'catch' is not followed by whitespace. 116
error 'if' is not followed by whitespace. 128
error 'if' is not followed by whitespace. 132
error Must have at least one statement. 149
error 'try' is not followed by whitespace. 156
error '{' is not preceded with whitespace. 156
error '{' should be on a new line. 156
error 'catch' is not followed by whitespace. 160

org/mule/management/agents/Log4jAgent.java

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

org/mule/management/agents/RmiRegistryAgent.java

Violation Message Line
error Variable 'logger' must be private and have accessor methods. 37
error '{' should be on a new line. 128

org/mule/management/agents/JmxAgent.java

Violation Message Line
error Variable 'locateServer' must be private and have accessor methods. 95
error '{' should be on a new line. 172
error '{' should be on a new line. 175
error '{' should be on a new line. 178
error '{' should be on a new line. 180
error '{' should be on a new line. 184
error '{' should be on a new line. 188
error '{' should be on a new line. 191
error '{' should be on a new line. 192
error '}' should be alone on a line. 208
error '{' should be on a new line. 208
error '{' should be on a new line. 217
error '{' should be on a new line. 218
error '}' should be alone on a line. 227
error '{' should be on a new line. 227
error '}' should be alone on a line. 246
error '{' should be on a new line. 246
error '{' should be on a new line. 259
error '{' should be on a new line. 260
error '}' should be alone on a line. 263
error '{' should be on a new line. 263
error '{' should be on a new line. 276
error '{' should be on a new line. 277
error '}' should be alone on a line. 279
error '{' should be on a new line. 279
error '{' should be on a new line. 292
error '{' should be on a new line. 293
error '{' should be on a new line. 295
error '}' should be alone on a line. 297
error '{' should be on a new line. 297
error '{' should be on a new line. 301
error '{' should be on a new line. 403
error '{' should be on a new line. 421
error '{' should be on a new line. 423
error '{' should be on a new line. 424
error '{' should be on a new line. 428
error '}' should be alone on a line. 443
error '{' should be on a new line. 443
error '{' should be on a new line. 458
error '{' should be on a new line. 464
error '{' should be on a new line. 559
error '{' should be on a new line. 571

org/mule/management/agents/DefaultJmxSupportAgent.java

Violation Message Line
error '{' should be on a new line. 125

org/mule/management/agents/Mx4jAgent.java

Violation Message Line
error Must have at least one statement. 198
error Must have at least one statement. 225

org/mule/management/mbeans/MuleConfigurationServiceMBean.java

Violation Message Line
error Redundant 'public' modifier. 19
error Redundant 'public' modifier. 21
error Redundant 'public' modifier. 23
error Redundant 'public' modifier. 25
error Redundant 'public' modifier. 27
error Redundant 'public' modifier. 29
error Redundant 'public' modifier. 31
error Redundant 'public' modifier. 33
error Redundant 'public' modifier. 35
error Redundant 'public' modifier. 37
error Redundant 'public' modifier. 39
error Redundant 'public' modifier. 41
error Redundant 'public' modifier. 43
error Redundant 'public' modifier. 45
error Redundant 'public' modifier. 47
error Redundant 'public' modifier. 49
error Redundant 'public' modifier. 51
error Redundant 'public' modifier. 53
error Redundant 'public' modifier. 55
error Redundant 'public' modifier. 57
error Redundant 'public' modifier. 59
error Redundant 'public' modifier. 61
error Redundant 'public' modifier. 63

org/mule/management/i18n/ManagementMessages.java

Violation Message Line
error '3' is a magic number. 32
error '4' is a magic number. 37

org/mule/management/agents/JmxServerNotificationAgent.java

Violation Message Line
error '}' should be alone on a line. 76
error '}' should be alone on a line. 98
error '}' should be alone on a line. 105
error '100' is a magic number. 187

org/mule/management/mbeans/StatisticsService.java

Violation Message Line
error 'cast' is not followed by whitespace. 46
error '2048' is a magic number. 95
error '8192' is a magic number. 104
error '8192' is a magic number. 112