Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
50450

Rules

RulesViolationsSeverity
JavadocMethod10Warnings Warning
JavadocType0Warnings Warning
JavadocVariable3Warnings Warning
JavadocStyle8Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
LineLength
  • max: "120"
0Warnings Warning
MethodLength0Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter1Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap0Warnings Warning
ParenPad2Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter1Warnings Warning
WhitespaceAround0Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock1Warnings Warning
LeftCurly2Warnings Warning
NeedBraces1Warnings Warning
RightCurly2Warnings Warning
AvoidInlineConditionals0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber0 Ignore
MissingSwitchDefault0Warnings Warning
RedundantThrows0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass0Warnings Warning
HideUtilityClassConstructor0Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier2Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters3Warnings Warning
TodoComment0Warnings Warning
UpperEll0Warnings Warning
JavadocPackage2Warnings Warning
NewlineAtEndOfFile5Warnings Warning
Translation0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter
  • eachLine: "true"
0Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
3Warnings Warning

Details

org/slasoi/sa/pss4slam/server/PublishSubscriberActivator.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing package-info.java file.0
WarningsFirst sentence should end with a period.40
WarningsLine has trailing spaces.42
WarningsLine has trailing spaces.47
WarningsFirst sentence should end with a period.48
WarningsParameter context should be final.51
WarningsExpected @param tag for 'context'.51
WarningsExpected @throws tag for 'Exception'.51
WarningsFirst sentence should end with a period.55
WarningsParameter context should be final.58
WarningsExpected @param tag for 'context'.58
WarningsExpected @throws tag for 'Exception'.58
WarningsMissing a Javadoc comment.62
WarningsVariable 'broker' must be private and have accessor methods.62

org/slasoi/sa/pss4slam/server/internal/brokers/AMQStoreEmbeddedBroker.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing package-info.java file.0
WarningsFirst sentence should end with a period.38
WarningsLine has trailing spaces.40
WarningsMissing a Javadoc comment.45

org/slasoi/sa/pss4slam/server/internal/brokers/MemoryStoreEmbeddedBroker.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsFirst sentence should end with a period.37
WarningsMissing a Javadoc comment.45

org/slasoi/sa/pss4slam/server/internal/brokers/PSS4SLAMBroker.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsFirst sentence should end with a period.48
WarningsMissing a Javadoc comment.55
WarningsFirst sentence should end with a period.64
Warnings'{' is followed by whitespace.87
Warnings'}' should be on the same line.103
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.113
Warnings'{' should be on the previous line.114
WarningsMissing a Javadoc comment.118
WarningsParameter args should be final.118
Warnings'{' should be on the previous line.123
Warnings'if' construct must use '{}'s.125
Warnings'(' is followed by whitespace.125
Warnings')' is preceded with whitespace.125
Warnings'}' should be on the same line.127
WarningsMust have at least one statement.128
WarningsMissing a Javadoc comment.132
WarningsVariable 'broker' must be private and have accessor methods.132

org/slasoi/sa/pss4slam/server/internal/brokers/RetroactiveConsumer.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsFirst sentence should end with a period.41
WarningsMissing a Javadoc comment.48