Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
130034

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
UnusedImports1error Error
FileLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
TabCharacter0error Error
WhitespaceAfter7error Error
WhitespaceAround1error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
NeedBraces1error Error
LeftCurly
  • option: "nl"
3error Error
RightCurly
  • option: "alone"
0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows3error Error
SimplifyBooleanExpression3error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier15error Error
TodoComment0error Error
UpperEll0error Error

Details

org/springmodules/workflow/jbpm31/LocalJbpmConfigurationFactoryBeanWorkaround.java

ViolationMessageLine
error'{' is not preceded with whitespace.23
error'{' should be on a new line.23
errorRedundant throws: 'BeansException' is unchecked exception.25
error'{' should be on a new line.25
error'{' should be on a new line.29

org/mule/providers/bpm/jbpm/actions/SendMuleEvent.java

ViolationMessageLine
errorVariable 'synchronous' must be private and have accessor methods.42
errorVariable 'endpoint' must be private and have accessor methods.43
errorVariable 'transformers' must be private and have accessor methods.44
errorVariable 'properties' must be private and have accessor methods.45
errorVariable 'payload' must be private and have accessor methods.49
errorVariable 'payloadSource' must be private and have accessor methods.50
error'cast' is not followed by whitespace.59

org/mule/providers/bpm/jbpm/actions/ValidateMessageType.java

ViolationMessageLine
errorVariable 'expectedType' must be private and have accessor methods.34
errorVariable 'strict' must be private and have accessor methods.35
errorExpression can be simplified.56

org/mule/providers/bpm/jbpm/actions/LoggingActionHandler.java

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

org/mule/providers/bpm/jbpm/MuleMessageService.java

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

org/mule/providers/bpm/jbpm/actions/ValidateMessageSource.java

ViolationMessageLine
errorVariable 'expectedSource' must be private and have accessor methods.36
error'cast' is not followed by whitespace.41
errorExpression can be simplified.44

org/mule/providers/bpm/jbpm/actions/SendMuleEventAndContinue.java

ViolationMessageLine
errorUnused import - org.mule.providers.bpm.ProcessConnector.13

org/mule/providers/bpm/jbpm/actions/StoreIncomingData.java

ViolationMessageLine
errorVariable 'variable' must be private and have accessor methods.28

org/mule/providers/bpm/jbpm/Jbpm.java

ViolationMessageLine
errorVariable 'logger' must be private and have accessor methods.52
errorVariable 'jbpmConfiguration' must be private and have accessor methods.54
errorVariable 'containerManaged' must be private and have accessor methods.60
errorExpression can be simplified.88
error'cast' is not followed by whitespace.100
error'cast' is not followed by whitespace.135
error'if' construct must use '{}'s.136
error'cast' is not followed by whitespace.210
error'cast' is not followed by whitespace.305
error'cast' is not followed by whitespace.330
errorRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.363
errorRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.369