Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
50893

Rules

RulesViolationsSeverity
JavadocMethod16Warnings Warning
JavadocType0Warnings Warning
JavadocVariable10Warnings Warning
JavadocStyle12Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName3Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
LineLength
  • max: "120"
7Warnings Warning
MethodLength0Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter0Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap0Warnings Warning
ParenPad1Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter0Warnings Warning
WhitespaceAround0Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly0Warnings Warning
NeedBraces5Warnings Warning
RightCurly5Warnings 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
VisibilityModifier4Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters17Warnings Warning
TodoComment1Warnings Warning
UpperEll0Warnings Warning
JavadocPackage1Warnings Warning
NewlineAtEndOfFile0Warnings Warning
Translation0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter
  • eachLine: "true"
0Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
7Warnings Warning

Details

org/slasoi/gslam/main/activator/impl/DefaultGslamSubscriber.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsFirst sentence should end with a period.48
WarningsFirst sentence should end with a period.55
WarningsParameter ctx should be final.61
WarningsFirst sentence should end with a period.65
WarningsFirst sentence should end with a period.73
WarningsParameter templates should be final.84
WarningsLine is longer than 120 characters.94
Warnings'}' should be on the same line.99
Warnings'}' should be on the same line.106
WarningsFirst sentence should end with a period.112
WarningsExpected an @return tag.120
WarningsParameter owner should be final.120
WarningsParameter owner should be final.140
WarningsExpected @param tag for 'owner'.140
WarningsMissing a Javadoc comment.156
WarningsVariable 'context' must be private and have accessor methods.156
WarningsMissing a Javadoc comment.158

org/slasoi/gslam/main/activator/impl/GenericSLAManager.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for CreateContextGenericSLAManagerException.0
WarningsLine is longer than 120 characters.30
WarningsFirst sentence should end with a period.104
WarningsLine has trailing spaces.117
WarningsLine has trailing spaces.118
WarningsLine has trailing spaces.119
WarningsComment matches to-do format 'TODO:'.261
WarningsLine has trailing spaces.393

org/slasoi/gslam/main/activator/impl/GenericSLAManagerContextImpl.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for SLAManagerContextException.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.61
WarningsParameter id should be final.61
WarningsParameter epr should be final.61
WarningsParameter wsprefix should be final.61
WarningsMissing a Javadoc comment.67
Warnings'(' is followed by whitespace.67
WarningsParameter props should be final.67
WarningsMissing a Javadoc comment.71
WarningsParameter groupID should be final.71
WarningsLine has trailing spaces.74
WarningsLine has trailing spaces.133
WarningsLine has trailing spaces.256

org/slasoi/gslam/main/activator/impl/GenericSLAManagerUtilsImpl.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for GenericSLAManagerUtilsException.0
WarningsLine is longer than 120 characters.30
WarningsFirst sentence should end with a period.52

org/slasoi/gslam/main/activator/impl/GenericTemplatesLoader.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsFirst sentence should end with a period.57
WarningsParameter context should be final.63
WarningsFirst sentence should end with a period.67
WarningsExpected an @return tag.73
WarningsParameter config should be final.73
WarningsExpected @param tag for 'config'.73
WarningsParameter slaManagerID should be final.73
WarningsExpected @param tag for 'slaManagerID'.73
WarningsLine is longer than 120 characters.81
Warnings'}' should be on the same line.103
WarningsFirst sentence should end with a period.111
WarningsExpected an @return tag.114
WarningsParameter configfilename should be final.114
WarningsExpected @param tag for 'configfilename'.114
WarningsParameter slaManagerID should be final.114
WarningsExpected @param tag for 'slaManagerID'.114
Warnings'if' construct must use '{}'s.119
Warnings'if' construct must use '{}'s.135
Warnings'if' construct must use '{}'s.138
Warnings'if' construct must use '{}'s.143
Warnings'if' construct must use '{}'s.149
WarningsName 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.156
Warnings'}' should be on the same line.173
WarningsFirst sentence should end with a period.181
WarningsParameter filename should be final.186
WarningsExpected @param tag for 'filename'.186
WarningsParameter slaManagerID should be final.186
WarningsExpected @param tag for 'slaManagerID'.186
Warnings'}' should be on the same line.211
WarningsFirst sentence should end with a period.217
WarningsMissing a Javadoc comment.221
WarningsMissing a Javadoc comment.225
WarningsMissing a Javadoc comment.229
WarningsVariable 'name' must be private and have accessor methods.229
WarningsMissing a Javadoc comment.230
WarningsVariable 'templates' must be private and have accessor methods.230
WarningsMissing a Javadoc comment.233
WarningsParameter args should be final.233
WarningsName 'SLAM' must match pattern '^[a-z][a-zA-Z0-9]*$'.238
WarningsName 'TG' must match pattern '^[a-z][a-zA-Z0-9]*$'.239
WarningsMissing a Javadoc comment.255
WarningsVariable 'context' must be private and have accessor methods.255
WarningsMissing a Javadoc comment.257
WarningsMissing a Javadoc comment.259
WarningsMissing a Javadoc comment.260
WarningsMissing a Javadoc comment.262
WarningsMissing a Javadoc comment.264