The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 49 | Error |
FileTabCharacter
| 204 | Error |
LeftCurly
| 41 | Error |
RightCurly
| 4 | Error |
LineLength
| 121 | Error |
MemberName | 2 | Error |
JavadocMethod
| 2062 | Warning |
JavadocType
| 55 | Error |
JavadocVariable
| 162 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 1 | Error |
PackageName | 0 | Error |
ParameterName | 1 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 1 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 2 | Error |
MethodLength | 3 | Error |
ParameterNumber | 9 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 24 | Error |
ParenPad
| 176 | Error |
WhitespaceAfter | 47 | Error |
WhitespaceAround | 18 | Error |
ModifierOrder | 9 | Error |
RedundantModifier | 11 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 33 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 1 | Error |
EqualsHashCode | 1 | Error |
HiddenField
| 24 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 28 | Error |
MagicNumber
| 33 | Error |
MissingSwitchDefault | 3 | Error |
RedundantThrows | 61 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 7 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 2 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 155 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 201 | |
Expected an @return tag. | 217 | |
Expected @param tag for 'filename'. | 217 | |
Missing a Javadoc comment. | 222 | |
'date' hides a field. | 324 | |
Expected an @return tag. | 421 | |
Expected @param tag for 'revision'. | 430 | |
Missing a Javadoc comment. | 435 | |
Missing a Javadoc comment. | 440 | |
Missing a Javadoc comment. | 445 | |
Missing a Javadoc comment. | 454 | |
Missing a Javadoc comment. | 459 | |
'(' is not followed by whitespace. | 501 | |
Line is longer than 120 characters. | 539 | |
Line is longer than 120 characters. | 543 | |
Inner assignments should be avoided. | 596 | |
switch without "default" clause. | 617 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 120 |
Violation | Message | Line |
---|---|---|
Expected @throws tag for 'ScmException'. | 219 | |
Missing a Javadoc comment. | 296 | |
Missing a Javadoc comment. | 302 | |
Missing a Javadoc comment. | 308 | |
Missing a Javadoc comment. | 314 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 29 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 73 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
Expected @throws tag for 'Exception'. | 134 | |
Expected @throws tag for 'Exception'. | 144 | |
Expected an @return tag. | 153 | |
Expected @throws tag for 'Exception'. | 154 | |
Expected an @return tag. | 167 | |
Expected @param tag for 'workingDirectory'. | 167 | |
Expected @param tag for 'repository'. | 167 | |
Expected @throws tag for 'Exception'. | 168 | |
Expected an @return tag. | 182 | |
Expected @param tag for 'workingDirectory'. | 182 | |
Expected @param tag for 'repository'. | 182 | |
Expected @throws tag for 'Exception'. | 183 | |
Expected @param tag for 'workingDirectory'. | 196 | |
Expected @param tag for 'file'. | 196 | |
Expected @param tag for 'repository'. | 196 | |
Expected @throws tag for 'Exception'. | 197 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 145 | |
Expected @param tag for 'expectedPath'. | 155 | |
Expected @param tag for 'actualPath'. | 155 | |
Expected @throws tag for 'Exception'. | 156 | |
Missing a Javadoc comment. | 161 | |
Missing a Javadoc comment. | 178 | |
Missing a Javadoc comment. | 190 | |
Missing a Javadoc comment. | 205 | |
Missing a Javadoc comment. | 210 | |
Missing a Javadoc comment. | 267 | |
Missing a Javadoc comment. | 277 | |
Missing a Javadoc comment. | 283 | |
Missing a Javadoc comment. | 306 | |
Missing a Javadoc comment. | 311 | |
Missing a Javadoc comment. | 316 | |
Missing a Javadoc comment. | 330 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 164 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 110 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 63 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Expected an @return tag. | 54 | |
Expected @param tag for 'repository'. | 54 | |
Expected @param tag for 'fileSet'. | 54 | |
Expected @param tag for 'branchName'. | 54 | |
Expected @param tag for 'scmBranchParameters'. | 55 | |
Expected @throws tag for 'ScmException'. | 56 | |
Line is longer than 120 characters. | 68 | |
'(' is not followed by whitespace. | 72 | |
')' is not preceded with whitespace. | 72 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 49 | |
'24' is a magic number. | 103 | |
'60' is a magic number. | 103 | |
'60' is a magic number. | 103 | |
Missing a Javadoc comment. | 117 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 58 | |
Expected @throws tag for 'ScmException'. | 68 | |
Missing a Javadoc comment. | 73 | |
Expected @throws tag for 'ScmException'. | 83 | |
Missing a Javadoc comment. | 88 | |
Expected @throws tag for 'ScmException'. | 98 | |
Missing a Javadoc comment. | 103 | |
Expected @throws tag for 'ScmException'. | 113 | |
Missing a Javadoc comment. | 118 | |
Expected @throws tag for 'ScmException'. | 128 | |
Missing a Javadoc comment. | 133 | |
Expected @throws tag for 'ScmException'. | 143 | |
Missing a Javadoc comment. | 148 | |
Expected @throws tag for 'ScmException'. | 159 | |
Missing a Javadoc comment. | 171 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 132 | |
Expected an @return tag. | 140 | |
Expected an @return tag. | 148 | |
Expected @param tag for 'encoding'. | 148 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 | |
Expected @param tag for 'commandLine'. | 60 | |
Expected @param tag for 'checkedInFiles'. | 60 | |
Expected @param tag for 'scmRevision'. | 60 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 103 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 39 | |
Line is longer than 120 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
',' is not followed by whitespace. | 43 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 120 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
',' is not followed by whitespace. | 56 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 72 | |
',' is not followed by whitespace. | 72 | |
Missing a Javadoc comment. | 77 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.maven.scm.ScmFileStatus. | 25 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 50 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 52 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
'url' hides a field. | 65 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 140 | |
Missing a Javadoc comment. | 145 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'scmVersion'. | 48 | |
Expected @throws tag for 'ScmException'. | 49 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 63 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 47 | |
Expected @param tag for 'repository'. | 47 | |
Expected @param tag for 'fileSet'. | 47 | |
Expected @param tag for 'message'. | 48 | |
Expected @throws tag for 'ScmException'. | 49 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 86 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 70 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 48 | |
Expected @param tag for 'repository'. | 48 | |
Expected @param tag for 'fileSet'. | 48 | |
Expected @param tag for 'tagName'. | 48 | |
Expected @param tag for 'message'. | 49 | |
Expected @throws tag for 'ScmException'. | 50 | |
Missing a Javadoc comment. | 55 | |
Line is longer than 120 characters. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 123 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 86 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 120 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 63 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 77 | |
Expected @param tag for 'providerType'. | 85 | |
Expected @param tag for 'provider'. | 85 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 697 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 105 | |
Expected @throws tag for 'ScmException'. | 136 | |
Expected an @return tag. | 160 | |
Expected an @return tag. | 174 | |
Expected an @return tag. | 262 | |
Expected an @return tag. | 280 | |
Expected an @return tag. | 297 | |
Expected an @return tag. | 308 | |
Expected an @return tag. | 320 | |
Expected an @return tag. | 332 | |
Expected an @return tag. | 345 | |
Expected an @return tag. | 359 | |
Expected an @return tag. | 373 | |
Expected an @return tag. | 384 | |
Expected an @return tag. | 396 | |
Expected an @return tag. | 408 | |
Expected an @return tag. | 421 | |
Expected @throws tag for 'ScmException'. | 434 | |
Expected an @return tag. | 446 | |
Expected @param tag for 'repository'. | 446 | |
Expected @param tag for 'fileSet'. | 446 | |
Expected @param tag for 'message'. | 446 | |
Expected @param tag for 'createInLocal'. | 446 | |
Expected @throws tag for 'ScmException'. | 447 | |
Expected an @return tag. | 458 | |
Expected @param tag for 'message'. | 458 | |
Expected an @return tag. | 471 | |
Expected an @return tag. | 484 | |
Expected an @return tag. | 498 | |
Expected an @return tag. | 511 | |
Expected an @return tag. | 522 | |
Expected an @return tag. | 534 | |
Expected an @return tag. | 546 | |
Expected an @return tag. | 559 | |
Expected an @return tag. | 571 | |
Expected an @return tag. | 584 | |
Expected an @return tag. | 596 | |
Expected @param tag for 'lastUpdate'. | 596 | |
Expected an @return tag. | 609 | |
Expected @param tag for 'lastUpdate'. | 609 | |
Expected an @return tag. | 622 | |
Expected an @return tag. | 636 | |
Expected @param tag for 'blameScmRequest'. | 659 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 59 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 558 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 47 | |
Missing a Javadoc comment. | 55 | |
'logger' hides a field. | 55 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 70 | |
'logger' hides a field. | 77 | |
Missing a Javadoc comment. | 82 | |
'logger' hides a field. | 82 | |
',' is not followed by whitespace. | 99 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 181 | |
Unable to get class information for MojoExecutionException. | 196 | |
',' is not followed by whitespace. | 215 | |
Missing a Javadoc comment. | 227 | |
Missing a Javadoc comment. | 232 | |
Missing a Javadoc comment. | 253 | |
Missing a Javadoc comment. | 258 | |
Missing a Javadoc comment. | 268 | |
Missing a Javadoc comment. | 273 | |
Missing a Javadoc comment. | 278 | |
Missing a Javadoc comment. | 291 | |
Missing a Javadoc comment. | 426 | |
Unable to get class information for MojoExecutionException. | 427 | |
Missing a Javadoc comment. | 444 | |
Missing a Javadoc comment. | 449 | |
Missing a Javadoc comment. | 454 | |
Missing a Javadoc comment. | 459 | |
Missing a Javadoc comment. | 464 | |
Unable to get class information for MojoExecutionException. | 465 | |
Missing a Javadoc comment. | 495 | |
Unable to get class information for MojoExecutionException. | 496 | |
'includes' hides a field. | 498 | |
'excludes' hides a field. | 509 | |
';' is not followed by whitespace. | 529 | |
Line is longer than 120 characters. | 539 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 42 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 73 | |
')' is not preceded with whitespace. | 88 | |
Unable to get class information for MojoExecutionException. | 101 | |
Expected an @return tag. | 159 | |
Expected @param tag for 'checkoutDirectory'. | 159 | |
Expected @param tag for 'relativePathProjectDirectory'. | 159 | |
'goalsDirectory' hides a field. | 160 | |
Expected @param tag for 'goalsDirectory'. | 160 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 69 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 126 | |
Unable to get class information for MojoExecutionException. | 182 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 63 | |
Unable to get class information for MojoExecutionException. | 64 | |
Line is longer than 120 characters. | 87 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 70 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 85 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 107 | |
Unable to get class information for MojoExecutionException. | 108 | |
',' is not followed by whitespace. | 121 | |
',' is not followed by whitespace. | 125 | |
Unable to get class information for MojoExecutionException. | 142 | |
Missing a Javadoc comment. | 161 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 80 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 42 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Unable to get class information for MojoExecutionException. | 71 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 93 | |
Unable to get class information for MojoExecutionException. | 94 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 66 | |
Missing a Javadoc comment. | 96 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 52 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 46 | |
Expected @param tag for 'baseDir'. | 93 | |
Expected @param tag for 'path'. | 93 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 100 | |
')' is not preceded with whitespace. | 142 | |
')' is not preceded with whitespace. | 145 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 42 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 81 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 73 |
Violation | Message | Line |
---|---|---|
Unable to get class information for MojoExecutionException. | 56 | |
Unable to get class information for MojoExecutionException. | 85 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 165 | |
Missing a Javadoc comment. | 177 | |
Missing a Javadoc comment. | 208 | |
Missing a Javadoc comment. | 223 | |
Missing a Javadoc comment. | 365 | |
Missing a Javadoc comment. | 418 | |
Missing a Javadoc comment. | 500 | |
Missing a Javadoc comment. | 549 | |
Missing a Javadoc comment. | 568 | |
Missing a Javadoc comment. | 644 | |
Unused @throws tag for 'NoSuchCommandScmException'. | 694 | |
Expected @param tag for 'parameters'. | 697 | |
Expected an @return tag. | 738 | |
Expected @param tag for 'repository'. | 738 | |
Expected @param tag for 'fileSet'. | 738 | |
Expected @param tag for 'parameters'. | 738 | |
Expected @throws tag for 'ScmException'. | 739 | |
Missing a Javadoc comment. | 755 | |
Missing a Javadoc comment. | 776 | |
Missing a Javadoc comment. | 796 | |
Missing a Javadoc comment. | 854 | |
Missing a Javadoc comment. | 873 | |
Missing a Javadoc comment. | 1064 | |
Missing a Javadoc comment. | 1086 | |
Missing a Javadoc comment. | 1092 | |
Missing a Javadoc comment. | 1099 | |
Missing a Javadoc comment. | 1105 | |
Missing a Javadoc comment. | 1124 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 80 | |
Expected an @return tag. | 161 | |
Expected an @return tag. | 176 | |
Expected an @return tag. | 191 | |
Expected @param tag for 'scmBranchParameters'. | 192 | |
Line is longer than 120 characters. | 209 | |
Expected an @return tag. | 337 | |
Expected an @return tag. | 356 | |
Expected an @return tag. | 378 | |
Expected an @return tag. | 395 | |
Expected an @return tag. | 413 | |
Expected an @return tag. | 427 | |
Expected an @return tag. | 438 | |
Expected an @return tag. | 450 | |
Expected an @return tag. | 465 | |
Expected an @return tag. | 477 | |
Expected an @return tag. | 490 | |
Expected an @return tag. | 506 | |
Expected an @return tag. | 519 | |
Expected an @return tag. | 534 | |
Expected an @return tag. | 545 | |
Expected an @return tag. | 557 | |
Expected an @return tag. | 572 | |
Expected an @return tag. | 585 | |
Expected an @return tag. | 597 | |
Expected @param tag for 'message'. | 597 | |
Expected an @return tag. | 610 | |
Expected an @return tag. | 624 | |
Expected an @return tag. | 639 | |
Expected an @return tag. | 654 | |
Expected an @return tag. | 665 | |
Expected an @return tag. | 679 | |
Expected an @return tag. | 691 | |
Expected an @return tag. | 706 | |
Expected an @return tag. | 718 | |
Expected an @return tag. | 731 | |
Expected an @return tag. | 746 | |
Expected an @return tag. | 759 | |
Expected an @return tag. | 774 | |
Expected @param tag for 'lastUpdate'. | 774 | |
Expected an @return tag. | 787 | |
Expected @param tag for 'lastUpdate'. | 787 | |
Expected an @return tag. | 803 | |
Expected an @return tag. | 818 | |
Expected an @return tag. | 832 | |
Expected an @return tag. | 845 | |
Expected @throws tag for 'ScmException'. | 860 | |
Expected @throws tag for 'ScmException'. | 887 | |
Expected @param tag for 'blameScmRequest'. | 896 | |
Expected @throws tag for 'ScmException'. | 897 | |
Expected an @return tag. | 910 | |
Expected @param tag for 'repository'. | 910 | |
Expected @param tag for 'fileSet'. | 910 | |
Expected @param tag for 'message'. | 910 | |
Expected @param tag for 'createInLocal'. | 910 | |
Expected @throws tag for 'ScmException'. | 911 | |
Expected @throws tag for 'ScmException'. | 922 | |
Expected @throws tag for 'ScmException'. | 933 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 83 | |
'(' is not followed by whitespace. | 92 | |
Expected @param tag for 'pushChanges'. | 92 | |
')' is not preceded with whitespace. | 92 | |
Expected an @return tag. | 110 | |
Missing a Javadoc comment. | 120 | |
Unused @throws tag for 'UnsupportedOperationException'. | 130 | |
Unused @throws tag for 'UnsupportedOperationException'. | 142 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 24 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 72 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 64 | |
Missing a Javadoc comment. | 162 | |
Missing a Javadoc comment. | 175 | |
Missing a Javadoc comment. | 180 | |
Missing a Javadoc comment. | 185 | |
Missing a Javadoc comment. | 190 | |
Missing a Javadoc comment. | 195 | |
Missing a Javadoc comment. | 200 | |
Missing a Javadoc comment. | 205 | |
Missing a Javadoc comment. | 210 | |
Missing a Javadoc comment. | 215 | |
Missing a Javadoc comment. | 220 | |
Missing a Javadoc comment. | 225 | |
Missing a Javadoc comment. | 230 | |
Missing a Javadoc comment. | 235 | |
Missing a Javadoc comment. | 240 | |
Missing a Javadoc comment. | 245 | |
Missing a Javadoc comment. | 250 | |
Missing a Javadoc comment. | 255 | |
Missing a Javadoc comment. | 260 | |
Missing a Javadoc comment. | 265 | |
Missing a Javadoc comment. | 270 | |
Missing a Javadoc comment. | 275 | |
Missing a Javadoc comment. | 280 | |
Missing a Javadoc comment. | 285 | |
Missing a Javadoc comment. | 290 | |
Missing a Javadoc comment. | 295 | |
Missing a Javadoc comment. | 300 | |
Missing a Javadoc comment. | 305 | |
Missing a Javadoc comment. | 310 | |
Missing a Javadoc comment. | 315 | |
Missing a Javadoc comment. | 320 | |
Missing a Javadoc comment. | 325 | |
Missing a Javadoc comment. | 330 | |
Missing a Javadoc comment. | 335 | |
Missing a Javadoc comment. | 392 | |
Missing a Javadoc comment. | 485 | |
Expected @param tag for 'repository'. | 616 | |
Expected @param tag for 'fileSet'. | 616 | |
Expected @param tag for 'tag'. | 616 | |
Expected @param tag for 'lastUpdate'. | 616 | |
Expected @param tag for 'datePattern'. | 617 | |
Expected @param tag for 'runChangelog'. | 617 | |
Expected @throws tag for 'ScmException'. | 618 | |
Missing a Javadoc comment. | 732 | |
Missing a Javadoc comment. | 869 | |
Missing a Javadoc comment. | 884 | |
Missing a Javadoc comment. | 890 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Redundant 'public' modifier. | 39 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Missing a Javadoc comment. | 43 | |
Redundant 'public' modifier. | 43 | |
Missing a Javadoc comment. | 45 | |
Redundant 'public' modifier. | 45 | |
Missing a Javadoc comment. | 47 | |
Redundant 'public' modifier. | 47 | |
Missing a Javadoc comment. | 49 | |
Redundant 'public' modifier. | 49 | |
Missing a Javadoc comment. | 51 | |
Redundant 'public' modifier. | 51 | |
Expected an @return tag. | 72 | |
Expected @param tag for 'basedir'. | 72 | |
Expected @throws tag for 'AccuRevException'. | 73 | |
Expected an @return tag. | 83 | |
Expected @param tag for 'basedir'. | 83 | |
Expected @param tag for 'elements'. | 83 | |
Expected @throws tag for 'AccuRevException'. | 84 | |
Expected an @return tag. | 95 | |
Expected @param tag for 'basisStream'. | 95 | |
Expected @param tag for 'workspaceName'. | 95 | |
Expected @param tag for 'basedir'. | 95 | |
Expected @throws tag for 'AccuRevException'. | 96 | |
Expected an @return tag. | 106 | |
Expected @param tag for 'basedir'. | 106 | |
Expected @param tag for 'transactionId'. | 106 | |
Expected @throws tag for 'AccuRevException'. | 107 | |
Expected an @return tag. | 115 | |
Expected @param tag for 'basedir'. | 115 | |
Expected @throws tag for 'AccuRevException'. | 116 | |
Expected an @return tag. | 124 | |
Expected @throws tag for 'AccuRevException'. | 125 | |
Expected an @return tag. | 133 | |
Expected @throws tag for 'AccuRevException'. | 134 | |
Expected an @return tag. | 141 | |
Expected an @return tag. | 148 | |
Expected an @return tag. | 157 | |
Expected @throws tag for 'AccuRevException'. | 158 | |
Expected an @return tag. | 169 | |
Expected @param tag for 'basedir'. | 169 | |
Expected @param tag for 'files'. | 169 | |
Expected @param tag for 'message'. | 169 | |
Expected @throws tag for 'AccuRevException'. | 170 | |
Expected an @return tag. | 180 | |
Expected @param tag for 'message'. | 180 | |
Expected @throws tag for 'AccuRevException'. | 181 | |
Missing a Javadoc comment. | 183 | |
Expected an @return tag. | 195 | |
Expected @param tag for 'basedir'. | 195 | |
Expected @param tag for 'newBasisStream'. | 195 | |
Expected @throws tag for 'AccuRevException'. | 196 | |
Missing a Javadoc comment. | 198 | |
Missing a Javadoc comment. | 201 | |
Expected an @return tag. | 212 | |
Expected @param tag for 'basedir'. | 212 | |
Expected @param tag for 'elements'. | 212 | |
Expected @throws tag for 'AccuRevException'. | 213 | |
Expected an @return tag. | 222 | |
Expected @param tag for 'basedir'. | 222 | |
Expected @param tag for 'statType'. | 222 | |
Expected @throws tag for 'AccuRevException'. | 223 | |
Expected @param tag for 'element'. | 231 | |
Expected @throws tag for 'AccuRevException'. | 232 | |
Missing a Javadoc comment. | 234 | |
Expected an @return tag. | 247 | |
Expected @param tag for 'baseStream'. | 247 | |
Expected @param tag for 'fromTimeSpec'. | 247 | |
Expected @param tag for 'toTimeSpec'. | 247 | |
Expected @throws tag for 'AccuRevException'. | 248 | |
Expected an @return tag. | 257 | |
Expected @param tag for 'baseDir'. | 257 | |
Expected @param tag for 'file'. | 257 | |
Expected @throws tag for 'AccuRevException'. | 258 | |
Expected an @return tag. | 268 | |
Expected @param tag for 'user'. | 268 | |
Expected @param tag for 'password'. | 268 | |
Expected @throws tag for 'AccuRevException'. | 269 | |
Missing a Javadoc comment. | 271 | |
Missing a Javadoc comment. | 274 | |
Missing a Javadoc comment. | 277 | |
Missing a Javadoc comment. | 280 | |
Missing a Javadoc comment. | 282 | |
Missing a Javadoc comment. | 285 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
'{' should be on a new line. | 22 | |
Line is longer than 120 characters. | 23 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
'(' is not followed by whitespace. | 23 | |
')' is not preceded with whitespace. | 23 | |
Missing a Javadoc comment. | 23 | |
'(' is not followed by whitespace. | 23 | |
')' is not preceded with whitespace. | 23 | |
Missing a Javadoc comment. | 23 | |
'(' is not followed by whitespace. | 23 | |
',' is not followed by whitespace. | 23 | |
')' is not preceded with whitespace. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
'(' is not followed by whitespace. | 31 | |
')' is not preceded with whitespace. | 31 | |
'{' should be on a new line. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
'(' is not followed by whitespace. | 42 | |
Expected @param tag for 'version'. | 42 | |
')' is not preceded with whitespace. | 42 | |
'{' should be on a new line. | 42 | |
Line contains a tab character. | 43 | |
'(' is not followed by whitespace. | 43 | |
'(' is not followed by whitespace. | 43 | |
')' is not preceded with whitespace. | 43 | |
')' is not preceded with whitespace. | 43 | |
Line contains a tab character. | 44 | |
'(' is not followed by whitespace. | 44 | |
'(' is not followed by whitespace. | 44 | |
')' is not preceded with whitespace. | 44 | |
')' is not preceded with whitespace. | 44 | |
Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 125 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 85 | |
Expected an @return tag. | 95 | |
Expected @param tag for 'scmSpecificUrl'. | 95 | |
Expected @param tag for 'delimiter'. | 95 | |
Expected @throws tag for 'ScmRepositoryException'. | 96 | |
Line is longer than 120 characters. | 313 | |
Line is longer than 120 characters. | 323 | |
'(' is not followed by whitespace. | 364 | |
')' is not preceded with whitespace. | 364 | |
'(' is not followed by whitespace. | 366 | |
')' is not preceded with whitespace. | 366 | |
Line is longer than 120 characters. | 379 | |
Line is longer than 120 characters. | 398 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 100 | |
'accurev' hides a field. | 100 | |
Expected @param tag for 'info'. | 109 | |
Line is longer than 120 characters. | 111 | |
'(' is not followed by whitespace. | 111 | |
Missing a Javadoc comment. | 114 | |
'streamName' hides a field. | 126 | |
Missing a Javadoc comment. | 145 | |
Expected an @return tag. | 166 | |
Missing a Javadoc comment. | 175 | |
Missing a Javadoc comment. | 205 | |
Missing a Javadoc comment. | 210 | |
Missing a Javadoc comment. | 215 | |
Missing a Javadoc comment. | 251 | |
Missing a Javadoc comment. | 256 | |
'streamName' hides a field. | 256 | |
Missing a Javadoc comment. | 261 | |
Missing a Javadoc comment. | 266 | |
'streamName' hides a field. | 266 | |
Missing a Javadoc comment. | 271 | |
Missing a Javadoc comment. | 277 | |
Missing a Javadoc comment. | 300 | |
Missing a Javadoc comment. | 334 | |
Missing a Javadoc comment. | 353 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
'{' should be on a new line. | 24 | |
Missing a Javadoc comment. | 25 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
Missing a Javadoc comment. | 25 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
Missing a Javadoc comment. | 25 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
Missing a Javadoc comment. | 25 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
Missing a Javadoc comment. | 25 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 26 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 26 | |
'{' should be on a new line. | 26 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
'(' is not followed by whitespace. | 32 | |
')' is not preceded with whitespace. | 32 | |
'{' should be on a new line. | 32 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
'{' should be on a new line. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
'{' should be on a new line. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
'{' should be on a new line. | 46 | |
Line contains a tab character. | 47 | |
'(' is not followed by whitespace. | 47 | |
'(' is not followed by whitespace. | 47 | |
')' is not preceded with whitespace. | 47 | |
')' is not preceded with whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
'{' should be on a new line. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
'{' should be on a new line. | 54 | |
Line contains a tab character. | 55 | |
'(' is not followed by whitespace. | 55 | |
')' is not preceded with whitespace. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
'{' should be on a new line. | 59 | |
Line contains a tab character. | 60 | |
'(' is not followed by whitespace. | 60 | |
Line contains a tab character. | 61 | |
')' is not preceded with whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
'(' is not followed by whitespace. | 64 | |
')' is not preceded with whitespace. | 64 | |
'{' should be on a new line. | 64 | |
Line contains a tab character. | 65 | |
'(' is not followed by whitespace. | 65 | |
')' is not preceded with whitespace. | 65 | |
'(' is not followed by whitespace. | 65 | |
')' is not preceded with whitespace. | 65 | |
Line contains a tab character. | 66 | |
'(' is not followed by whitespace. | 66 | |
')' is not preceded with whitespace. | 66 | |
Line contains a tab character. | 67 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 89 | |
'if' construct must use '{}'s. | 121 | |
'if' construct must use '{}'s. | 123 | |
'if' construct must use '{}'s. | 125 | |
'if' construct must use '{}'s. | 128 | |
'if' construct must use '{}'s. | 132 | |
'if' construct must use '{}'s. | 135 | |
'if' construct must use '{}'s. | 139 | |
'if' construct must use '{}'s. | 142 | |
'if' construct must use '{}'s. | 146 | |
'if' construct must use '{}'s. | 149 | |
'if' construct must use '{}'s. | 153 | |
'if' construct must use '{}'s. | 156 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 41 | |
'if' construct must use '{}'s. | 70 | |
'if' construct must use '{}'s. | 72 | |
'if' construct must use '{}'s. | 74 | |
'if' construct must use '{}'s. | 79 | |
'if' construct must use '{}'s. | 82 | |
'if' construct must use '{}'s. | 84 | |
'if' construct must use '{}'s. | 88 | |
'if' construct must use '{}'s. | 91 | |
'if' construct must use '{}'s. | 93 | |
'if' construct must use '{}'s. | 97 | |
'if' construct must use '{}'s. | 100 | |
'if' construct must use '{}'s. | 104 | |
'if' construct must use '{}'s. | 107 | |
'if' construct must use '{}'s. | 111 | |
'if' construct must use '{}'s. | 114 | |
Missing a Javadoc comment. | 119 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 129 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 139 | |
Missing a Javadoc comment. | 144 | |
Missing a Javadoc comment. | 149 | |
Missing a Javadoc comment. | 154 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 122 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 132 | |
Missing a Javadoc comment. | 137 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 160 | |
Missing a Javadoc comment. | 165 | |
Missing a Javadoc comment. | 170 | |
Missing a Javadoc comment. | 175 | |
Missing a Javadoc comment. | 180 | |
'id' hides a field. | 180 | |
Missing a Javadoc comment. | 187 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 106 | |
Expected an @return tag. | 223 | |
'cl' hides a field. | 223 | |
Expected @param tag for 'cl'. | 223 | |
Expected @param tag for 'stdin'. | 223 | |
Expected @param tag for 'stdout'. | 223 | |
Expected @param tag for 'stderr'. | 224 | |
Expected @throws tag for 'CommandLineException'. | 225 | |
Missing a Javadoc comment. | 234 | |
Missing a Javadoc comment. | 240 | |
Line is longer than 120 characters. | 299 | |
Missing a Javadoc comment. | 334 | |
Missing a Javadoc comment. | 353 | |
Missing a Javadoc comment. | 367 | |
Missing a Javadoc comment. | 373 | |
Missing a Javadoc comment. | 379 | |
Missing a Javadoc comment. | 384 | |
Missing a Javadoc comment. | 390 | |
Missing a Javadoc comment. | 400 | |
Missing a Javadoc comment. | 408 | |
Line is longer than 120 characters. | 427 | |
Missing a Javadoc comment. | 432 | |
Missing a Javadoc comment. | 459 | |
Missing a Javadoc comment. | 469 | |
Missing a Javadoc comment. | 479 | |
Missing a Javadoc comment. | 491 | |
Missing a Javadoc comment. | 500 | |
Missing a Javadoc comment. | 507 | |
Missing a Javadoc comment. | 516 | |
Line is longer than 120 characters. | 535 | |
Missing a Javadoc comment. | 539 | |
Missing a Javadoc comment. | 555 | |
Line is longer than 120 characters. | 581 | |
Missing a Javadoc comment. | 585 | |
Line is longer than 120 characters. | 598 | |
Missing a Javadoc comment. | 603 | |
Missing a Javadoc comment. | 628 | |
Missing a Javadoc comment. | 639 | |
Missing a Javadoc comment. | 674 | |
Missing a Javadoc comment. | 683 | |
Missing a Javadoc comment. | 694 | |
Missing a Javadoc comment. | 704 | |
Missing a Javadoc comment. | 714 | |
Missing a Javadoc comment. | 724 | |
Missing a Javadoc comment. | 730 | |
Missing a Javadoc comment. | 747 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 73 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 52 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 36 | |
')' is not preceded with whitespace. | 50 | |
'(' is not followed by whitespace. | 69 | |
')' is not preceded with whitespace. | 69 | |
'{' should be on a new line. | 69 |
Violation | Message | Line |
---|---|---|
')' is not preceded with whitespace. | 32 |
Violation | Message | Line |
---|---|---|
Variable 'matchedFiles' must be private and have accessor methods. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 144 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 260 | |
Missing a Javadoc comment. | 269 | |
Missing a Javadoc comment. | 275 | |
Missing a Javadoc comment. | 284 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 120 characters. | 83 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 85 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 44 | |
Expected an @return tag. | 54 | |
Expected @param tag for 'repository'. | 54 | |
Expected @param tag for 'fileSet'. | 54 | |
Expected @param tag for 'parameters'. | 55 | |
Expected @throws tag for 'ScmException'. | 56 | |
Expected @throws tag for 'AccuRevException'. | 56 | |
Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 76 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 69 | |
Method length is 205 lines (max allowed is 150). | 75 | |
'24' is a magic number. | 123 | |
'60' is a magic number. | 123 | |
'60' is a magic number. | 123 | |
Missing a Javadoc comment. | 415 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 120 characters. | 107 | |
Missing a Javadoc comment. | 107 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 120 characters. | 80 | |
Line is longer than 120 characters. | 146 | |
')' is not preceded with whitespace. | 146 | |
Missing a Javadoc comment. | 160 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 53 | |
'}' should be alone on a line. | 75 | |
'{' should be on a new line. | 75 | |
Line is longer than 120 characters. | 93 | |
Line is longer than 120 characters. | 109 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 84 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 21 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 75 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 146 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 83 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 141 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'commandLine'. | 47 | |
Expected @param tag for 'providerMessage'. | 47 | |
Expected @param tag for 'commandOutput'. | 47 | |
Expected @param tag for 'fromRevision'. | 48 | |
Expected @param tag for 'toRevision'. | 48 | |
Expected @param tag for 'success'. | 48 | |
Line is longer than 120 characters. | 62 | |
Expected @param tag for 'commandLines'. | 62 | |
',' is not followed by whitespace. | 62 | |
Expected @param tag for 'updatedFiles'. | 62 | |
',' is not followed by whitespace. | 62 | |
Expected @param tag for 'fromRevision'. | 62 | |
Expected @param tag for 'toRevision'. | 62 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 73 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 44 | |
switch without "default" clause. | 60 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 145 | |
Missing a Javadoc comment. | 145 | |
Missing a Javadoc comment. | 145 | |
Missing a Javadoc comment. | 145 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
')' is not preceded with whitespace. | 27 | |
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 142 | |
Missing a Javadoc comment. | 269 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 56 | |
',' is not followed by whitespace. | 56 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 171 | |
Missing a Javadoc comment. | 178 | |
Missing a Javadoc comment. | 196 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 119 | |
Missing a Javadoc comment. | 121 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 130 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 48 | |
',' is not followed by whitespace. | 48 | |
',' is not followed by whitespace. | 53 | |
',' is not followed by whitespace. | 53 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 85 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 66 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 85 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 99 |
Violation | Message | Line |
---|---|---|
'{' should be on a new line. | 76 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 71 | |
',' is not followed by whitespace. | 71 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 180 | |
Missing a Javadoc comment. | 185 | |
',' is not followed by whitespace. | 185 | |
Missing a Javadoc comment. | 190 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 75 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 37 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 55 | |
'{' should be on a new line. | 61 | |
'{' should be on a new line. | 62 | |
'{' should be on a new line. | 75 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 42 | |
Missing a Javadoc comment. | 43 | |
'{' should be on a new line. | 47 | |
'{' should be on a new line. | 51 | |
'{' should be on a new line. | 60 | |
'(' is not followed by whitespace. | 73 | |
')' is not preceded with whitespace. | 73 | |
'{' should be on a new line. | 74 | |
'{' should be on a new line. | 85 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 106 | |
'(' is not followed by whitespace. | 106 | |
')' is not preceded with whitespace. | 106 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 69 | |
'||' should be on a new line. | 295 | |
'||' should be on a new line. | 296 | |
'||' should be on a new line. | 297 | |
'||' should be on a new line. | 298 | |
'||' should be on a new line. | 299 | |
'||' should be on a new line. | 300 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 122 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 73 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 73 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'workingDirectory'. | 112 | |
Expected @param tag for 'branch'. | 112 | |
Expected @param tag for 'startDate'. | 112 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 110 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 93 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 73 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 161 | |
Expected an @return tag. | 197 | |
Expected @throws tag for 'IOException'. | 198 | |
Missing a Javadoc comment. | 249 | |
Missing a Javadoc comment. | 291 | |
Expected @param tag for 'streamName'. | 332 | |
Expected @param tag for 'vobName'. | 332 | |
Missing a Javadoc comment. | 341 | |
Missing a Javadoc comment. | 375 | |
Missing a Javadoc comment. | 400 | |
Missing a Javadoc comment. | 405 | |
Missing a Javadoc comment. | 440 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
'(' is not followed by whitespace. | 58 | |
')' is not preceded with whitespace. | 58 | |
Missing a Javadoc comment. | 69 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 134 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 73 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 126 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 85 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 73 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 111 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 81 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 87 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 77 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 100 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 77 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 112 | |
Expected @param tag for 'uniqueId'. | 331 | |
Missing a Javadoc comment. | 381 | |
Missing a Javadoc comment. | 386 | |
Missing a Javadoc comment. | 391 | |
Missing a Javadoc comment. | 396 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 105 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 344 | |
Method length is 328 lines (max allowed is 150). | 397 | |
Missing a Javadoc comment. | 397 | |
'2401' is a magic number. | 487 | |
Missing a Javadoc comment. | 727 | |
Missing a Javadoc comment. | 729 | |
Missing a Javadoc comment. | 731 | |
Missing a Javadoc comment. | 733 | |
Missing a Javadoc comment. | 735 | |
Missing a Javadoc comment. | 737 | |
Missing a Javadoc comment. | 739 | |
Missing a Javadoc comment. | 741 | |
Missing a Javadoc comment. | 743 | |
Missing a Javadoc comment. | 745 | |
Missing a Javadoc comment. | 747 | |
Missing a Javadoc comment. | 749 | |
Missing a Javadoc comment. | 751 | |
Missing a Javadoc comment. | 753 | |
Missing a Javadoc comment. | 755 | |
'(' is not followed by whitespace. | 789 | |
')' is not preceded with whitespace. | 789 | |
'}' should be alone on a line. | 795 | |
'{' should be on a new line. | 795 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 50 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 64 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 90 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 60 | |
'(' is not followed by whitespace. | 62 | |
Missing a Javadoc comment. | 82 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 67 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
More than 7 parameters. | 67 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 132 | |
Missing a Javadoc comment. | 137 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
'2003' is a magic number. | 47 | |
'2004' is a magic number. | 49 | |
Missing a Javadoc comment. | 54 | |
'2003' is a magic number. | 57 | |
'51' is a magic number. | 61 | |
Missing a Javadoc comment. | 64 | |
'22' is a magic number. | 71 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 117 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 109 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 91 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 93 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 96 |
Violation | Message | Line |
---|---|---|
Expected @throws tag for 'Exception'. | 50 | |
Expected @throws tag for 'Exception'. | 85 | |
'38403' is a magic number. | 114 | |
'39511' is a magic number. | 114 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 82 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 85 | |
',' is not followed by whitespace. | 85 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 184 | |
Missing a Javadoc comment. | 189 | |
',' is not followed by whitespace. | 189 | |
Missing a Javadoc comment. | 194 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 76 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
Name 'i_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'logger'. | 76 | |
'password' hides a field. | 178 | |
'cvsRoot' hides a field. | 193 | |
'passFile' hides a field. | 203 |
Violation | Message | Line |
---|---|---|
'(' is not followed by whitespace. | 70 | |
')' is not preceded with whitespace. | 70 | |
Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 83 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 59 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 131 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 92 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 86 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 82 |
Violation | Message | Line |
---|---|---|
Expected @throws tag for 'Exception'. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 105 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 66 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 81 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 82 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 93 | |
Unable to get class information for CommandException. | 94 | |
Expected @throws tag for 'AuthenticationException'. | 94 | |
Redundant throws: 'AuthenticationException' listed more then one time. | 94 | |
Unable to get class information for AuthenticationException. | 94 | |
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 109 | |
Unable to get class information for AuthenticationException. | 118 | |
Redundant throws: 'CommandAbortedException' listed more then one time. | 118 | |
Unable to get class information for CommandAbortedException. | 118 | |
Expected an @return tag. | 399 | |
Expected @param tag for 'localPath'. | 399 | |
Expected @param tag for 'listener'. | 399 | |
Expected @param tag for 'logger'. | 399 | |
Expected @throws tag for 'Exception'. | 400 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 66 | |
'22' is a magic number. | 85 | |
Unable to get class information for AuthenticationException. | 91 | |
Redundant throws: 'CommandAbortedException' listed more then one time. | 91 | |
Unable to get class information for CommandAbortedException. | 91 | |
Unable to get class information for AuthenticationException. | 169 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 51 | |
More than 7 parameters. | 51 | |
'transport' hides a field. | 102 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 | |
Variable 'settings' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 96 | |
Line contains a tab character. | 98 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 139 | |
Missing a Javadoc comment. | 181 | |
Missing a Javadoc comment. | 190 | |
Missing a Javadoc comment. | 200 | |
Missing a Javadoc comment. | 210 | |
Missing a Javadoc comment. | 220 | |
Missing a Javadoc comment. | 230 | |
Missing a Javadoc comment. | 239 | |
Missing a Javadoc comment. | 249 | |
Missing a Javadoc comment. | 258 | |
Missing a Javadoc comment. | 267 | |
Missing a Javadoc comment. | 276 | |
Missing a Javadoc comment. | 285 | |
Missing a Javadoc comment. | 294 | |
Missing a Javadoc comment. | 305 | |
Missing a Javadoc comment. | 307 | |
Missing a Javadoc comment. | 324 | |
Line is longer than 120 characters. | 327 | |
Missing a Javadoc comment. | 335 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 68 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 72 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 111 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 89 | |
',' is not followed by whitespace. | 89 | |
Missing a Javadoc comment. | 102 | |
Line is longer than 120 characters. | 112 | |
Missing a Javadoc comment. | 193 | |
Missing a Javadoc comment. | 198 | |
',' is not followed by whitespace. | 198 | |
Missing a Javadoc comment. | 203 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 108 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 128 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 107 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.util.*. | 28 | |
'static' modifier out of order with the JLS suggestions. | 45 | |
'static' modifier out of order with the JLS suggestions. | 46 | |
'static' modifier out of order with the JLS suggestions. | 47 | |
'static' modifier out of order with the JLS suggestions. | 48 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 75 | |
'(' is not followed by whitespace. | 82 | |
')' is not preceded with whitespace. | 82 | |
')' is not preceded with whitespace. | 87 | |
Missing a Javadoc comment. | 148 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 50 | |
'if' is not followed by whitespace. | 77 | |
Line is longer than 120 characters. | 85 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 118 | |
Expected an @return tag. | 133 | |
Expected @param tag for 'logger'. | 133 | |
Expected @param tag for 'repository'. | 133 | |
Expected @param tag for 'fileSet'. | 133 | |
Expected @throws tag for 'ScmException'. | 134 |
Violation | Message | Line |
---|---|---|
'static' modifier out of order with the JLS suggestions. | 35 | |
Expected @param tag for 'logger'. | 42 | |
Missing a Javadoc comment. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 72 | |
More than 7 parameters. | 72 | |
Line is longer than 120 characters. | 78 | |
Missing a Javadoc comment. | 94 | |
More than 7 parameters. | 94 | |
Expected an @return tag. | 130 | |
Expected @param tag for 'repository'. | 130 | |
Expected @param tag for 'workingDirectory'. | 130 | |
Expected @param tag for 'branch'. | 131 | |
Expected @param tag for 'startDate'. | 131 | |
Expected @param tag for 'endDate'. | 131 | |
Expected @param tag for 'startVersion'. | 132 | |
Expected @param tag for 'endVersion'. | 132 | |
Line is longer than 120 characters. | 134 | |
More than 7 parameters. | 137 | |
Line is longer than 120 characters. | 160 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'logger'. | 207 | |
Expected @param tag for 'userDateFormat'. | 207 | |
Line is longer than 120 characters. | 227 | |
Missing a Javadoc comment. | 232 | |
Line is longer than 120 characters. | 351 | |
Line is longer than 120 characters. | 375 |
Violation | Message | Line |
---|---|---|
'+' should be on a new line. | 111 | |
'if' is not followed by whitespace. | 130 | |
Line is longer than 120 characters. | 137 | |
Missing a Javadoc comment. | 186 | |
Missing a Javadoc comment. | 206 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 149 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 68 | |
Expected an @return tag. | 82 | |
Expected @param tag for 'workingDirectory'. | 82 | |
Expected @param tag for 'startVersion'. | 82 | |
Expected @param tag for 'endVersion'. | 82 | |
Expected an @return tag. | 111 | |
Expected @param tag for 'workingDirectory'. | 111 | |
Expected @param tag for 'sha1'. | 111 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
Missing a Javadoc comment. | 103 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 65 | |
Line is longer than 120 characters. | 73 | |
Line is longer than 120 characters. | 86 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Expected @param tag for 'line'. | 54 | |
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'logger'. | 45 | |
Expected @param tag for 'workingDirectory'. | 45 | |
Missing a Javadoc comment. | 64 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 68 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 59 | |
Line is longer than 120 characters. | 73 | |
Missing a Javadoc comment. | 102 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 58 | |
Line is longer than 120 characters. | 68 | |
Missing a Javadoc comment. | 103 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 70 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 81 | |
Line is longer than 120 characters. | 95 | |
Missing a Javadoc comment. | 165 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 53 | |
Line is longer than 120 characters. | 60 | |
'if' is not followed by whitespace. | 102 | |
Line is longer than 120 characters. | 110 | |
Line is longer than 120 characters. | 115 | |
Missing a Javadoc comment. | 146 | |
Line is longer than 120 characters. | 160 | |
Missing a Javadoc comment. | 160 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Line is longer than 120 characters. | 58 | |
Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 125 | |
Line is longer than 120 characters. | 125 | |
Expected @param tag for 'repository'. | 125 | |
Expected @param tag for 'workingDirectory'. | 125 | |
Expected @param tag for 'scmVersion'. | 125 | |
Line is longer than 120 characters. | 148 | |
'(' is not followed by whitespace. | 148 | |
Expected @param tag for 'repository'. | 148 | |
Expected @param tag for 'workingDirectory'. | 148 | |
')' is not preceded with whitespace. | 149 | |
'&&' should be on a new line. | 159 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 108 | |
Inner assignments should be avoided. | 158 | |
Missing a Javadoc comment. | 172 | |
Missing a Javadoc comment. | 190 | |
Missing a Javadoc comment. | 195 | |
'||' should be on a new line. | 249 | |
'||' should be on a new line. | 250 | |
'||' should be on a new line. | 251 | |
'||' should be on a new line. | 252 | |
'||' should be on a new line. | 253 | |
'+' should be on a new line. | 473 |
Violation | Message | Line |
---|---|---|
'{' should be on a new line. | 29 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 105 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 50 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 95 | |
Line contains a tab character. | 97 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 185 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 338 | |
Expected @param tag for 'repository'. | 339 | |
Expected @param tag for 'fileSet'. | 339 | |
Expected @param tag for 'parameters'. | 339 | |
Expected @throws tag for 'ScmException'. | 340 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 182 | |
Missing a Javadoc comment. | 189 | |
Missing a Javadoc comment. | 209 | |
Missing a Javadoc comment. | 220 | |
Line is longer than 120 characters. | 294 | |
Missing a Javadoc comment. | 325 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 137 | |
Missing a Javadoc comment. | 139 | |
Missing a Javadoc comment. | 141 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 145 | |
Missing a Javadoc comment. | 147 | |
Missing a Javadoc comment. | 149 | |
Missing a Javadoc comment. | 151 | |
Missing a Javadoc comment. | 153 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line is longer than 120 characters. | 165 | |
Line contains a tab character. | 165 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 97 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 76 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Line is longer than 120 characters. | 66 | |
Empty statement. | 88 | |
Line is longer than 120 characters. | 104 | |
'(' is not followed by whitespace. | 144 | |
')' is not preceded with whitespace. | 144 |
Violation | Message | Line |
---|---|---|
'60' is a magic number. | 91 | |
'60' is a magic number. | 91 | |
'24' is a magic number. | 91 | |
Line is longer than 120 characters. | 107 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 81 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 66 | |
'||' should be on a new line. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 72 | |
',' is not followed by whitespace. | 72 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 163 | |
',' is not followed by whitespace. | 163 | |
Missing a Javadoc comment. | 168 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
'(' is not followed by whitespace. | 40 | |
')' is not preceded with whitespace. | 40 | |
'(' is not followed by whitespace. | 42 | |
')' is not preceded with whitespace. | 42 | |
Expected @param tag for 'line'. | 49 | |
Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 75 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 55 | |
Line is longer than 120 characters. | 77 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
'(' is not followed by whitespace. | 64 | |
')' is not preceded with whitespace. | 64 | |
'{' should be on a new line. | 64 | |
'}' should be alone on a line. | 69 | |
'{' should be on a new line. | 69 | |
'{' should be on a new line. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line is longer than 120 characters. | 115 | |
'(' is not followed by whitespace. | 115 | |
')' is not preceded with whitespace. | 115 | |
Missing a Javadoc comment. | 118 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 60 | |
'(' is not followed by whitespace. | 249 | |
'(' is not followed by whitespace. | 249 | |
')' is not preceded with whitespace. | 249 | |
')' is not preceded with whitespace. | 249 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Expected @param tag for 'logger'. | 77 | |
Expected an @return tag. | 92 | |
Expected @throws tag for 'APIException'. | 93 | |
Unable to get class information for APIException. | 93 | |
Expected @throws tag for 'APIException'. | 154 | |
Unable to get class information for APIException. | 154 | |
Expected @throws tag for 'APIException'. | 179 | |
Unable to get class information for APIException. | 179 | |
Name 'Terminate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 | |
Expected an @return tag. | 236 | |
Expected an @return tag. | 246 | |
Expected an @return tag. | 256 | |
Expected an @return tag. | 266 | |
Expected an @return tag. | 281 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
'(' is not followed by whitespace. | 43 | |
')' is not preceded with whitespace. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
'if' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
'catch' is not followed by whitespace. | 68 | |
'(' is not followed by whitespace. | 68 | |
')' is not preceded with whitespace. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
'while' is not followed by whitespace. | 79 | |
'(' is not followed by whitespace. | 79 | |
')' is not preceded with whitespace. | 79 | |
'{' is not preceded with whitespace. | 79 | |
'{' should be on a new line. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'if' is not followed by whitespace. | 81 | |
'(' is not followed by whitespace. | 81 | |
')' is not preceded with whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
'catch' is not followed by whitespace. | 86 | |
'(' is not followed by whitespace. | 86 | |
')' is not preceded with whitespace. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
'if' is not followed by whitespace. | 90 | |
'(' is not followed by whitespace. | 90 | |
')' is not preceded with whitespace. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 81 | |
Expected an @return tag. | 86 | |
Line is longer than 120 characters. | 92 | |
Line is longer than 120 characters. | 93 | |
Expected an @return tag. | 99 | |
Expected @throws tag for 'ScmRepositoryException'. | 100 | |
Line contains a tab character. | 110 | |
Expected an @return tag. | 176 | |
Expected @param tag for 'repository'. | 177 | |
Expected @param tag for 'fileSet'. | 177 | |
Expected @param tag for 'params'. | 177 | |
Expected @throws tag for 'ScmException'. | 178 | |
Expected an @return tag. | 188 | |
Expected @param tag for 'repository'. | 189 | |
Expected @param tag for 'fileSet'. | 189 | |
Expected @param tag for 'parameters'. | 190 | |
Expected @throws tag for 'ScmException'. | 191 | |
Expected an @return tag. | 201 | |
Expected @param tag for 'repository'. | 202 | |
Expected @param tag for 'fileSet'. | 202 | |
Expected @param tag for 'params'. | 202 | |
Expected @throws tag for 'ScmException'. | 203 | |
Expected an @return tag. | 213 | |
Expected @param tag for 'repository'. | 214 | |
Expected @param tag for 'fileSet'. | 214 | |
Expected @param tag for 'params'. | 214 | |
Expected @throws tag for 'ScmException'. | 215 | |
Expected an @return tag. | 226 | |
Expected @param tag for 'repository'. | 227 | |
Expected @param tag for 'fileSet'. | 227 | |
Expected @param tag for 'params'. | 227 | |
Expected @throws tag for 'ScmException'. | 228 | |
Expected an @return tag. | 238 | |
Expected @param tag for 'repository'. | 239 | |
Expected @param tag for 'fileSet'. | 239 | |
Expected @param tag for 'params'. | 240 | |
Expected @throws tag for 'ScmException'. | 241 | |
Expected an @return tag. | 251 | |
Expected @param tag for 'repository'. | 252 | |
Expected @param tag for 'fileSet'. | 252 | |
Expected @param tag for 'params'. | 252 | |
Expected @throws tag for 'ScmException'. | 253 | |
Expected an @return tag. | 263 | |
Expected @param tag for 'repository'. | 264 | |
Expected @param tag for 'fileSet'. | 264 | |
Expected @param tag for 'params'. | 264 | |
Expected @throws tag for 'ScmException'. | 265 | |
Expected an @return tag. | 275 | |
Expected @param tag for 'repository'. | 276 | |
Expected @param tag for 'fileSet'. | 276 | |
Expected @param tag for 'params'. | 276 | |
Expected @throws tag for 'ScmException'. | 277 | |
Expected an @return tag. | 287 | |
Expected @param tag for 'repository'. | 288 | |
Expected @param tag for 'fileSet'. | 288 | |
Expected @param tag for 'params'. | 288 | |
Expected @throws tag for 'ScmException'. | 289 | |
Expected an @return tag. | 299 | |
Expected @param tag for 'repository'. | 300 | |
Expected @param tag for 'fileSet'. | 300 | |
Expected @param tag for 'params'. | 300 | |
Expected @throws tag for 'ScmException'. | 301 | |
Expected an @return tag. | 311 | |
Expected @param tag for 'repository'. | 312 | |
Expected @param tag for 'fileSet'. | 312 | |
Expected @param tag for 'params'. | 312 | |
Expected @throws tag for 'ScmException'. | 313 | |
Expected an @return tag. | 323 | |
Expected @param tag for 'repository'. | 324 | |
Expected @param tag for 'fileSet'. | 324 | |
Expected @param tag for 'params'. | 324 | |
Expected @throws tag for 'ScmException'. | 325 | |
Expected an @return tag. | 335 | |
Expected @param tag for 'repository'. | 336 | |
Expected @param tag for 'fileSet'. | 336 | |
Expected @param tag for 'params'. | 336 | |
Expected @throws tag for 'ScmException'. | 337 | |
Expected an @return tag. | 347 | |
Expected @param tag for 'repository'. | 348 | |
Expected @param tag for 'fileSet'. | 348 | |
Expected @param tag for 'params'. | 348 | |
Expected @throws tag for 'ScmException'. | 349 | |
Expected an @return tag. | 359 | |
Expected @param tag for 'repository'. | 360 | |
Expected @param tag for 'fileSet'. | 360 | |
Expected @param tag for 'params'. | 360 | |
Expected @throws tag for 'ScmException'. | 361 | |
Expected an @return tag. | 371 | |
Expected @param tag for 'repository'. | 372 | |
Expected @param tag for 'fileSet'. | 372 | |
Expected @param tag for 'params'. | 372 | |
Expected @throws tag for 'ScmException'. | 373 | |
Expected an @return tag. | 383 | |
Expected @param tag for 'repository'. | 383 | |
Expected @param tag for 'fileSet'. | 383 | |
Expected @param tag for 'params'. | 383 | |
Expected @throws tag for 'ScmException'. | 384 | |
Expected an @return tag. | 394 | |
Expected @param tag for 'repository'. | 394 | |
Expected @param tag for 'fileSet'. | 394 | |
Expected @param tag for 'params'. | 394 | |
Expected @throws tag for 'ScmException'. | 395 | |
Expected an @return tag. | 405 | |
Expected @param tag for 'repository'. | 405 | |
Expected @param tag for 'fileSet'. | 405 | |
Expected @param tag for 'params'. | 405 | |
Expected @throws tag for 'ScmException'. | 406 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Expected an @return tag. | 104 | |
Expected an @return tag. | 114 | |
Expected an @return tag. | 124 | |
Expected an @return tag. | 134 | |
Expected an @return tag. | 144 | |
Expected an @return tag. | 154 | |
Expected @param tag for 'lineTerminator'. | 175 | |
Expected @param tag for 'overwriteExisting'. | 185 | |
Line is longer than 120 characters. | 191 | |
Expected @param tag for 'restoreTime'. | 195 | |
Line is longer than 120 characters. | 208 | |
Expected @throws tag for 'APIException'. | 215 | |
Unable to get class information for APIException. | 215 | |
Conditional logic can be removed. | 238 | |
Expected an @return tag. | 252 | |
Definition of 'equals()' without corresponding definition of 'hashCode()'. | 252 | |
Expected @param tag for 'o'. | 253 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 70 | |
Unused Javadoc tag. | 83 | |
Expected @throws tag for 'Exception'. | 86 | |
Expected @throws tag for 'APIException'. | 117 | |
Unable to get class information for APIException. | 117 | |
Expected an @return tag. | 203 | |
Expected an @return tag. | 213 | |
Expected an @return tag. | 223 | |
Conditional logic can be removed. | 225 | |
Expected an @return tag. | 240 | |
Conditional logic can be removed. | 242 | |
Expected an @return tag. | 257 | |
Conditional logic can be removed. | 259 | |
Expected an @return tag. | 274 | |
Expected an @return tag. | 284 | |
Expected @throws tag for 'APIException'. | 297 | |
Unable to get class information for APIException. | 297 | |
Expected @throws tag for 'APIException'. | 361 | |
Unable to get class information for APIException. | 361 | |
Expected @throws tag for 'APIException'. | 389 | |
Unable to get class information for APIException. | 389 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 58 | |
Expected an @return tag. | 84 | |
Unable to get class information for APIException. | 135 | |
Conditional logic can be removed. | 167 | |
Unable to get class information for APIException. | 186 | |
Unable to get class information for APIException. | 212 | |
Unable to get class information for APIException. | 236 | |
Expected an @return tag. | 297 | |
Expected @throws tag for 'APIException'. | 311 | |
Unable to get class information for APIException. | 311 | |
Expected @throws tag for 'APIException'. | 333 | |
Unable to get class information for APIException. | 333 | |
Expected @throws tag for 'APIException'. | 353 | |
Unable to get class information for APIException. | 353 | |
Expected @throws tag for 'APIException'. | 374 | |
Unable to get class information for APIException. | 374 | |
Expected an @return tag. | 434 | |
Expected @throws tag for 'APIException'. | 435 | |
Unable to get class information for APIException. | 435 | |
Expected @throws tag for 'APIException'. | 453 | |
Unable to get class information for APIException. | 453 | |
Expected @throws tag for 'APIException'. | 470 | |
Unable to get class information for APIException. | 470 | |
Expected @throws tag for 'APIException'. | 489 | |
Unable to get class information for APIException. | 489 | |
Expected an @return tag. | 523 | |
Expected an @return tag. | 569 | |
Expected an @return tag. | 580 | |
Conditional logic can be removed. | 583 | |
Expected @throws tag for 'APIException'. | 600 | |
Unable to get class information for APIException. | 600 | |
Expected an @return tag. | 658 | |
Expected an @return tag. | 722 | |
Expected @throws tag for 'APIException'. | 735 | |
Unable to get class information for APIException. | 735 | |
Expected @throws tag for 'APIException'. | 757 | |
Unable to get class information for APIException. | 757 | |
'cpid' hides a field. | 801 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Expected an @return tag. | 93 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Line is longer than 120 characters. | 58 | |
Expected an @return tag. | 60 | |
Expected @param tag for 'repository'. | 61 | |
Expected @param tag for 'fileSet'. | 61 | |
Expected @param tag for 'scmVersion'. | 62 | |
Expected @param tag for 'recursive'. | 62 | |
Expected @throws tag for 'ScmException'. | 63 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Expected an @return tag. | 56 | |
Expected @param tag for 'repository'. | 57 | |
Expected @param tag for 'fileSet'. | 57 | |
Expected @param tag for 'startRevision'. | 58 | |
Expected @param tag for 'endRevision'. | 58 | |
Expected @throws tag for 'ScmException'. | 59 | |
Line is longer than 120 characters. | 89 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Expected an @return tag. | 57 | |
Expected @param tag for 'repository'. | 58 | |
Expected @param tag for 'workingDirectory'. | 58 | |
Expected @param tag for 'filename'. | 58 | |
Expected @throws tag for 'ScmException'. | 59 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Expected an @return tag. | 59 | |
Expected @param tag for 'repository'. | 60 | |
Expected @param tag for 'fileSet'. | 60 | |
Expected @param tag for 'message'. | 60 | |
Expected @param tag for 'createInLocal'. | 61 | |
Expected @throws tag for 'ScmException'. | 62 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 116 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 71 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'cmd'. | 62 | |
Expected @param tag for 'repo'. | 62 | |
Expected @param tag for 'fileSet'. | 62 | |
Expected @param tag for 'logger'. | 62 | |
Expected @param tag for 'cmd'. | 71 | |
Expected @param tag for 'subCmd'. | 71 | |
Expected @param tag for 'repo'. | 71 | |
Expected @param tag for 'fileSet'. | 71 | |
Expected @param tag for 'logger'. | 71 | |
Expected @param tag for 'cmd'. | 79 | |
Expected @param tag for 'subCmd'. | 79 | |
Expected @param tag for 'repo'. | 79 | |
Expected @param tag for 'addRepositoryWorkspaceArg'. | 79 | |
Expected @param tag for 'fileSet'. | 80 | |
Expected @param tag for 'logger'. | 80 | |
Missing a Javadoc comment. | 152 | |
Missing a Javadoc comment. | 162 | |
Missing a Javadoc comment. | 167 | |
Missing a Javadoc comment. | 198 | |
Missing a Javadoc comment. | 203 | |
Missing a Javadoc comment. | 234 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 103 | |
'||' should be on a new line. | 126 | |
'||' should be on a new line. | 127 | |
Missing a Javadoc comment. | 169 | |
'for' is not followed by whitespace. | 177 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 118 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 83 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 81 | |
Missing a Javadoc comment. | 107 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 134 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 79 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 172 | |
Expected @param tag for 'userDateFormat'. | 185 | |
Line is longer than 120 characters. | 199 | |
switch without "default" clause. | 255 | |
'+' should be on a new line. | 313 | |
'+' should be on a new line. | 314 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 122 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 164 | |
Missing a Javadoc comment. | 200 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 118 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 85 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Line is longer than 120 characters. | 69 | |
Missing a Javadoc comment. | 91 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Expected @param tag for 'repository'. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 61 | |
Missing a Javadoc comment. | 157 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 91 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 77 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 64 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 90 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 168 | |
'||' should be on a new line. | 314 | |
'||' should be on a new line. | 315 | |
Missing a Javadoc comment. | 356 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 160 | |
Missing a Javadoc comment. | 186 | |
Missing a Javadoc comment. | 206 | |
Missing a Javadoc comment. | 229 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 92 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 104 |
Violation | Message | Line |
---|---|---|
'||' should be on a new line. | 97 | |
'||' should be on a new line. | 98 | |
'||' should be on a new line. | 99 | |
Missing a Javadoc comment. | 150 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 90 | |
Expected an @return tag. | 104 | |
Expected an @return tag. | 119 | |
Conditional logic can be removed. | 121 | |
'fWorkspace' hides a field. | 187 | |
Unused @param tag for 'streamAlias'. | 201 | |
Expected @param tag for 'flowTargetAlias'. | 203 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 129 |
Violation | Message | Line |
---|---|---|
')' is not preceded with whitespace. | 142 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 |
Violation | Message | Line |
---|---|---|
')' is not preceded with whitespace. | 41 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 44 | |
')' is not preceded with whitespace. | 44 | |
Line is longer than 120 characters. | 52 | |
')' is not preceded with whitespace. | 52 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Expected an @return tag. | 64 | |
Expected @param tag for 'repository'. | 64 | |
Expected @param tag for 'destinationDir'. | 81 | |
Expected @param tag for 'metadata'. | 81 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'root'. | 44 | |
Expected @param tag for 'module'. | 44 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 72 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 149 | |
Missing a Javadoc comment. | 164 | |
Missing a Javadoc comment. | 172 | |
Missing a Javadoc comment. | 180 | |
Missing a Javadoc comment. | 188 | |
Missing a Javadoc comment. | 197 | |
Missing a Javadoc comment. | 205 | |
Missing a Javadoc comment. | 213 | |
Missing a Javadoc comment. | 221 | |
Missing a Javadoc comment. | 229 | |
Missing a Javadoc comment. | 237 | |
Missing a Javadoc comment. | 245 | |
Missing a Javadoc comment. | 253 | |
Missing a Javadoc comment. | 261 | |
Missing a Javadoc comment. | 297 | |
Expected an @return tag. | 319 | |
Expected @param tag for 'repoPath'. | 319 | |
Missing a Javadoc comment. | 353 | |
Missing a Javadoc comment. | 383 | |
Missing a Javadoc comment. | 385 | |
Missing a Javadoc comment. | 490 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 77 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
')' is not preceded with whitespace. | 54 | |
Line is longer than 120 characters. | 77 | |
Missing a Javadoc comment. | 108 | |
Line contains a tab character. | 112 | |
'if' is not followed by whitespace. | 112 | |
'(' is not followed by whitespace. | 112 | |
')' is not preceded with whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 123 | |
Line contains a tab character. | 127 | |
'if' is not followed by whitespace. | 127 | |
'(' is not followed by whitespace. | 127 | |
')' is not preceded with whitespace. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 66 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 43 | |
',' is not followed by whitespace. | 45 | |
',' is not followed by whitespace. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 76 | |
More than 7 parameters. | 76 | |
Line is longer than 120 characters. | 84 | |
'for' is not followed by whitespace. | 125 | |
'(' is not followed by whitespace. | 163 | |
')' is not preceded with whitespace. | 163 | |
'(' is not followed by whitespace. | 164 | |
')' is not preceded with whitespace. | 164 | |
Missing a Javadoc comment. | 168 | |
More than 7 parameters. | 168 | |
'(' is not followed by whitespace. | 173 | |
')' is not preceded with whitespace. | 173 | |
'(' is not followed by whitespace. | 184 | |
')' is not preceded with whitespace. | 184 | |
'(' is not followed by whitespace. | 188 | |
')' is not preceded with whitespace. | 188 | |
'(' is not followed by whitespace. | 193 | |
')' is not preceded with whitespace. | 193 | |
'(' is not followed by whitespace. | 203 | |
')' is not preceded with whitespace. | 203 | |
'(' is not followed by whitespace. | 203 | |
')' is not preceded with whitespace. | 203 | |
'(' is not followed by whitespace. | 203 | |
')' is not preceded with whitespace. | 203 | |
'(' is not followed by whitespace. | 211 | |
')' is not preceded with whitespace. | 211 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 139 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
',' is not followed by whitespace. | 146 | |
',' is not followed by whitespace. | 146 | |
Line contains a tab character. | 169 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 67 | |
'if' is not followed by whitespace. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 129 | |
Missing a Javadoc comment. | 154 | |
'{' should be on a new line. | 215 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
'if' is not followed by whitespace. | 230 | |
'{' should be on a new line. | 230 | |
'(' is not followed by whitespace. | 271 | |
')' is not preceded with whitespace. | 271 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 119 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 171 |
Violation | Message | Line |
---|---|---|
Method length is 200 lines (max allowed is 150). | 66 | |
Missing a Javadoc comment. | 270 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 129 | |
Missing a Javadoc comment. | 134 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 87 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
Unused import - java.util.List. | 37 | |
Missing a Javadoc comment. | 93 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 108 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 94 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 65 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 63 | |
'(' is not followed by whitespace. | 86 | |
Missing a Javadoc comment. | 95 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 130 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 82 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 209 | |
Missing a Javadoc comment. | 218 | |
Missing a Javadoc comment. | 242 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 58 | |
Expected an @return tag. | 78 | |
Missing a Javadoc comment. | 127 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 86 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 67 | |
'(' is not followed by whitespace. | 77 | |
Missing a Javadoc comment. | 90 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 63 | |
'if' is not followed by whitespace. | 75 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 123 | |
Line contains a tab character. | 138 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 50 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 161 | |
'(' is not followed by whitespace. | 332 | |
')' is not preceded with whitespace. | 332 | |
')' is not preceded with whitespace. | 338 | |
'}' should be alone on a line. | 339 | |
'{' should be on a new line. | 339 | |
Missing a Javadoc comment. | 355 | |
'(' is not followed by whitespace. | 365 | |
')' is not preceded with whitespace. | 365 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 162 | |
Missing a Javadoc comment. | 171 | |
Expected @param tag for 'cl'. | 183 | |
Expected @throws tag for 'ScmException'. | 184 | |
Missing a Javadoc comment. | 226 | |
Expected an @return tag. | 253 | |
Expected @param tag for 'parent'. | 253 | |
Expected @param tag for 'child'. | 253 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 65 | |
Inner assignments should be avoided. | 82 | |
Inner assignments should be avoided. | 86 | |
Inner assignments should be avoided. | 90 | |
Missing a Javadoc comment. | 103 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 98 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 142 | |
Missing a Javadoc comment. | 169 | |
Inner assignments should be avoided. | 188 | |
Inner assignments should be avoided. | 306 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 117 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 70 | |
Inner assignments should be avoided. | 86 | |
Inner assignments should be avoided. | 90 | |
Inner assignments should be avoided. | 94 | |
Inner assignments should be avoided. | 98 | |
Missing a Javadoc comment. | 112 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 89 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 63 | |
Inner assignments should be avoided. | 80 | |
Inner assignments should be avoided. | 84 | |
Inner assignments should be avoided. | 88 | |
Inner assignments should be avoided. | 92 | |
Missing a Javadoc comment. | 105 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 69 | |
',' is not followed by whitespace. | 69 | |
Missing a Javadoc comment. | 77 | |
Inner assignments should be avoided. | 103 | |
Inner assignments should be avoided. | 125 | |
Inner assignments should be avoided. | 141 | |
Missing a Javadoc comment. | 203 | |
Missing a Javadoc comment. | 208 | |
',' is not followed by whitespace. | 208 | |
Missing a Javadoc comment. | 213 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 100 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 60 | |
Inner assignments should be avoided. | 75 | |
Inner assignments should be avoided. | 79 | |
Missing a Javadoc comment. | 92 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 98 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 65 | |
Inner assignments should be avoided. | 82 | |
Inner assignments should be avoided. | 86 | |
Inner assignments should be avoided. | 90 | |
Missing a Javadoc comment. | 103 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 81 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 76 | |
Inner assignments should be avoided. | 93 | |
Inner assignments should be avoided. | 97 | |
Inner assignments should be avoided. | 101 | |
Missing a Javadoc comment. | 180 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 98 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 101 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 61 | |
Inner assignments should be avoided. | 77 | |
Inner assignments should be avoided. | 81 | |
Missing a Javadoc comment. | 94 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 174 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 95 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 256 | |
Missing a Javadoc comment. | 267 | |
Missing a Javadoc comment. | 279 | |
Missing a Javadoc comment. | 291 | |
Missing a Javadoc comment. | 303 | |
Missing a Javadoc comment. | 315 | |
Missing a Javadoc comment. | 326 | |
Missing a Javadoc comment. | 338 | |
Missing a Javadoc comment. | 349 | |
Missing a Javadoc comment. | 360 | |
Missing a Javadoc comment. | 371 | |
Missing a Javadoc comment. | 382 | |
Missing a Javadoc comment. | 391 | |
Missing a Javadoc comment. | 404 | |
Missing a Javadoc comment. | 406 | |
Missing a Javadoc comment. | 425 | |
Missing a Javadoc comment. | 438 | |
Expected @param tag for 'repository'. | 447 | |
Expected @param tag for 'parameters'. | 447 | |
Expected @throws tag for 'ScmException'. | 448 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
'{' should be on a new line. | 33 | |
Unused @throws tag for 'NullPointerException'. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 64 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 51 | |
Line is longer than 120 characters. | 64 | |
Missing a Javadoc comment. | 70 | |
Line is longer than 120 characters. | 81 | |
Missing a Javadoc comment. | 130 |
Violation | Message | Line |
---|---|---|
'{' should be on a new line. | 34 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Expected an @return tag. | 74 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 110 | |
Expected an @return tag. | 125 | |
Expected an @return tag. | 139 | |
Expected an @return tag. | 154 | |
Expected an @return tag. | 168 | |
Expected an @return tag. | 200 | |
Expected an @return tag. | 280 | |
Expected @param tag for 'version'. | 280 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 48 |
Violation | Message | Line |
---|---|---|
',' is not followed by whitespace. | 74 | |
',' is not followed by whitespace. | 74 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 163 | |
',' is not followed by whitespace. | 163 | |
Missing a Javadoc comment. | 168 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 52 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 67 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 66 | |
Expected an @return tag. | 74 | |
Expected an @return tag. | 97 | |
'url' hides a field. | 132 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 154 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 119 | |
Missing a Javadoc comment. | 124 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 79 | |
'{' should be on a new line. | 131 | |
'(' is not followed by whitespace. | 135 | |
')' is not preceded with whitespace. | 135 | |
'{' should be on a new line. | 135 | |
Missing a Javadoc comment. | 142 | |
Missing a Javadoc comment. | 156 | |
Missing a Javadoc comment. | 187 | |
Missing a Javadoc comment. | 193 | |
Missing a Javadoc comment. | 215 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Line is longer than 120 characters. | 61 | |
Missing a Javadoc comment. | 90 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 83 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 77 | |
Line is longer than 120 characters. | 94 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 133 | |
Missing a Javadoc comment. | 146 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 59 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 120 characters. | 86 | |
Missing a Javadoc comment. | 161 | |
Missing a Javadoc comment. | 169 | |
Line is longer than 120 characters. | 170 | |
'(' is not followed by whitespace. | 182 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 |
Violation | Message | Line |
---|---|---|
More than 7 parameters. | 90 | |
Missing a Javadoc comment. | 135 | |
'(' is not followed by whitespace. | 139 | |
')' is not preceded with whitespace. | 140 | |
Missing a Javadoc comment. | 143 | |
More than 7 parameters. | 143 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'logger'. | 132 | |
Expected @param tag for 'userDateFormat'. | 132 | |
Missing a Javadoc comment. | 139 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 110 | |
Missing a Javadoc comment. | 117 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 110 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 105 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 90 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 122 | |
Missing a Javadoc comment. | 122 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 93 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 108 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 119 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
'if' is not followed by whitespace. | 70 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 94 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 124 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 90 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Line is longer than 120 characters. | 62 | |
Missing a Javadoc comment. | 91 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 81 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 49 | |
Line is longer than 120 characters. | 76 | |
Missing a Javadoc comment. | 196 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 60 | |
'(' is not followed by whitespace. | 75 | |
')' is not preceded with whitespace. | 75 | |
Expected an @return tag. | 206 | |
Expected @param tag for 'repository'. | 206 | |
Expected @param tag for 'workingDirectory'. | 206 | |
Expected @param tag for 'tag'. | 206 | |
Expected @param tag for 'messageFile'. | 207 | |
Missing a Javadoc comment. | 227 |
Violation | Message | Line |
---|---|---|
')' is not preceded with whitespace. | 90 | |
Missing a Javadoc comment. | 99 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 144 | |
Missing a Javadoc comment. | 149 | |
Missing a Javadoc comment. | 154 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 49 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 94 | |
Line contains a tab character. | 96 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
')' is not preceded with whitespace. | 81 | |
Line contains a tab character. | 82 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 107 | |
Line is longer than 120 characters. | 129 | |
Expected @param tag for 'sourceDirectory'. | 129 | |
Expected @param tag for 'destinationDirectory'. | 129 | |
Expected @param tag for 'modifications'. | 129 | |
Expected @throws tag for 'IOException'. | 130 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 67 | |
'language' hides a field. | 79 | |
'country' hides a field. | 88 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 55 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 65 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
Expected @throws tag for 'ScmRepositoryException'. | 57 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 135 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'ccmAddr'. | 87 | |
Expected @throws tag for 'ScmException'. | 88 | |
Expected @param tag for 'ccmAddr'. | 122 | |
Expected @throws tag for 'ScmException'. | 123 | |
Expected @param tag for 'ccmAddr'. | 160 | |
Expected @throws tag for 'ScmException'. | 161 | |
Expected @param tag for 'ccmAddr'. | 195 | |
Expected @throws tag for 'ScmException'. | 196 | |
Expected @param tag for 'ccmAddr'. | 240 | |
Expected @throws tag for 'ScmException'. | 241 | |
Expected an @return tag. | 283 | |
Expected @param tag for 'ccmAddr'. | 283 | |
Expected @throws tag for 'ScmException'. | 284 | |
Expected an @return tag. | 313 | |
Expected @param tag for 'ccmAddr'. | 313 | |
Expected @throws tag for 'ScmException'. | 314 | |
Expected @param tag for 'projectSpec'. | 352 | |
Expected @param tag for 'ccmAddr'. | 352 | |
Expected @throws tag for 'ScmException'. | 353 | |
Expected an @return tag. | 382 | |
Expected @param tag for 'projectSpec'. | 382 | |
Expected @param tag for 'ccmAddr'. | 382 | |
Expected @throws tag for 'ScmException'. | 383 | |
Expected an @return tag. | 407 | |
Expected @param tag for 'projectSpec'. | 407 | |
Expected @param tag for 'ccmAddr'. | 407 | |
Expected @throws tag for 'ScmException'. | 408 | |
Expected an @return tag. | 438 | |
Expected @param tag for 'projectSpec'. | 438 | |
Expected @param tag for 'ccmAddr'. | 438 | |
Expected @throws tag for 'ScmException'. | 439 | |
Expected an @return tag. | 470 | |
Expected @param tag for 'directory'. | 470 | |
Expected @param tag for 'ccmAddr'. | 470 | |
Expected @throws tag for 'ScmException'. | 471 | |
Expected @param tag for 'ccmAddr'. | 509 | |
Expected @throws tag for 'ScmException'. | 510 | |
Expected an @return tag. | 545 | |
Expected @param tag for 'projectSpec'. | 545 | |
Expected @param tag for 'purpose'. | 545 | |
Expected @param tag for 'release'. | 546 | |
Expected @param tag for 'ccmAddr'. | 546 | |
Expected @throws tag for 'ScmException'. | 547 | |
Expected an @return tag. | 603 | |
Expected @param tag for 'projectSpec'. | 603 | |
Expected @param tag for 'comment'. | 603 | |
Expected @param tag for 'ccmAddr'. | 603 | |
Expected @throws tag for 'ScmException'. | 604 | |
Expected an @return tag. | 632 | |
Expected @param tag for 'comment'. | 632 | |
Expected @param tag for 'ccmAddr'. | 632 | |
Expected @throws tag for 'ScmException'. | 633 | |
Expected an @return tag. | 672 | |
Expected @param tag for 'projectSpec'. | 672 | |
Expected @param tag for 'ccmAddr'. | 672 | |
Expected @throws tag for 'ScmException'. | 673 | |
Expected an @return tag. | 696 | |
Expected @param tag for 'projectSpec'. | 696 | |
Expected @param tag for 'ccmAddr'. | 696 | |
Expected @throws tag for 'ScmException'. | 697 | |
Expected an @return tag. | 718 | |
Expected @param tag for 'ccmAddr'. | 718 | |
Expected @throws tag for 'ScmException'. | 719 | |
Expected an @return tag. | 777 | |
Expected @param tag for 'username'. | 777 | |
Expected @param tag for 'password'. | 777 | |
Expected @param tag for 'role'. | 777 | |
Expected @throws tag for 'ScmException'. | 778 | |
Expected an @return tag. | 809 | |
Expected @param tag for 'username'. | 809 | |
Expected @param tag for 'password'. | 809 | |
Expected @param tag for 'role'. | 809 | |
Expected @throws tag for 'ScmException'. | 810 | |
Line contains a tab character. | 832 | |
Expected an @return tag. | 839 | |
Expected @param tag for 'ccmAddr'. | 839 | |
Expected @throws tag for 'ScmException'. | 840 | |
Expected an @return tag. | 859 | |
Line contains a tab character. | 860 | |
Expected @throws tag for 'ScmException'. | 860 | |
Line contains a tab character. | 862 | |
Line contains a tab character. | 875 | |
Expected an @return tag. | 880 | |
Line contains a tab character. | 881 | |
Expected @throws tag for 'ScmException'. | 881 | |
Line contains a tab character. | 883 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
'static' modifier out of order with the JLS suggestions. | 42 | |
'static' modifier out of order with the JLS suggestions. | 47 | |
'static' modifier out of order with the JLS suggestions. | 52 | |
'static' modifier out of order with the JLS suggestions. | 57 | |
Expected @throws tag for 'ScmException'. | 89 | |
Expected @throws tag for 'ScmException'. | 137 | |
Line is longer than 120 characters. | 155 | |
Line is longer than 120 characters. | 174 |
Violation | Message | Line |
---|---|---|
Expected @throws tag for 'ScmException'. | 105 | |
Line is longer than 120 characters. | 113 | |
Expected @throws tag for 'ScmException'. | 142 | |
Expected an @return tag. | 175 | |
Expected @throws tag for 'ScmException'. | 176 | |
Line is longer than 120 characters. | 211 | |
Expected @throws tag for 'ScmException'. | 213 | |
Expected @throws tag for 'ScmException'. | 264 | |
Expected @throws tag for 'ScmException'. | 289 | |
Expected @throws tag for 'ScmException'. | 319 | |
Expected @throws tag for 'ScmException'. | 355 | |
Expected @throws tag for 'ScmException'. | 380 | |
Expected @param tag for 'replace'. | 403 | |
Expected @throws tag for 'ScmException'. | 404 | |
Expected @throws tag for 'ScmException'. | 431 | |
Expected @throws tag for 'ScmException'. | 454 | |
Expected @throws tag for 'ScmException'. | 477 | |
Expected @throws tag for 'ScmException'. | 500 | |
Expected @throws tag for 'ScmException'. | 523 | |
Unused Javadoc tag. | 545 | |
Expected @param tag for 'version'. | 548 | |
Expected @param tag for 'purpose'. | 549 | |
Expected @param tag for 'release'. | 549 | |
Expected @throws tag for 'ScmException'. | 550 | |
Unused Javadoc tag. | 573 | |
Expected @throws tag for 'ScmException'. | 577 | |
Unused Javadoc tag. | 598 | |
Expected @param tag for 'files'. | 601 | |
Expected @param tag for 'comment'. | 601 | |
Expected @throws tag for 'ScmException'. | 602 | |
Line contains a tab character. | 624 | |
Line contains a tab character. | 628 | |
Expected @throws tag for 'ScmException'. | 628 | |
'(' is not followed by whitespace. | 638 | |
')' is not preceded with whitespace. | 638 | |
Line contains a tab character. | 654 | |
Line contains a tab character. | 659 | |
Expected @throws tag for 'ScmException'. | 659 | |
Expected @throws tag for 'ScmException'. | 683 | |
Expected an @return tag. | 706 | |
Expected @throws tag for 'ScmException'. | 707 | |
Expected @throws tag for 'ScmException'. | 737 | |
Expected @throws tag for 'ScmException'. | 761 | |
Line contains a tab character. | 784 | |
Line contains a tab character. | 786 | |
Line contains a tab character. | 790 | |
Line contains a tab character. | 791 | |
Line contains a tab character. | 797 | |
Line contains a tab character. | 799 | |
Expected @throws tag for 'ScmException'. | 813 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 136 | |
Missing a Javadoc comment. | 145 | |
Missing a Javadoc comment. | 154 | |
Line is longer than 120 characters. | 162 | |
Missing a Javadoc comment. | 162 | |
Line is longer than 120 characters. | 170 | |
Missing a Javadoc comment. | 170 | |
Line is longer than 120 characters. | 178 | |
Missing a Javadoc comment. | 178 | |
Missing a Javadoc comment. | 186 | |
Missing a Javadoc comment. | 195 | |
Missing a Javadoc comment. | 203 | |
Line is longer than 120 characters. | 211 | |
Missing a Javadoc comment. | 211 | |
Missing a Javadoc comment. | 219 | |
Missing a Javadoc comment. | 227 | |
Missing a Javadoc comment. | 235 | |
Line is longer than 120 characters. | 242 | |
Missing a Javadoc comment. | 242 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 59 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
'if' construct must use '{}'s. | 70 | |
Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 52 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 120 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 115 | |
'{' should be on a new line. | 115 | |
'if' construct must use '{}'s. | 121 | |
'if' construct must use '{}'s. | 127 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 63 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 53 | |
'(' is not followed by whitespace. | 68 | |
')' is not preceded with whitespace. | 68 | |
'(' is not followed by whitespace. | 69 | |
Missing a Javadoc comment. | 77 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 66 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 72 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
',' is not followed by whitespace. | 46 | |
',' is not followed by whitespace. | 46 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 55 | |
'if' construct must use '{}'s. | 60 | |
'if' construct must use '{}'s. | 76 | |
'if' construct must use '{}'s. | 78 | |
Missing a Javadoc comment. | 85 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 77 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 121 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 56 | |
Line is longer than 120 characters. | 133 | |
Missing a Javadoc comment. | 133 | |
Missing a Javadoc comment. | 167 |
Violation | Message | Line |
---|---|---|
'{' should be on a new line. | 49 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 121 | |
Redundant 'final' modifier. | 121 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Missing a Javadoc comment. | 130 | |
'settings' hides a field. | 132 | |
Missing a Javadoc comment. | 170 | |
Redundant 'final' modifier. | 170 | |
Missing a Javadoc comment. | 175 | |
Redundant 'final' modifier. | 175 | |
Missing a Javadoc comment. | 181 | |
Redundant 'final' modifier. | 181 | |
Missing a Javadoc comment. | 201 | |
Line contains a tab character. | 203 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 144 | |
Missing a Javadoc comment. | 146 | |
Missing a Javadoc comment. | 148 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 152 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 156 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 160 | |
Missing a Javadoc comment. | 162 | |
Missing a Javadoc comment. | 164 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 168 | |
Missing a Javadoc comment. | 170 | |
Missing a Javadoc comment. | 172 | |
Missing a Javadoc comment. | 174 | |
Missing a Javadoc comment. | 176 | |
Missing a Javadoc comment. | 178 | |
Missing a Javadoc comment. | 180 | |
Missing a Javadoc comment. | 182 | |
Missing a Javadoc comment. | 184 | |
Missing a Javadoc comment. | 186 | |
Missing a Javadoc comment. | 188 | |
Missing a Javadoc comment. | 190 | |
Missing a Javadoc comment. | 192 | |
Missing a Javadoc comment. | 194 | |
Missing a Javadoc comment. | 196 | |
Missing a Javadoc comment. | 198 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 112 | |
Expected @throws tag for 'ScmException'. | 175 | |
'31' is a magic number. | 261 | |
'30' is a magic number. | 263 | |
Missing a Javadoc comment. | 315 | |
'31' is a magic number. | 323 | |
'30' is a magic number. | 325 | |
'31' is a magic number. | 330 | |
'30' is a magic number. | 332 | |
'31' is a magic number. | 341 | |
'30' is a magic number. | 343 | |
'31' is a magic number. | 352 | |
'30' is a magic number. | 354 | |
Line is longer than 120 characters. | 430 | |
Missing a Javadoc comment. | 433 | |
Expected @throws tag for 'ScmException'. | 446 | |
Line is longer than 120 characters. | 460 | |
Line is longer than 120 characters. | 472 | |
Line is longer than 120 characters. | 482 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 116 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Line is longer than 120 characters. | 61 | |
Missing a Javadoc comment. | 90 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 132 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 78 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 58 | |
Expected @param tag for 'repository'. | 58 | |
Expected @param tag for 'fileSet'. | 58 | |
Expected @param tag for 'message'. | 59 | |
Expected @param tag for 'scmVersion'. | 59 | |
Expected @throws tag for 'ScmException'. | 60 | |
Missing a Javadoc comment. | 112 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 213 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 92 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 212 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 111 | |
Expected an @return tag. | 246 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 211 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 82 | |
Expected an @return tag. | 130 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 270 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Expected an @return tag. | 55 | |
Expected @param tag for 'repository'. | 55 | |
Expected @param tag for 'fileSet'. | 55 | |
Expected @param tag for 'tagName'. | 55 | |
Expected @param tag for 'message'. | 56 | |
Expected @throws tag for 'ScmException'. | 57 | |
Missing a Javadoc comment. | 104 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 212 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 96 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 228 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 26 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
'2000' is a magic number. | 68 | |
'2000' is a magic number. | 77 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 117 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 49 | |
'2000' is a magic number. | 67 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 116 | |
Line is longer than 120 characters. | 141 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 61 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 72 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 77 | |
'1000000' is a magic number. | 129 | |
'5000' is a magic number. | 133 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 56 | |
Expected @param tag for 'date'. | 66 | |
Expected @param tag for 'userPattern'. | 66 | |
Expected @param tag for 'defaultPattern'. | 66 | |
Expected @param tag for 'date'. | 76 | |
Expected @param tag for 'userPattern'. | 76 | |
Expected @param tag for 'defaultPattern'. | 76 | |
Expected @param tag for 'locale'. | 76 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 32 | |
Expected an @return tag. | 43 | |
Expected @param tag for 'filename'. | 43 |
Violation | Message | Line |
---|---|---|
Name 'm_sDateFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 120 characters. | 49 | |
Name 'm_formatCache' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 73 |