The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 8 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 14 | Error |
RightCurly
| 2 | Error |
LineLength
| 7 | Error |
MemberName | 0 | Error |
JavadocMethod
| 878 | Warning |
JavadocType
| 31 | Error |
JavadocVariable
| 83 | Info |
ConstantName | 4 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 1 | Error |
MethodName | 2 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 2 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 1 | Error |
MethodLength | 1 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 44 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 20 | Error |
EmptyBlock
| 10 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 73 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
| 23 | Error |
MissingSwitchDefault | 3 | Error |
RedundantThrows | 58 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 13 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 175 | |
Missing a Javadoc comment. | 177 | |
Missing a Javadoc comment. | 181 | |
Missing a Javadoc comment. | 195 | |
Missing a Javadoc comment. | 268 | |
Missing a Javadoc comment. | 276 | |
Missing a Javadoc comment. | 290 | |
Avoid nested blocks. | 363 | |
Avoid nested blocks. | 378 | |
Missing a Javadoc comment. | 394 | |
Missing a Javadoc comment. | 400 | |
Missing a Javadoc comment. | 456 | |
Missing a Javadoc comment. | 468 | |
Missing a Javadoc comment. | 487 | |
Expected an @return tag. | 527 | |
Expected @param tag for 'repository'. | 527 | |
Missing a Javadoc comment. | 532 | |
Missing a Javadoc comment. | 537 | |
Missing a Javadoc comment. | 542 | |
Missing a Javadoc comment. | 547 | |
Missing a Javadoc comment. | 552 | |
Missing a Javadoc comment. | 557 | |
Missing a Javadoc comment. | 562 | |
Avoid nested blocks. | 611 | |
Avoid nested blocks. | 634 | |
Missing a Javadoc comment. | 706 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'baseurl'. | 55 | |
Expected @param tag for 'stream'. | 55 | |
Empty catch block. | 155 | |
Empty catch block. | 158 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 | |
'all' hides a field. | 47 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 58 | |
'get' hides a field. | 58 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 69 | |
'put' hides a field. | 69 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 80 | |
'head' hides a field. | 80 | |
Missing a Javadoc comment. | 86 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
'useDefaultHeaders' hides a field. | 54 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 76 | |
'headers' hides a field. | 76 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 93 | |
'params' hides a field. | 93 | |
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 104 | |
'connectionTimeout' hides a field. | 104 | |
Missing a Javadoc comment. | 110 | |
switch without "default" clause. | 164 | |
Avoid nested blocks. | 167 | |
Avoid nested blocks. | 172 | |
Avoid nested blocks. | 177 | |
Avoid nested blocks. | 182 | |
Avoid nested blocks. | 187 | |
Avoid nested blocks. | 199 | |
Missing a Javadoc comment. | 229 | |
Missing a Javadoc comment. | 273 | |
Missing a Javadoc comment. | 280 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
Expected @throws tag for 'TransferFailedException'. | 68 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 189 | |
Missing a Javadoc comment. | 201 | |
Line is longer than 120 characters. | 255 | |
Missing a Javadoc comment. | 279 | |
Missing a Javadoc comment. | 312 | |
Missing a Javadoc comment. | 333 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 48 | |
Expected an @return tag. | 56 | |
Expected @param tag for 'message'. | 56 | |
Expected @param tag for 'message'. | 74 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 98 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 57 | |
Expected @param tag for 'message'. | 57 | |
Expected @param tag for 'message'. | 65 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 75 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 64 | |
'contents' hides a field. | 64 |
Violation | Message | Line |
---|---|---|
Expected @throws tag for 'IOException'. | 53 | |
Expected @throws tag for 'IOException'. | 66 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 84 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 35 | |
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 | |
Missing a Javadoc comment. | 82 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Expected @param tag for 'host'. | 42 | |
Expected @param tag for 'key'. | 42 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 190 | |
Missing a Javadoc comment. | 221 | |
Missing a Javadoc comment. | 237 | |
Missing a Javadoc comment. | 254 | |
Missing a Javadoc comment. | 341 | |
Missing a Javadoc comment. | 406 | |
Missing a Javadoc comment. | 411 | |
Missing a Javadoc comment. | 416 | |
Missing a Javadoc comment. | 422 | |
Missing a Javadoc comment. | 428 | |
Missing a Javadoc comment. | 433 | |
Missing a Javadoc comment. | 471 | |
Missing a Javadoc comment. | 498 | |
Missing a Javadoc comment. | 503 | |
Empty catch block. | 636 | |
Empty catch block. | 647 | |
Empty catch block. | 697 | |
Empty catch block. | 708 | |
Missing a Javadoc comment. | 789 | |
Missing a Javadoc comment. | 794 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'scmManager'. | 114 | |
Expected @param tag for 'checkoutDirectory'. | 174 | |
Unable to get class information for NoSuchScmProviderException. | 187 | |
Expected @throws tag for 'ConnectionException'. | 196 | |
'checkoutDirectory' hides a field. | 213 | |
Unable to get class information for ScmRepositoryException. | 283 | |
Redundant throws: 'NoSuchScmProviderException' listed more then one time. | 283 | |
Unable to get class information for NoSuchScmProviderException. | 283 | |
Missing a Javadoc comment. | 336 | |
Unable to get class information for ScmException. | 547 | |
Missing a Javadoc comment. | 598 | |
Unable to get class information for ScmException. | 617 | |
Missing a Javadoc comment. | 628 | |
Unused @throws tag for 'UnsupportedOperationException'. | 637 | |
Expected an @return tag. | 639 | |
Expected @param tag for 'resourceName'. | 639 | |
Expected @param tag for 'destination'. | 639 | |
Expected @param tag for 'timestamp'. | 639 | |
Expected @throws tag for 'TransferFailedException'. | 640 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 640 | |
Expected @throws tag for 'AuthorizationException'. | 640 | |
Missing a Javadoc comment. | 645 | |
Expected @param tag for 'resourcePath'. | 722 | |
Expected @throws tag for 'TransferFailedException'. | 723 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 723 | |
Expected @throws tag for 'AuthorizationException'. | 723 | |
Missing a Javadoc comment. | 756 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 100 | |
Method length is 176 lines (max allowed is 150). | 102 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 281 | |
Missing a Javadoc comment. | 290 | |
Missing a Javadoc comment. | 339 | |
Missing a Javadoc comment. | 351 | |
Missing a Javadoc comment. | 357 | |
Missing a Javadoc comment. | 363 | |
Missing a Javadoc comment. | 369 | |
Missing a Javadoc comment. | 374 | |
Missing a Javadoc comment. | 382 | |
Missing a Javadoc comment. | 387 | |
Missing a Javadoc comment. | 392 | |
Missing a Javadoc comment. | 397 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 80 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 148 | |
Missing a Javadoc comment. | 163 | |
Missing a Javadoc comment. | 171 | |
Missing a Javadoc comment. | 178 | |
Missing a Javadoc comment. | 207 | |
Missing a Javadoc comment. | 215 | |
Missing a Javadoc comment. | 311 | |
Missing a Javadoc comment. | 420 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 79 | |
Unable to get class information for SftpException. | 115 | |
Unable to get class information for SftpException. | 179 | |
Unable to get class information for SftpException. | 191 | |
Unable to get class information for SftpException. | 221 | |
Missing a Javadoc comment. | 259 | |
Unable to get class information for SftpException. | 291 | |
Missing a Javadoc comment. | 349 | |
Missing a Javadoc comment. | 410 | |
Missing a Javadoc comment. | 443 | |
Missing a Javadoc comment. | 448 | |
Missing a Javadoc comment. | 453 | |
Missing a Javadoc comment. | 470 | |
Missing a Javadoc comment. | 502 | |
Missing a Javadoc comment. | 556 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 50 | |
Expected an @return tag. | 59 | |
Expected @param tag for 'destination'. | 59 | |
Expected @param tag for 'name'. | 59 | |
Expected @param tag for 'instruction'. | 59 | |
Expected @param tag for 'prompt'. | 59 | |
Expected @param tag for 'echo'. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Expected an @return tag. | 48 | |
Expected @param tag for 'destination'. | 48 | |
Expected @param tag for 'name'. | 48 | |
Expected @param tag for 'instruction'. | 48 | |
Expected @param tag for 'prompt'. | 48 | |
Expected @param tag for 'echo'. | 49 | |
Expected an @return tag. | 61 | |
Expected an @return tag. | 69 | |
Expected an @return tag. | 77 | |
Expected @param tag for 'arg0'. | 77 | |
Expected an @return tag. | 85 | |
Expected @param tag for 'arg0'. | 85 | |
Expected an @return tag. | 93 | |
Expected @param tag for 'arg0'. | 93 | |
Expected @param tag for 'arg0'. | 101 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 54 | |
Unable to get class information for ComponentConfigurationException. | 56 | |
Missing a Javadoc comment. | 62 | |
Unable to get class information for ComponentConfigurationException. | 65 | |
Missing a Javadoc comment. | 83 | |
Unable to get class information for ComponentConfigurationException. | 85 | |
'2000' is a magic number. | 88 | |
Missing a Javadoc comment. | 92 | |
Unable to get class information for ComponentConfigurationException. | 94 | |
'2000' is a magic number. | 97 | |
Missing a Javadoc comment. | 102 | |
Unable to get class information for ComponentConfigurationException. | 104 | |
'30000' is a magic number. | 177 | |
Missing a Javadoc comment. | 190 | |
Unable to get class information for ComponentConfigurationException. | 192 | |
Missing a Javadoc comment. | 215 | |
Unable to get class information for ComponentConfigurationException. | 217 | |
Line is longer than 120 characters. | 221 | |
Missing a Javadoc comment. | 226 | |
Unable to get class information for ComponentConfigurationException. | 228 | |
Line is longer than 120 characters. | 232 | |
Missing a Javadoc comment. | 237 | |
Unable to get class information for ComponentConfigurationException. | 239 | |
Missing a Javadoc comment. | 252 | |
Unable to get class information for ComponentConfigurationException. | 254 | |
Missing a Javadoc comment. | 267 | |
Unable to get class information for ComponentConfigurationException. | 269 | |
Missing a Javadoc comment. | 291 | |
Unable to get class information for ComponentConfigurationException. | 293 | |
Name 'permanentMove_TooManyRedirects_limit20' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 | |
Expected @throws tag for 'ConnectionException'. | 321 | |
Expected @throws tag for 'AuthenticationException'. | 321 | |
Expected @throws tag for 'ComponentConfigurationException'. | 321 | |
Unable to get class information for ComponentConfigurationException. | 321 | |
Expected @throws tag for 'IOException'. | 321 | |
Expected @throws tag for 'TransferFailedException'. | 322 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 322 | |
Expected @throws tag for 'AuthorizationException'. | 322 | |
Name 'temporaryMove_TooManyRedirects_limit20' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 | |
Expected @throws tag for 'ConnectionException'. | 349 | |
Expected @throws tag for 'AuthenticationException'. | 349 | |
Expected @throws tag for 'ComponentConfigurationException'. | 349 | |
Unable to get class information for ComponentConfigurationException. | 349 | |
Expected @throws tag for 'IOException'. | 349 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 350 | |
Expected @throws tag for 'AuthorizationException'. | 350 | |
Missing a Javadoc comment. | 371 | |
Unable to get class information for ComponentConfigurationException. | 373 | |
Missing a Javadoc comment. | 393 | |
Unable to get class information for ComponentConfigurationException. | 395 | |
Missing a Javadoc comment. | 401 | |
Unable to get class information for ComponentConfigurationException. | 403 | |
Missing a Javadoc comment. | 409 | |
Unable to get class information for ComponentConfigurationException. | 411 | |
Missing a Javadoc comment. | 426 | |
Unable to get class information for ComponentConfigurationException. | 428 | |
Missing a Javadoc comment. | 449 | |
Unable to get class information for ComponentConfigurationException. | 451 | |
Missing a Javadoc comment. | 463 | |
Unable to get class information for ComponentConfigurationException. | 464 | |
Missing a Javadoc comment. | 495 | |
Unable to get class information for ComponentConfigurationException. | 496 | |
Missing a Javadoc comment. | 502 | |
Unable to get class information for ComponentConfigurationException. | 503 | |
Missing a Javadoc comment. | 523 | |
Unable to get class information for ComponentConfigurationException. | 524 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Name 'tmpFiles' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 136 | |
Missing a Javadoc comment. | 169 | |
Missing a Javadoc comment. | 174 | |
Missing a Javadoc comment. | 183 | |
Missing a Javadoc comment. | 188 | |
Missing a Javadoc comment. | 198 | |
Missing a Javadoc comment. | 226 | |
Unable to get class information for ComponentConfigurationException. | 227 | |
Missing a Javadoc comment. | 232 | |
'baseUrl' hides a field. | 232 | |
Unable to get class information for ComponentConfigurationException. | 233 | |
Missing a Javadoc comment. | 275 | |
Missing a Javadoc comment. | 280 | |
Missing a Javadoc comment. | 285 | |
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 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 66 | |
Unable to get class information for ComponentConfigurationException. | 67 | |
Missing a Javadoc comment. | 99 | |
Unable to get class information for ContextException. | 100 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 119 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 129 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 44 | |
Unable to get class information for ServletException. | 45 | |
Missing a Javadoc comment. | 62 | |
Unable to get class information for ServletException. | 63 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 39 | |
Unable to get class information for ServletException. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 46 | |
Unable to get class information for ServletException. | 53 | |
Empty catch block. | 65 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 53 | |
Unable to get class information for ServletException. | 54 | |
Missing a Javadoc comment. | 81 | |
Unable to get class information for ServletException. | 82 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 45 | |
Unable to get class information for ServletException. | 47 | |
Missing a Javadoc comment. | 73 | |
Unable to get class information for ServletException. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 60 | |
Unable to get class information for ServletException. | 67 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 138 | |
Missing a Javadoc comment. | 152 | |
Missing a Javadoc comment. | 157 | |
Missing a Javadoc comment. | 163 | |
Missing a Javadoc comment. | 168 | |
Missing a Javadoc comment. | 173 | |
Missing a Javadoc comment. | 182 | |
'3000' is a magic number. | 192 | |
Missing a Javadoc comment. | 205 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 37 | |
Unable to get class information for ServletException. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Name 'bases' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
Missing a Javadoc comment. | 48 | |
Empty catch block. | 122 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 59 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 91 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 110 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 51 | |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 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. | 71 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 87 | |
switch without "default" clause. | 101 | |
Missing a Javadoc comment. | 138 | |
'in' hides a field. | 138 | |
Missing a Javadoc comment. | 143 | |
'out' hides a field. | 143 | |
Missing a Javadoc comment. | 148 | |
'err' hides a field. | 148 | |
Missing a Javadoc comment. | 153 | |
'callback' hides a field. | 153 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 168 | |
Missing a Javadoc comment. | 172 | |
'path' hides a field. | 228 | |
Missing a Javadoc comment. | 321 | |
'path' hides a field. | 321 | |
'name' hides a field. | 335 | |
Missing a Javadoc comment. | 385 | |
'path' hides a field. | 385 | |
'name' hides a field. | 399 | |
'8192' is a magic number. | 431 | |
Missing a Javadoc comment. | 453 | |
Missing a Javadoc comment. | 475 | |
'path' hides a field. | 475 | |
'8192' is a magic number. | 497 | |
Missing a Javadoc comment. | 516 | |
'path' hides a field. | 516 | |
Missing a Javadoc comment. | 552 | |
Missing a Javadoc comment. | 559 | |
Missing a Javadoc comment. | 584 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
'{' should be on a new line. | 37 | |
Missing a Javadoc comment. | 41 | |
'{' should be on a new line. | 41 | |
Missing a Javadoc comment. | 44 | |
'{' should be on a new line. | 44 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
'{' should be on a new line. | 57 | |
'{' should be on a new line. | 58 | |
'(' is not followed by whitespace. | 59 | |
'(' is not followed by whitespace. | 59 | |
')' is not preceded with whitespace. | 59 | |
')' is not preceded with whitespace. | 59 | |
'}' should be alone on a line. | 60 | |
'(' is not followed by whitespace. | 60 | |
')' is not preceded with whitespace. | 60 | |
'{' should be on a new line. | 60 | |
'(' is not followed by whitespace. | 61 | |
')' is not preceded with whitespace. | 61 | |
'{' should be on a new line. | 61 | |
'(' is not followed by whitespace. | 62 | |
')' is not preceded with whitespace. | 62 | |
'(' is not followed by whitespace. | 68 | |
')' is not preceded with whitespace. | 68 | |
'{' should be on a new line. | 68 | |
'(' is not followed by whitespace. | 69 | |
'(' is not followed by whitespace. | 69 | |
')' is not preceded with whitespace. | 69 | |
')' is not preceded with whitespace. | 69 | |
'{' should be on a new line. | 69 | |
'(' is not followed by whitespace. | 70 | |
')' is not preceded with whitespace. | 70 | |
'(' is not followed by whitespace. | 73 | |
')' is not preceded with whitespace. | 73 | |
'(' is not followed by whitespace. | 75 | |
')' is not preceded with whitespace. | 75 | |
'(' is not followed by whitespace. | 76 | |
')' is not preceded with whitespace. | 76 | |
'{' should be on a new line. | 76 | |
'(' is not followed by whitespace. | 77 | |
'(' is not followed by whitespace. | 77 | |
')' is not preceded with whitespace. | 77 | |
')' is not preceded with whitespace. | 77 | |
'{' should be on a new line. | 77 | |
'(' is not followed by whitespace. | 78 | |
'(' is not followed by whitespace. | 78 | |
')' is not preceded with whitespace. | 78 | |
')' is not preceded with whitespace. | 78 | |
'}' should be alone on a line. | 80 | |
'{' should be on a new line. | 80 | |
'(' is not followed by whitespace. | 81 | |
')' is not preceded with whitespace. | 81 | |
'(' is not followed by whitespace. | 84 | |
')' is not preceded with whitespace. | 84 | |
'(' is not followed by whitespace. | 87 | |
')' is not preceded with whitespace. | 87 | |
'{' should be on a new line. | 87 | |
'(' is not followed by whitespace. | 90 | |
')' is not preceded with whitespace. | 90 | |
'{' should be on a new line. | 90 | |
'(' is not followed by whitespace. | 91 | |
')' is not preceded with whitespace. | 91 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 61 | |
'in' hides a field. | 61 | |
Missing a Javadoc comment. | 66 | |
'out' hides a field. | 66 | |
Missing a Javadoc comment. | 71 | |
'err' hides a field. | 71 | |
Missing a Javadoc comment. | 76 | |
'callback' hides a field. | 76 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 153 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 57 | |
Variable 'publickeyAuthenticator' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 59 | |
Variable 'passwordAuthenticator' must be private and have accessor methods. | 59 | |
Expected @param tag for 'keyAuthz'. | 68 | |
Expected @throws tag for 'IOException'. | 87 | |
Missing a Javadoc comment. | 178 | |
Missing a Javadoc comment. | 184 | |
Missing a Javadoc comment. | 189 | |
Missing a Javadoc comment. | 192 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 38 | |
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 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 34 | |
Variable 'passwordAuthenticatorRequests' must be private and have accessor methods. | 34 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 120 characters. | 41 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Variable 'username' must be private and have accessor methods. | 46 | |
Missing a Javadoc comment. | 48 | |
Variable 'password' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 50 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 44 | |
Variable 'publickeyAuthenticatorRequests' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 47 | |
Variable 'keyAuthz' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 87 | |
Variable 'username' must be private and have accessor methods. | 87 | |
Missing a Javadoc comment. | 89 | |
Variable 'publicKey' must be private and have accessor methods. | 89 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 113 | |
'0xFF' is a magic number. | 165 | |
'24' is a magic number. | 165 | |
'0xFF' is a magic number. | 165 | |
'0xFF' is a magic number. | 165 | |
'0xFF' is a magic number. | 166 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 109 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
'60000' is a magic number. | 68 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 121 | |
'repository' hides a field. | 121 | |
Missing a Javadoc comment. | 127 | |
'repository' hides a field. | 127 | |
'proxyInfo' hides a field. | 127 | |
Missing a Javadoc comment. | 133 | |
'repository' hides a field. | 133 | |
'proxyInfoProvider' hides a field. | 133 | |
Missing a Javadoc comment. | 139 | |
'repository' hides a field. | 139 | |
'authenticationInfo' hides a field. | 139 | |
Missing a Javadoc comment. | 145 | |
'repository' hides a field. | 145 | |
'authenticationInfo' hides a field. | 145 | |
'proxyInfo' hides a field. | 145 | |
Missing a Javadoc comment. | 166 | |
'repository' hides a field. | 166 | |
'authenticationInfo' hides a field. | 166 | |
'proxyInfoProvider' hides a field. | 167 | |
Missing a Javadoc comment. | 212 | |
Missing a Javadoc comment. | 215 | |
Missing a Javadoc comment. | 233 | |
Missing a Javadoc comment. | 236 | |
Missing a Javadoc comment. | 259 | |
Missing a Javadoc comment. | 264 | |
Missing a Javadoc comment. | 273 | |
Missing a Javadoc comment. | 279 | |
Missing a Javadoc comment. | 285 | |
Missing a Javadoc comment. | 322 | |
Missing a Javadoc comment. | 351 | |
Missing a Javadoc comment. | 356 | |
Missing a Javadoc comment. | 360 | |
Expected @throws tag for 'TransferFailedException'. | 384 | |
Missing a Javadoc comment. | 406 | |
Missing a Javadoc comment. | 434 | |
Missing a Javadoc comment. | 438 | |
Expected @throws tag for 'IOException'. | 455 | |
Expected @throws tag for 'IOException'. | 473 | |
Missing a Javadoc comment. | 503 | |
Missing a Javadoc comment. | 508 | |
Missing a Javadoc comment. | 522 | |
Missing a Javadoc comment. | 536 | |
Missing a Javadoc comment. | 550 | |
Missing a Javadoc comment. | 564 | |
Missing a Javadoc comment. | 578 | |
Missing a Javadoc comment. | 592 | |
Missing a Javadoc comment. | 603 | |
Missing a Javadoc comment. | 614 | |
Missing a Javadoc comment. | 625 | |
Missing a Javadoc comment. | 636 | |
Missing a Javadoc comment. | 647 | |
Missing a Javadoc comment. | 658 | |
Missing a Javadoc comment. | 669 | |
Missing a Javadoc comment. | 681 | |
Missing a Javadoc comment. | 686 | |
Missing a Javadoc comment. | 691 | |
Missing a Javadoc comment. | 696 | |
Missing a Javadoc comment. | 701 | |
Missing a Javadoc comment. | 706 | |
Missing a Javadoc comment. | 711 | |
Missing a Javadoc comment. | 716 | |
Missing a Javadoc comment. | 721 | |
Missing a Javadoc comment. | 728 | |
Missing a Javadoc comment. | 733 | |
Missing a Javadoc comment. | 738 | |
Missing a Javadoc comment. | 743 | |
Expected @param tag for 'resource'. | 752 | |
Expected @param tag for 'source'. | 752 | |
Expected @param tag for 'requestType'. | 752 | |
Expected @throws tag for 'TransferFailedException'. | 753 | |
Missing a Javadoc comment. | 790 | |
Missing a Javadoc comment. | 796 | |
Missing a Javadoc comment. | 801 | |
Missing a Javadoc comment. | 813 | |
Missing a Javadoc comment. | 818 | |
Missing a Javadoc comment. | 823 | |
Missing a Javadoc comment. | 829 | |
Missing a Javadoc comment. | 835 | |
'proxyInfo' hides a field. | 839 | |
Missing a Javadoc comment. | 848 | |
Missing a Javadoc comment. | 853 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'message'. | 35 | |
Expected @param tag for 'message'. | 43 | |
Expected @param tag for 'cause'. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'message'. | 37 | |
Expected @param tag for 'message'. | 45 | |
Expected @param tag for 'cause'. | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 107 | |
Expected @param tag for 'b'. | 121 | |
Expected @param tag for 'off'. | 121 | |
Expected @param tag for 'len'. | 121 | |
Expected @throws tag for 'IOException'. | 122 | |
Expected @param tag for 'b'. | 136 | |
Expected @throws tag for 'IOException'. | 137 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'path'. | 43 | |
Expected @param tag for 'path'. | 55 | |
Missing a Javadoc comment. | 61 | |
Expected @param tag for 'url'. | 229 | |
Missing a Javadoc comment. | 431 | |
Missing a Javadoc comment. | 451 | |
Missing a Javadoc comment. | 468 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'message'. | 33 | |
Expected @param tag for 'message'. | 42 | |
Expected @param tag for 'cause'. | 42 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 148 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 179 | |
Missing a Javadoc comment. | 207 | |
Missing a Javadoc comment. | 239 | |
Missing a Javadoc comment. | 245 | |
Missing a Javadoc comment. | 255 | |
Missing a Javadoc comment. | 269 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Expected @param tag for 'resourceName'. | 40 | |
Expected @param tag for 'stream'. | 40 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 41 | |
Expected @throws tag for 'TransferFailedException'. | 41 | |
Expected @param tag for 'resourceName'. | 57 | |
Expected @param tag for 'stream'. | 57 | |
Expected @param tag for 'timestamp'. | 57 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 58 | |
Expected @throws tag for 'TransferFailedException'. | 58 | |
Expected @throws tag for 'TransferFailedException'. | 70 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 70 | |
Expected @throws tag for 'AuthorizationException'. | 70 | |
Expected @param tag for 'contentLength'. | 81 | |
Expected @param tag for 'lastModified'. | 81 | |
Expected @throws tag for 'TransferFailedException'. | 82 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 82 | |
Expected @throws tag for 'AuthorizationException'. | 82 |
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 |
---|---|---|
Expected @param tag for 'message'. | 36 | |
Expected @param tag for 'message'. | 44 | |
Expected @param tag for 'cause'. | 44 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'message'. | 36 | |
Expected @param tag for 'message'. | 44 | |
Expected @param tag for 'cause'. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Expected @param tag for 'resourceName'. | 51 | |
Expected @param tag for 'destination'. | 51 | |
Expected @throws tag for 'TransferFailedException'. | 52 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 52 | |
Expected @throws tag for 'AuthorizationException'. | 52 | |
Expected @param tag for 'resourceName'. | 69 | |
Expected @param tag for 'destination'. | 69 | |
Expected @param tag for 'timestamp'. | 69 | |
Expected @throws tag for 'TransferFailedException'. | 70 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 70 | |
Expected @throws tag for 'AuthorizationException'. | 70 | |
Expected @throws tag for 'TransferFailedException'. | 82 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 82 | |
Expected @throws tag for 'AuthorizationException'. | 82 | |
Expected @throws tag for 'TransferFailedException'. | 94 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 94 | |
Expected @throws tag for 'AuthorizationException'. | 94 | |
Expected @param tag for 'resourceName'. | 104 | |
Missing a Javadoc comment. | 141 | |
Expected @param tag for 'proxyInfo'. | 166 | |
Expected @param tag for 'timeoutValue'. | 243 | |
Expected an @return tag. | 248 | |
Missing a Javadoc comment. | 254 | |
Missing a Javadoc comment. | 256 | |
Missing a Javadoc comment. | 258 | |
Missing a Javadoc comment. | 264 | |
Missing a Javadoc comment. | 266 | |
Missing a Javadoc comment. | 268 | |
Missing a Javadoc comment. | 270 | |
Missing a Javadoc comment. | 272 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'message'. | 40 | |
Expected @param tag for 'message'. | 48 | |
Expected @param tag for 'cause'. | 48 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'message'. | 39 | |
Expected @param tag for 'message'. | 47 | |
Expected @param tag for 'cause'. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 95 | |
Unused @throws tag for 'IllegalArgumentException'. | 135 | |
Missing a Javadoc comment. | 206 | |
Missing a Javadoc comment. | 258 | |
Missing a Javadoc comment. | 270 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'transferEvent'. | 31 | |
Expected @param tag for 'transferEvent'. | 36 | |
Expected @param tag for 'transferEvent'. | 41 | |
Expected @param tag for 'buffer'. | 41 | |
Expected @param tag for 'length'. | 41 | |
Expected @param tag for 'transferEvent'. | 46 | |
Expected @param tag for 'transferEvent'. | 51 | |
Expected @param tag for 'message'. | 56 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Expected @param tag for 'transferEvent'. | 41 | |
Expected @param tag for 'transferEvent'. | 48 | |
Expected @param tag for 'buffer'. | 48 | |
Expected @param tag for 'length'. | 48 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Expected @throws tag for 'NoSuchAlgorithmException'. | 51 | |
Missing a Javadoc comment. | 56 | |
Expected @param tag for 'transferEvent'. | 64 | |
Expected @param tag for 'transferEvent'. | 74 | |
Expected @param tag for 'buffer'. | 74 | |
Expected @param tag for 'length'. | 74 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 91 | |
Expected an @return tag. | 101 | |
'20' is a magic number. | 114 | |
'0xff' is a magic number. | 124 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 | |
Expected @param tag for 'sessionEvent'. | 55 | |
Expected @param tag for 'sessionEvent'. | 63 | |
Expected @param tag for 'sessionEvent'. | 71 | |
Expected @param tag for 'sessionEvent'. | 80 | |
Expected @param tag for 'sessionEvent'. | 88 | |
Expected @param tag for 'sessionEvent'. | 97 | |
Expected @param tag for 'sessionEvent'. | 106 | |
Expected @param tag for 'message'. | 115 | |
Missing a Javadoc comment. | 121 | |
Expected @param tag for 'transferEvent'. | 129 | |
Expected @param tag for 'transferEvent'. | 159 | |
Expected @param tag for 'buffer'. | 159 | |
Expected @param tag for 'length'. | 159 | |
Expected @param tag for 'transferEvent'. | 171 | |
Expected @param tag for 'transferEvent'. | 186 | |
Expected @param tag for 'sessionEvent'. | 195 | |
Missing a Javadoc comment. | 201 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 182 | |
Missing a Javadoc comment. | 187 | |
Missing a Javadoc comment. | 192 | |
Missing a Javadoc comment. | 197 | |
Missing a Javadoc comment. | 202 | |
Missing a Javadoc comment. | 207 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 99 | |
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 | |
'username' hides a field. | 151 | |
'password' hides a field. | 156 | |
Missing a Javadoc comment. | 172 | |
Missing a Javadoc comment. | 199 | |
Missing a Javadoc comment. | 208 | |
Missing a Javadoc comment. | 217 | |
Missing a Javadoc comment. | 234 | |
Missing a Javadoc comment. | 239 | |
Missing a Javadoc comment. | 244 | |
Missing a Javadoc comment. | 249 | |
Missing a Javadoc comment. | 254 | |
Missing a Javadoc comment. | 259 | |
Missing a Javadoc comment. | 267 | |
Missing a Javadoc comment. | 296 | |
Missing a Javadoc comment. | 301 | |
Missing a Javadoc comment. | 306 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 58 | |
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. | 110 |
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. | 31 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 104 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 101 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 100 | |
'30000' is a magic number. | 108 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 126 | |
Missing a Javadoc comment. | 167 | |
Missing a Javadoc comment. | 205 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 81 | |
Name 'POM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 109 | |
Expected an @return tag. | 128 | |
Expected @throws tag for 'IOException'. | 129 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 187 | |
Missing a Javadoc comment. | 193 | |
Missing a Javadoc comment. | 198 | |
Missing a Javadoc comment. | 207 | |
Missing a Javadoc comment. | 212 | |
Missing a Javadoc comment. | 217 | |
Missing a Javadoc comment. | 231 | |
Missing a Javadoc comment. | 240 | |
Missing a Javadoc comment. | 255 | |
'30000' is a magic number. | 263 | |
Missing a Javadoc comment. | 268 | |
Missing a Javadoc comment. | 273 | |
Missing a Javadoc comment. | 285 | |
Missing a Javadoc comment. | 316 | |
Missing a Javadoc comment. | 349 | |
'resource' hides a field. | 373 | |
Missing a Javadoc comment. | 391 | |
Expected @throws tag for 'Exception'. | 440 | |
Expected @throws tag for 'Exception'. | 487 | |
Expected @throws tag for 'Exception'. | 542 | |
Expected @param tag for 'wagon'. | 595 | |
Expected @throws tag for 'Exception'. | 596 | |
Missing a Javadoc comment. | 601 | |
'destFile' hides a field. | 609 | |
Expected @throws tag for 'TransferFailedException'. | 628 | |
Expected @throws tag for 'AuthorizationException'. | 628 | |
Missing a Javadoc comment. | 654 | |
Missing a Javadoc comment. | 693 | |
Expected @throws tag for 'Exception'. | 734 | |
Expected @throws tag for 'Exception'. | 788 | |
Expected @throws tag for 'Exception'. | 824 | |
Expected @throws tag for 'Exception'. | 850 | |
Missing a Javadoc comment. | 874 | |
Missing a Javadoc comment. | 896 | |
'resource' hides a field. | 898 | |
Missing a Javadoc comment. | 926 | |
'resource' hides a field. | 926 | |
Missing a Javadoc comment. | 934 | |
Missing a Javadoc comment. | 942 | |
Missing a Javadoc comment. | 963 | |
Missing a Javadoc comment. | 972 | |
Missing a Javadoc comment. | 982 | |
Missing a Javadoc comment. | 992 | |
'resource' hides a field. | 994 | |
Missing a Javadoc comment. | 1022 | |
Missing a Javadoc comment. | 1027 | |
'resource' hides a field. | 1027 | |
Missing a Javadoc comment. | 1035 | |
Missing a Javadoc comment. | 1069 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 118 | |
'server' hides a field. | 118 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 133 | |
Missing a Javadoc comment. | 145 | |
'server' hides a field. | 155 | |
Expected @throws tag for 'Exception'. | 177 | |
'server' hides a field. | 187 | |
Missing a Javadoc comment. | 205 | |
Missing a Javadoc comment. | 207 | |
'server' hides a field. | 207 | |
Missing a Javadoc comment. | 211 | |
'server' hides a field. | 211 | |
Missing a Javadoc comment. | 217 | |
Missing a Javadoc comment. | 231 | |
Missing a Javadoc comment. | 245 | |
'server' hides a field. | 264 | |
Missing a Javadoc comment. | 286 | |
Missing a Javadoc comment. | 300 | |
Missing a Javadoc comment. | 313 | |
'server' hides a field. | 332 | |
Missing a Javadoc comment. | 353 | |
Missing a Javadoc comment. | 359 | |
Missing a Javadoc comment. | 364 | |
'server' hides a field. | 367 | |
Missing a Javadoc comment. | 411 | |
Missing a Javadoc comment. | 420 | |
'5001L' is a magic number. | 439 | |
Missing a Javadoc comment. | 501 | |
Missing a Javadoc comment. | 515 | |
Missing a Javadoc comment. | 532 | |
Missing a Javadoc comment. | 541 | |
'server' hides a field. | 545 | |
Missing a Javadoc comment. | 577 | |
Missing a Javadoc comment. | 591 | |
Missing a Javadoc comment. | 607 | |
Missing a Javadoc comment. | 616 | |
'server' hides a field. | 620 | |
'server' hides a field. | 653 | |
Missing a Javadoc comment. | 706 | |
Missing a Javadoc comment. | 720 | |
Missing a Javadoc comment. | 734 | |
'server' hides a field. | 753 | |
Missing a Javadoc comment. | 781 | |
Missing a Javadoc comment. | 795 | |
Missing a Javadoc comment. | 812 | |
Missing a Javadoc comment. | 821 | |
Missing a Javadoc comment. | 827 | |
'server' hides a field. | 831 | |
Missing a Javadoc comment. | 880 | |
Missing a Javadoc comment. | 889 | |
Missing a Javadoc comment. | 898 | |
'server' hides a field. | 902 | |
Missing a Javadoc comment. | 965 | |
Missing a Javadoc comment. | 967 | |
'200' is a magic number. | 974 | |
'401' is a magic number. | 980 | |
'200' is a magic number. | 981 | |
'status' hides a field. | 991 | |
Unable to get class information for ServletException. | 997 | |
Variable 'putCallNumber' must be private and have accessor methods. | 1012 | |
Unable to get class information for ServletException. | 1020 | |
Name 'base_request' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1022 | |
Unable to get class information for ServletException. | 1056 | |
'407' is a magic number. | 1061 | |
Unable to get class information for ServletException. | 1081 | |
Missing a Javadoc comment. | 1099 | |
Missing a Javadoc comment. | 1119 | |
Missing a Javadoc comment. | 1123 | |
Variable 'securityHandlerRequestReponses' must be private and have accessor methods. | 1123 | |
Unable to get class information for ServletException. | 1128 | |
Missing a Javadoc comment. | 1140 | |
Missing a Javadoc comment. | 1142 | |
Variable 'method' must be private and have accessor methods. | 1142 | |
Missing a Javadoc comment. | 1144 | |
Variable 'responseCode' must be private and have accessor methods. | 1144 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Expected @param tag for 'propFindType'. | 62 | |
Expected @param tag for 'depth'. | 63 | |
Expected @param tag for 'depth'. | 88 | |
Expected @param tag for 'resource'. | 102 | |
Expected @param tag for 'status'. | 102 | |
Expected @param tag for 'depth'. | 102 | |
Expected @param tag for 'response'. | 120 | |
Expected @param tag for 'responseDescription'. | 141 | |
Expected @param tag for 'document'. | 162 | |
Unused @throws tag for 'IllegalArgumentException'. | 183 | |
Expected @param tag for 'multistatusElement'. | 186 |
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. | 48 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 89 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 64 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.commons.httpclient.HttpException. | 22 | |
Missing a Javadoc comment. | 67 | |
Name 'protocolMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 | |
Expected @throws tag for 'IOException'. | 107 | |
Expected @throws tag for 'TransferFailedException'. | 178 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 178 | |
Expected @throws tag for 'AuthorizationException'. | 178 | |
Unable to get class information for DavException. | 199 | |
Missing a Javadoc comment. | 232 | |
Line is longer than 120 characters. | 266 | |
Missing a Javadoc comment. | 308 | |
Missing a Javadoc comment. | 327 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 151 | |
Missing a Javadoc comment. | 219 | |
Missing a Javadoc comment. | 348 | |
Missing a Javadoc comment. | 432 | |
Missing a Javadoc comment. | 459 | |
Missing a Javadoc comment. | 465 | |
Missing a Javadoc comment. | 471 | |
Missing a Javadoc comment. | 477 | |
Missing a Javadoc comment. | 482 | |
Missing a Javadoc comment. | 487 | |
Missing a Javadoc comment. | 492 | |
Missing a Javadoc comment. | 497 | |
Missing a Javadoc comment. | 502 | |
Missing a Javadoc comment. | 507 | |
Missing a Javadoc comment. | 512 | |
Missing a Javadoc comment. | 517 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'IllegalStateException' is unchecked exception. | 161 | |
Missing a Javadoc comment. | 227 | |
Missing a Javadoc comment. | 229 | |
Name 'IGNORE_SSL_VALIDITY_DATES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 | |
'443' is a magic number. | 303 | |
Missing a Javadoc comment. | 352 | |
Missing a Javadoc comment. | 361 | |
Missing a Javadoc comment. | 366 | |
Missing a Javadoc comment. | 384 | |
Missing a Javadoc comment. | 456 | |
Missing a Javadoc comment. | 464 | |
Missing a Javadoc comment. | 478 | |
Avoid nested blocks. | 569 | |
Avoid nested blocks. | 585 | |
Missing a Javadoc comment. | 601 | |
Unable to get class information for HttpException. | 602 | |
Missing a Javadoc comment. | 607 | |
Missing a Javadoc comment. | 667 | |
Unable to get class information for HttpException. | 668 | |
Missing a Javadoc comment. | 677 | |
Missing a Javadoc comment. | 696 | |
Missing a Javadoc comment. | 728 | |
Expected an @return tag. | 755 | |
Expected @param tag for 'repository'. | 755 | |
Missing a Javadoc comment. | 760 | |
Missing a Javadoc comment. | 765 | |
Missing a Javadoc comment. | 770 | |
Avoid nested blocks. | 825 | |
Avoid nested blocks. | 849 | |
Missing a Javadoc comment. | 922 | |
Missing a Javadoc comment. | 945 | |
Missing a Javadoc comment. | 950 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Expected @param tag for 'keystore'. | 65 | |
Expected @throws tag for 'NoSuchAlgorithmException'. | 66 | |
Expected @throws tag for 'KeyStoreException'. | 66 | |
Expected @param tag for 'certificates'. | 82 | |
Expected @param tag for 'authType'. | 82 | |
Expected @throws tag for 'CertificateException'. | 83 | |
Expected @param tag for 'certificates'. | 91 | |
Expected @param tag for 'authType'. | 91 | |
Expected @throws tag for 'CertificateException'. | 92 | |
Expected an @return tag. | 125 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'baseurl'. | 69 | |
Empty catch block. | 137 | |
Empty catch block. | 140 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 | |
'all' hides a field. | 47 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 58 | |
'get' hides a field. | 58 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 69 | |
'put' hides a field. | 69 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 80 | |
'head' hides a field. | 80 | |
Missing a Javadoc comment. | 86 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 62 | |
'useDefaultHeaders' hides a field. | 62 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 84 | |
'headers' hides a field. | 84 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 101 | |
'params' hides a field. | 101 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 112 | |
'connectionTimeout' hides a field. | 112 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 123 | |
'readTimeout' hides a field. | 123 | |
Missing a Javadoc comment. | 129 | |
switch without "default" clause. | 187 | |
Avoid nested blocks. | 190 | |
Avoid nested blocks. | 195 | |
Avoid nested blocks. | 200 | |
Avoid nested blocks. | 205 | |
Avoid nested blocks. | 210 | |
Avoid nested blocks. | 222 | |
Missing a Javadoc comment. | 252 | |
Missing a Javadoc comment. | 297 | |
Missing a Javadoc comment. | 304 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 210 | |
Missing a Javadoc comment. | 231 | |
Missing a Javadoc comment. | 269 | |
Missing a Javadoc comment. | 286 | |
Missing a Javadoc comment. | 301 | |
Missing a Javadoc comment. | 333 | |
Missing a Javadoc comment. | 338 | |
Missing a Javadoc comment. | 348 | |
Missing a Javadoc comment. | 377 | |
Missing a Javadoc comment. | 419 | |
Missing a Javadoc comment. | 424 | |
Missing a Javadoc comment. | 429 | |
Missing a Javadoc comment. | 434 | |
Missing a Javadoc comment. | 451 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 73 |