Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
40940

Rules

RulesViolationsSeverity
JavadocMethod19Warnings Warning
JavadocType0Warnings Warning
JavadocVariable10Warnings Warning
JavadocStyle4Warnings 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"
4Warnings Warning
MethodLength0Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad1Warnings Warning
NoWhitespaceAfter0Warnings Warning
NoWhitespaceBefore2Warnings Warning
OperatorWrap0Warnings Warning
ParenPad18Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter0Warnings Warning
WhitespaceAround0Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier5Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly18Warnings Warning
NeedBraces0Warnings Warning
RightCurly0Warnings 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
InterfaceIsType1Warnings Warning
VisibilityModifier0Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters7Warnings Warning
TodoComment0Warnings Warning
UpperEll0Warnings Warning
JavadocPackage1Warnings Warning
NewlineAtEndOfFile0Warnings Warning
Translation0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter
  • eachLine: "true"
0Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
4Warnings Warning

Details

org/slasoi/gslam/core/control/Context.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
Warnings'{' should be on the previous line.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.47
Warnings'{' should be on the previous line.48
WarningsMissing a Javadoc comment.52
Warnings'(' is followed by whitespace.52
WarningsParameter id should be final.52
Warnings')' is preceded with whitespace.52
Warnings'{' should be on the previous line.53
WarningsMissing a Javadoc comment.57
Warnings'{' should be on the previous line.58
WarningsMissing a Javadoc comment.62
Warnings'(' is followed by whitespace.62
WarningsParameter name should be final.62
Warnings')' is preceded with whitespace.62
Warnings'{' should be on the previous line.63
WarningsMissing a Javadoc comment.67
Warnings'{' should be on the previous line.68
WarningsMissing a Javadoc comment.72
Warnings'(' is followed by whitespace.72
WarningsParameter content should be final.72
Warnings')' is preceded with whitespace.72
Warnings'{' should be on the previous line.73

org/slasoi/gslam/core/control/IControl.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsFirst sentence should end with a period.35
WarningsLine has trailing spaces.41
Warnings'{' should be on the previous line.41
WarningsFirst sentence should end with a period.42
WarningsLine has trailing spaces.43
WarningsExpected an @return tag.48
WarningsRedundant 'public' modifier.48
Warnings'(' is preceded with whitespace.48
Warnings'(' is followed by whitespace.48
WarningsExpected @param tag for 'policyClass'.48
WarningsExpected @param tag for 'policies'.48
Warnings')' is preceded with whitespace.48
WarningsLine has trailing spaces.49
WarningsLine has trailing spaces.51
WarningsExpected an @return tag.55
WarningsRedundant 'public' modifier.55
Warnings'(' is followed by whitespace.55
WarningsExpected @param tag for 'policyClass'.55
Warnings')' is preceded with whitespace.55

org/slasoi/gslam/core/control/Policy.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsFirst sentence should end with a period.35
Warnings'{' should be on the previous line.41
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.47
Warnings'{' should be on the previous line.48
WarningsMissing a Javadoc comment.52
Warnings'(' is followed by whitespace.52
WarningsParameter id should be final.52
Warnings')' is preceded with whitespace.52
Warnings'{' should be on the previous line.53
WarningsMissing a Javadoc comment.57
Warnings'{' should be on the previous line.58
WarningsMissing a Javadoc comment.62
Warnings'(' is followed by whitespace.62
WarningsParameter name should be final.62
Warnings')' is preceded with whitespace.62
Warnings'{' should be on the previous line.63
WarningsMissing a Javadoc comment.67
Warnings'{' should be on the previous line.68
WarningsMissing a Javadoc comment.72
Warnings'(' is followed by whitespace.72
WarningsParameter rule should be final.72
Warnings')' is preceded with whitespace.72
Warnings'{' should be on the previous line.73
WarningsMissing a Javadoc comment.77
Warnings'{' should be on the previous line.78
WarningsMissing a Javadoc comment.82
Warnings'(' is followed by whitespace.82
WarningsParameter context should be final.82
Warnings')' is preceded with whitespace.82
Warnings'{' should be on the previous line.83

org/slasoi/gslam/core/control/PolicyClassType.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsFirst sentence should end with a period.36
Warningsinterfaces should describe a type and hence have methods.41
Warnings'{' should be on the previous line.42
WarningsMissing a Javadoc comment.43
WarningsRedundant 'public' modifier.43
Warnings';' is preceded with whitespace.43
WarningsMissing a Javadoc comment.44
WarningsRedundant 'public' modifier.44
Warnings';' is preceded with whitespace.44
WarningsMissing a Javadoc comment.45
WarningsRedundant 'public' modifier.45