The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 2 | |
FileTabCharacter
| 49 | |
LeftCurly
| 15 | |
RightCurly
| 1 | |
LineLength
| 18 | |
| MemberName | 0 | |
JavadocMethod
| 305 | |
JavadocType
| 36 | |
JavadocVariable
| 24 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 65 | |
| WhitespaceAfter | 3 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 7 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 27 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 6 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 3 | |
| MissingSwitchDefault | 1 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 1 | |
| UpperEll | 0 |
| 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 |