Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
90024

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
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
NeedBraces4error Error
LeftCurly
  • option: "nl"
0error Error
RightCurly
  • option: "alone"
0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber6error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier3error Error
TodoComment0error Error
UpperEll0error Error

Details

org/mule/providers/quartz/QuartzMessageReceiver.java

ViolationMessageLine
error'cast' is not followed by whitespace.50
errorMust have at least one statement.135

org/mule/providers/quartz/QuartzMessageDispatcher.java

ViolationMessageLine
error'cast' is not followed by whitespace.62
error'cast' is not followed by whitespace.77
error'cast' is not followed by whitespace.182

org/mule/providers/quartz/QuartzConnector.java

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

org/mule/providers/quartz/jobs/MuleClientReceiveJob.java

ViolationMessageLine
errorVariable 'logger' must be private and have accessor methods.35

org/mule/providers/quartz/jobs/DelegatingJob.java

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

org/mule/providers/quartz/jobs/MuleClientDispatchJob.java

ViolationMessageLine
errorVariable 'logger' must be private and have accessor methods.34

org/mule/providers/quartz/i18n/QuartzMessages.java

ViolationMessageLine
error'3' is a magic number.32
error'4' is a magic number.37
error'5' is a magic number.42
error'6' is a magic number.47
error'7' is a magic number.52
error'8' is a magic number.57

org/mule/providers/quartz/jobs/MuleReceiverJob.java

ViolationMessageLine
errorVariable 'logger' must be private and have accessor methods.39
error'cast' is not followed by whitespace.45
error'if' construct must use '{}'s.46
error'cast' is not followed by whitespace.49
error'if' construct must use '{}'s.50
error'cast' is not followed by whitespace.53
error'if' construct must use '{}'s.54
error'cast' is not followed by whitespace.57
error'if' construct must use '{}'s.58