The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 0 | ![]() |
JavadocMethod | 23 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 13 | ![]() |
JavadocStyle | 5 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 2 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 81 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 2 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 2 | ![]() |
WhitespaceAround | 5 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 2 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 2 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 5 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 8 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 32 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 26 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'runner' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'projectToken' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'includes' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'excludes' must be private and have accessor methods. | 41 |
![]() | First sentence should end with a period. | 45 |
![]() | Parameter runner should be final. | 50 |
![]() | 'runner' hides a field. | 50 |
![]() | Expected @param tag for 'runner'. | 50 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'includePatterns' must be private and have accessor methods. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Variable 'excludePatterns' must be private and have accessor methods. | 52 |
![]() | First sentence should end with a period. | 56 |
![]() | Parameter runner should be final. | 61 |
![]() | Expected @param tag for 'runner'. | 61 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | ',' is not followed by whitespace. | 97 |
![]() | ',' is not followed by whitespace. | 102 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | '{' is not preceded with whitespace. | 119 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Parameter value should be final. | 141 |
![]() | Parameter patterns should be final. | 141 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Parameter file should be final. | 154 |
![]() | Line is longer than 80 characters. | 163 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.util.*. | 36 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Variable 'moduleTokens' must be private and have accessor methods. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'ignorePomModules' must be private and have accessor methods. | 56 |
![]() | First sentence should end with a period. | 60 |
![]() | Parameter runner should be final. | 65 |
![]() | Expected @param tag for 'runner'. | 65 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Parameter root should be final. | 173 |
![]() | Parameter hierarchy should be final. | 173 |
![]() | 'for' is not followed by whitespace. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | '=' is not preceded with whitespace. | 180 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Parameter id should be final. | 190 |
![]() | '3' is a magic number. | 194 |
![]() | '3' is a magic number. | 195 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Parameter dependencyElement should be final. | 201 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Parameter project should be final. | 207 |
![]() | Missing a Javadoc comment. | 224 |
![]() | Parameter value should be final. | 224 |
![]() | Parameter patterns should be final. | 224 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - jetbrains.buildServer.agent.*. | 20 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | First sentence should end with a period. | 56 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Expected @param tag for 'eventDispatcher'. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | 'extensionHolder' hides a field. | 63 |
![]() | Expected @param tag for 'extensionHolder'. | 63 |
![]() | Method 'agentInitialized' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Parameter agent should be final. | 69 |
![]() | Method 'beforeRunnerStart' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter runner should be final. | 77 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Method 'runnerFinished' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Parameter runner should be final. | 87 |
![]() | Parameter status should be final. | 87 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 106 |
![]() | '+' should be on a new line. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 117 |
![]() | '||' should be on a new line. | 118 |
![]() | Line is longer than 80 characters. | 120 |
![]() | 'try' is not followed by whitespace. | 141 |
![]() | '{' is not preceded with whitespace. | 141 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Parameter runner should be final. | 168 |
![]() | Parameter result should be final. | 168 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Parameter runner should be final. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Parameter runner should be final. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Parameter orgToken should be final. | 202 |
![]() | Parameter projectInfos should be final. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Parameter service should be final. | 203 |
![]() | Parameter buildLogger should be final. | 203 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Parameter result should be final. | 211 |
![]() | Parameter logger should be final. | 211 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Parameter build should be final. | 222 |
![]() | Parameter e should be final. | 222 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Parameter build should be final. | 233 |
![]() | Parameter message should be final. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Parameter projectInfos should be final. | 242 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line is longer than 80 characters. | 251 |