Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
400183

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
0Errors Error
JavadocMethod23Errors Error
JavadocType0Errors Error
JavadocVariable13Errors Error
JavadocStyle5Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport2Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength81Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap2Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround5Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField2Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber2Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension5Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier8Errors Error
ArrayTypeStyle0Errors Error
FinalParameters32Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/whitesource/teamcity/agent/BaseOssInfoExtractor.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.26
ErrorsMissing a Javadoc comment.35
ErrorsVariable 'runner' must be private and have accessor methods.35
ErrorsMissing a Javadoc comment.37
ErrorsVariable 'projectToken' must be private and have accessor methods.37
ErrorsMissing a Javadoc comment.39
ErrorsVariable 'includes' must be private and have accessor methods.39
ErrorsMissing a Javadoc comment.41
ErrorsVariable 'excludes' must be private and have accessor methods.41
ErrorsFirst sentence should end with a period.45
ErrorsParameter runner should be final.50
Errors'runner' hides a field.50
ErrorsExpected @param tag for 'runner'.50
ErrorsLine is longer than 80 characters.53
ErrorsMissing a Javadoc comment.62

org/whitesource/teamcity/agent/GenericOssInfoExtractor.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.50
ErrorsVariable 'includePatterns' must be private and have accessor methods.50
ErrorsMissing a Javadoc comment.52
ErrorsVariable 'excludePatterns' must be private and have accessor methods.52
ErrorsFirst sentence should end with a period.56
ErrorsParameter runner should be final.61
ErrorsExpected @param tag for 'runner'.61
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.71
ErrorsMethod 'extract' is not designed for extension - needs to be abstract, final or empty.78
ErrorsLine is longer than 80 characters.80
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.94
Errors',' is not followed by whitespace.97
Errors',' is not followed by whitespace.102
ErrorsLine is longer than 80 characters.105
ErrorsLine is longer than 80 characters.113
ErrorsMissing a Javadoc comment.113
ErrorsLine is longer than 80 characters.117
ErrorsMissing a Javadoc comment.117
Errors'{' is not preceded with whitespace.119
ErrorsLine is longer than 80 characters.125
ErrorsMissing a Javadoc comment.141
ErrorsParameter value should be final.141
ErrorsParameter patterns should be final.141
ErrorsMissing a Javadoc comment.154
ErrorsParameter file should be final.154
ErrorsLine is longer than 80 characters.163

org/whitesource/teamcity/agent/MavenOssInfoExtractor.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.36
ErrorsMissing a Javadoc comment.48
ErrorsMissing a Javadoc comment.50
ErrorsMissing a Javadoc comment.54
ErrorsVariable 'moduleTokens' must be private and have accessor methods.54
ErrorsMissing a Javadoc comment.56
ErrorsVariable 'ignorePomModules' must be private and have accessor methods.56
ErrorsFirst sentence should end with a period.60
ErrorsParameter runner should be final.65
ErrorsExpected @param tag for 'runner'.65
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.71
ErrorsMethod 'extract' is not designed for extension - needs to be abstract, final or empty.77
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.128
ErrorsLine is longer than 80 characters.130
ErrorsLine is longer than 80 characters.135
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.138
ErrorsLine is longer than 80 characters.139
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.142
ErrorsLine is longer than 80 characters.143
ErrorsLine is longer than 80 characters.146
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.157
ErrorsLine is longer than 80 characters.173
ErrorsMissing a Javadoc comment.173
ErrorsParameter root should be final.173
ErrorsParameter hierarchy should be final.173
Errors'for' is not followed by whitespace.179
ErrorsLine is longer than 80 characters.180
Errors'=' is not preceded with whitespace.180
ErrorsMissing a Javadoc comment.190
ErrorsParameter id should be final.190
Errors'3' is a magic number.194
Errors'3' is a magic number.195
ErrorsMissing a Javadoc comment.201
ErrorsParameter dependencyElement should be final.201
ErrorsLine is longer than 80 characters.204
ErrorsMissing a Javadoc comment.207
ErrorsParameter project should be final.207
ErrorsMissing a Javadoc comment.224
ErrorsParameter value should be final.224
ErrorsParameter patterns should be final.224

org/whitesource/teamcity/agent/WhitesourceLifeCycleListener.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - jetbrains.buildServer.agent.*.20
ErrorsMissing a Javadoc comment.50
ErrorsMissing a Javadoc comment.52
ErrorsFirst sentence should end with a period.56
ErrorsLine is longer than 80 characters.62
ErrorsExpected @param tag for 'eventDispatcher'.62
ErrorsLine is longer than 80 characters.63
Errors'extensionHolder' hides a field.63
ErrorsExpected @param tag for 'extensionHolder'.63
ErrorsMethod 'agentInitialized' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter agent should be final.69
ErrorsMethod 'beforeRunnerStart' is not designed for extension - needs to be abstract, final or empty.76
ErrorsParameter runner should be final.77
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.82
ErrorsMethod 'runnerFinished' is not designed for extension - needs to be abstract, final or empty.86
ErrorsLine is longer than 80 characters.87
ErrorsParameter runner should be final.87
ErrorsParameter status should be final.87
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.106
Errors'+' should be on a new line.110
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.117
Errors'||' should be on a new line.118
ErrorsLine is longer than 80 characters.120
Errors'try' is not followed by whitespace.141
Errors'{' is not preceded with whitespace.141
ErrorsLine is longer than 80 characters.144
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.160
ErrorsLine is longer than 80 characters.168
ErrorsMissing a Javadoc comment.168
ErrorsParameter runner should be final.168
ErrorsParameter result should be final.168
ErrorsLine is longer than 80 characters.171
ErrorsLine is longer than 80 characters.172
ErrorsLine is longer than 80 characters.174
ErrorsMissing a Javadoc comment.182
ErrorsParameter runner should be final.182
ErrorsLine is longer than 80 characters.183
ErrorsLine is longer than 80 characters.184
ErrorsMissing a Javadoc comment.187
ErrorsParameter runner should be final.187
ErrorsLine is longer than 80 characters.188
ErrorsLine is longer than 80 characters.189
ErrorsLine is longer than 80 characters.191
ErrorsLine is longer than 80 characters.193
ErrorsLine is longer than 80 characters.194
ErrorsLine is longer than 80 characters.195
ErrorsLine is longer than 80 characters.202
ErrorsMissing a Javadoc comment.202
ErrorsParameter orgToken should be final.202
ErrorsParameter projectInfos should be final.202
ErrorsLine is longer than 80 characters.203
ErrorsParameter service should be final.203
ErrorsParameter buildLogger should be final.203
ErrorsLine is longer than 80 characters.207
ErrorsLine is longer than 80 characters.211
ErrorsMissing a Javadoc comment.211
ErrorsParameter result should be final.211
ErrorsParameter logger should be final.211
ErrorsLine is longer than 80 characters.215
ErrorsLine is longer than 80 characters.216
ErrorsLine is longer than 80 characters.218
ErrorsMissing a Javadoc comment.222
ErrorsParameter build should be final.222
ErrorsParameter e should be final.222
ErrorsMissing a Javadoc comment.233
ErrorsParameter build should be final.233
ErrorsParameter message should be final.233
ErrorsLine is longer than 80 characters.234
ErrorsLine is longer than 80 characters.242
ErrorsMissing a Javadoc comment.242
ErrorsParameter projectInfos should be final.242
ErrorsLine is longer than 80 characters.249
ErrorsLine is longer than 80 characters.251