Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
160037

Rules

RulesViolationsSeverity
NewlineAtEndOfFile0error Error
Translation0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
MemberName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
TabCharacter0error Error
WhitespaceAfter10error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier7error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
NeedBraces1error Error
LeftCurly
  • option: "nl"
0error Error
RightCurly
  • option: "alone"
0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber15error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier3error Error
TodoComment0error Error
UpperEll0error Error

Details

org/mule/samples/errorhandler/ErrorManager.java

ViolationMessageLine
error'cast' is not followed by whitespace.70
error'cast' is not followed by whitespace.98
error'cast' is not followed by whitespace.139

org/mule/samples/errorhandler/ExceptionHandler.java

ViolationMessageLine
errorRedundant 'public' modifier.21
errorRedundant 'public' modifier.23
errorRedundant 'public' modifier.25
errorRedundant 'public' modifier.27
errorRedundant 'public' modifier.29
errorRedundant 'public' modifier.31
errorRedundant 'public' modifier.33

org/mule/samples/errorhandler/BusinessErrorManager.java

ViolationMessageLine
error'cast' is not followed by whitespace.36
error'80' is a magic number.44

org/mule/samples/errorhandler/ErrorMessageToException.java

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

org/mule/samples/errorhandler/ExceptionBeanToErrorMessage.java

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

org/mule/samples/errorhandler/LocaleMessage.java

ViolationMessageLine
error'3' is a magic number.39
error'4' is a magic number.44
error'5' is a magic number.49
error'6' is a magic number.55
error'7' is a magic number.60
error'8' is a magic number.65
error'9' is a magic number.70
error'10' is a magic number.76
error'11' is a magic number.81
error'12' is a magic number.86
error'13' is a magic number.91
error'14' is a magic number.96
error'15' is a magic number.101
error'16' is a magic number.106

org/mule/samples/errorhandler/AbstractExceptionHandler.java

ViolationMessageLine
errorVariable 'registry' must be private and have accessor methods.23
errorVariable 'errorManager' must be private and have accessor methods.27
error'cast' is not followed by whitespace.52

org/mule/samples/errorhandler/ExceptionBean.java

ViolationMessageLine
errorVariable 'showRootStackOnly' must be private and have accessor methods.40
error'if' construct must use '{}'s.53
error'cast' is not followed by whitespace.78
error'cast' is not followed by whitespace.82
errorMust have at least one statement.86

org/mule/samples/errorhandler/ErrorMessageToExceptionBean.java

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