The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 379 | Error |
RegexpSingleline
| 27 | Error |
JavadocMethod | 130 | Error |
JavadocType | 0 | Error |
JavadocVariable | 45 | Error |
JavadocStyle | 49 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 134 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 1 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 1 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 22 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 8 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 69 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 20 | Error |
ArrayTypeStyle | 4 | Error |
FinalParameters | 54 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
'supportsDirectoryCopy' hides a field. | 58 | |
Missing a Javadoc comment. | 62 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 106 | |
'interactive' hides a field. | 106 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 110 | |
Line is longer than 80 characters. | 114 | |
Missing a Javadoc comment. | 114 | |
Line is longer than 80 characters. | 119 | |
Missing a Javadoc comment. | 119 | |
Line is longer than 80 characters. | 124 | |
Method 'doConnect' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 144 | |
Missing a Javadoc comment. | 144 | |
Line is longer than 80 characters. | 145 | |
Missing a Javadoc comment. | 149 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 164 | |
Missing a Javadoc comment. | 164 | |
Line is longer than 80 characters. | 167 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 181 | |
Line is longer than 80 characters. | 182 | |
Missing a Javadoc comment. | 186 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 203 | |
Missing a Javadoc comment. | 203 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 225 | |
Missing a Javadoc comment. | 225 | |
Line is longer than 80 characters. | 229 | |
Missing a Javadoc comment. | 229 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 238 | |
Line is longer than 80 characters. | 246 | |
Line is longer than 80 characters. | 247 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 253 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 257 | |
Expected @param tag for 'sourceDirectory'. | 257 | |
Expected @param tag for 'destinationDirectory'. | 257 | |
Line is longer than 80 characters. | 258 | |
Expected @throws tag for 'TransferFailedException'. | 258 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 258 | |
Expected @throws tag for 'AuthorizationException'. | 258 | |
Line is longer than 80 characters. | 272 | |
Missing a Javadoc comment. | 272 | |
Line is longer than 80 characters. | 282 | |
Missing a Javadoc comment. | 286 | |
First sentence should end with a period. | 290 | |
Line is longer than 80 characters. | 300 | |
Line is longer than 80 characters. | 302 | |
First sentence should end with a period. | 305 | |
Line is longer than 80 characters. | 312 | |
Line is longer than 80 characters. | 314 | |
First sentence should end with a period. | 316 | |
Line is longer than 80 characters. | 320 | |
First sentence should end with a period. | 324 | |
Line is longer than 80 characters. | 332 | |
Line is longer than 80 characters. | 334 | |
Line is longer than 80 characters. | 336 | |
First sentence should end with a period. | 339 | |
Line is longer than 80 characters. | 346 | |
Line is longer than 80 characters. | 348 | |
Line is longer than 80 characters. | 350 | |
First sentence should end with a period. | 352 | |
Line is longer than 80 characters. | 359 | |
Line is longer than 80 characters. | 361 | |
First sentence should end with a period. | 363 | |
Line is longer than 80 characters. | 371 | |
Line is longer than 80 characters. | 373 | |
Line is longer than 80 characters. | 375 | |
Line is longer than 80 characters. | 377 | |
Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 377 | |
Missing a Javadoc comment. | 377 | |
Line is longer than 80 characters. | 378 | |
Line is longer than 80 characters. | 382 | |
Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 382 | |
Missing a Javadoc comment. | 382 | |
Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 387 | |
Missing a Javadoc comment. | 387 | |
Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. | 391 | |
Missing a Javadoc comment. | 391 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 20 | |
Variable 'log' must be private and have accessor methods. | 20 | |
Missing a Javadoc comment. | 21 | |
Variable 'formatter' must be private and have accessor methods. | 21 | |
Missing a Javadoc comment. | 22 | |
Variable 'sessionTracker' must be private and have accessor methods. | 22 | |
Method 'transferCompleted' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Method 'transferError' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 32 | |
Method 'transferInitiated' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 41 | |
Method 'transferProgress' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'transferStarted' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Line is longer than 80 characters. | 63 | |
Method 'getNormalizedURI' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Method 'sessionOpening' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Expected @param tag for 'sessionEvent'. | 78 | |
Method 'sessionOpened' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Expected @param tag for 'sessionEvent'. | 85 | |
Line is longer than 80 characters. | 88 | |
Method 'sessionDisconnecting' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Expected @param tag for 'sessionEvent'. | 94 | |
Line is longer than 80 characters. | 97 | |
Method 'sessionDisconnected' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Expected @param tag for 'sessionEvent'. | 103 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 114 | |
Method 'sessionConnectionRefused' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Expected @param tag for 'sessionEvent'. | 127 | |
Line is longer than 80 characters. | 129 | |
Method 'sessionLoggedIn' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Expected @param tag for 'sessionEvent'. | 135 | |
Line is longer than 80 characters. | 138 | |
Method 'sessionLoggedOff' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Expected @param tag for 'sessionEvent'. | 144 | |
Line is longer than 80 characters. | 147 | |
Method 'sessionError' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Line is longer than 80 characters. | 152 | |
Method 'debug' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 48 | |
Extra HTML tag found: </id> | 53 | |
Extra HTML tag found: </name> | 54 | |
Extra HTML tag found: </url> | 55 | |
Extra HTML tag found: </snapshotRepository> | 56 | |
Extra HTML tag found: </id> | 60 | |
Extra HTML tag found: </username> | 61 | |
Extra HTML tag found: </password> | 62 | |
Extra HTML tag found: </server> | 63 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Missing a Javadoc comment. | 77 | |
Variable 'log' must be private and have accessor methods. | 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 | |
Line is longer than 80 characters. | 94 | |
Method 'getOrCreateBucket' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
'client' hides a field. | 94 | |
'bucket' hides a field. | 96 | |
Method 'connectToRepository' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Line is longer than 80 characters. | 105 | |
Method 'doesRemoteResourceExist' is not designed for extension - needs to be abstract, final or empty. | 114 | |
First sentence should end with a period. | 129 | |
Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Line is longer than 80 characters. | 133 | |
Expected @param tag for 'resourceName'. | 133 | |
Expected @param tag for 'destination'. | 133 | |
Expected @param tag for 'progress'. | 133 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 134 | |
Expected @throws tag for 'IOException'. | 134 | |
Line is longer than 80 characters. | 141 | |
'1024' is a magic number. | 150 | |
Expected an @return tag. | 164 | |
Method 'isRemoteResourceNewer' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Line is longer than 80 characters. | 165 | |
Expected @param tag for 'resourceName'. | 165 | |
Expected @param tag for 'timestamp'. | 165 | |
Line is longer than 80 characters. | 166 | |
First sentence should end with a period. | 170 | |
Expected an @return tag. | 173 | |
Method 'listDirectory' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Line is longer than 80 characters. | 174 | |
Expected @param tag for 'directory'. | 174 | |
Expected @throws tag for 'Exception'. | 174 | |
Line is longer than 80 characters. | 175 | |
Expected an @return tag. | 190 | |
Line is longer than 80 characters. | 190 | |
Method 'getNormalizedKey' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Expected @param tag for 'source'. | 190 | |
Expected @param tag for 'destination'. | 190 | |
Line is longer than 80 characters. | 207 | |
Method 'getObjectMetadata' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Missing a Javadoc comment. | 207 | |
First sentence should end with a period. | 218 | |
Line is longer than 80 characters. | 219 | |
Expected an @return tag. | 221 | |
Line is longer than 80 characters. | 221 | |
Method 'getPutObjectRequest' is not designed for extension - needs to be abstract, final or empty. | 221 | |
Expected @param tag for 'source'. | 221 | |
Expected @param tag for 'destination'. | 221 | |
Expected @param tag for 'progress'. | 222 | |
Expected @throws tag for 'FileNotFoundException'. | 222 | |
Line is longer than 80 characters. | 225 | |
Line is longer than 80 characters. | 227 | |
First sentence should end with a period. | 232 | |
Method 'putResource' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Line is longer than 80 characters. | 236 | |
Expected @param tag for 'source'. | 236 | |
Expected @param tag for 'destination'. | 236 | |
Expected @param tag for 'progress'. | 236 | |
Expected @throws tag for 'IOException'. | 237 | |
Line is longer than 80 characters. | 240 | |
Method 'getDestinationPath' is not designed for extension - needs to be abstract, final or empty. | 246 | |
Missing a Javadoc comment. | 246 | |
First sentence should end with a period. | 250 | |
Expected an @return tag. | 255 | |
Method 'getBaseDir' is not designed for extension - needs to be abstract, final or empty. | 255 | |
Expected @param tag for 'source'. | 255 | |
Method 'getAuthenticationErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 267 | |
Missing a Javadoc comment. | 267 | |
Line is longer than 80 characters. | 269 | |
First sentence should end with a period. | 278 | |
Expected an @return tag. | 281 | |
Line is longer than 80 characters. | 281 | |
Method 'getCredentials' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Expected @param tag for 'authenticationInfo'. | 281 | |
Expected @throws tag for 'AuthenticationException'. | 281 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
First sentence should end with a period. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 39 | |
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 | |
Parameter wagon should be final. | 43 | |
'wagon' hides a field. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
First sentence should end with a period. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Parameter listener should be final. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
First sentence should end with a period. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
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 | |
Parameter listener should be final. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
First sentence should end with a period. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
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 | |
Parameter listener should be final. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
First sentence should end with a period. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
First sentence should end with a period. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
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 | |
First sentence should end with a period. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
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 is longer than 80 characters. | 108 | |
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 | |
First sentence should end with a period. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 116 | |
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 is longer than 80 characters. | 120 | |
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 | |
First sentence should end with a period. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
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 is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
First sentence should end with a period. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
First sentence should end with a period. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
First sentence should end with a period. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Parameter e should be final. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 8 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 12 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Variable 'formatter' must be private and have accessor methods. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Variable 'transfers' must be private and have accessor methods. | 17 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Variable 'sessionEvents' must be private and have accessor methods. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Variable 'opened' must be private and have accessor methods. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Variable 'loggedIn' must be private and have accessor methods. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Variable 'disconnecting' must be private and have accessor methods. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Variable 'loggedOff' must be private and have accessor methods. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Variable 'disconnected' must be private and have accessor methods. | 23 | |
Line contains a tab character. | 25 | |
Method 'getCurrentTransfer' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Method 'addSessionEvent' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter sessionEvent should be final. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'addTransfer' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter transfer should be final. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Method 'getTransfers' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Method 'setTransfers' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter transfers should be final. | 45 | |
'transfers' hides a field. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Method 'getSessionEvents' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Method 'setSessionEvents' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter sessionEvents should be final. | 53 | |
'sessionEvents' hides a field. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Method 'setFormatter' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter formatter should be final. | 61 | |
'formatter' hides a field. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Method 'getOpened' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Method 'setOpened' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter opened should be final. | 69 | |
'opened' hides a field. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Method 'getLoggedIn' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Method 'setLoggedIn' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter loggedIn should be final. | 77 | |
'loggedIn' hides a field. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 81 | |
Method 'getDisconnecting' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Method 'setDisconnecting' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter disconnecting should be final. | 85 | |
'disconnecting' hides a field. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 89 | |
Method 'getLoggedOff' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Method 'setLoggedOff' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter loggedOff should be final. | 93 | |
'loggedOff' hides a field. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Method 'getDisconnected' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Method 'setDisconnected' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter disconnected should be final. | 101 | |
'disconnected' hides a field. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 7 | |
Line is longer than 80 characters. | 8 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Variable 'sizeFormatter' must be private and have accessor methods. | 21 | |
Missing a Javadoc comment. | 22 | |
Variable 'timeFormatter' must be private and have accessor methods. | 22 | |
Missing a Javadoc comment. | 23 | |
Variable 'rateFormatter' must be private and have accessor methods. | 23 | |
Missing a Javadoc comment. | 25 | |
'3' is a magic number. | 31 | |
'3' is a magic number. | 32 | |
First sentence should end with a period. | 38 | |
Expected an @return tag. | 41 | |
Method 'getRate' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Expected @param tag for 'millis'. | 41 | |
Expected @param tag for 'bytes'. | 41 | |
'1000D' is a magic number. | 43 | |
'1024D' is a magic number. | 44 | |
'1024' is a magic number. | 46 | |
Line is longer than 80 characters. | 47 | |
'1024' is a magic number. | 49 | |
Line is longer than 80 characters. | 50 | |
First sentence should end with a period. | 54 | |
Expected an @return tag. | 57 | |
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Expected @param tag for 'millis'. | 57 | |
'10' is a magic number. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 66 | |
First sentence should end with a period. | 70 | |
Line is longer than 80 characters. | 71 | |
Expected an @return tag. | 74 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Expected @param tag for 'bytes'. | 74 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 82 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
First sentence should end with a period. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Parameter wagon should be final. | 44 | |
'wagon' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
First sentence should end with a period. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Parameter listener should be final. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
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 | |
First sentence should end with a period. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Parameter listener should be final. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
First sentence should end with a period. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
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 | |
Line contains a tab character. | 80 | |
Parameter listener should be final. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
First sentence should end with a period. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Parameter resource should be final. | 93 | |
Parameter requestType should be final. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
First sentence should end with a period. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
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 | |
Parameter resource should be final. | 109 | |
Parameter requestType should be final. | 109 | |
Line is longer than 80 characters. | 110 | |
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 is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 116 | |
Parameter resource should be final. | 116 | |
Parameter requestType should be final. | 116 | |
Parameter buffer should be final. | 116 | |
Parameter length should be final. | 116 | |
Line is longer than 80 characters. | 117 | |
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 | |
First sentence should end with a period. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 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 | |
Parameter resource should be final. | 132 | |
Parameter requestType should be final. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
First sentence should end with a period. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line has trailing spaces. | 141 | |
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 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Parameter resource should be final. | 149 | |
Parameter requestType should be final. | 149 | |
Parameter e should be final. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter resource should be final. | 35 | |
'resource' hides a field. | 35 | |
Parameter requestType should be final. | 35 | |
'requestType' hides a field. | 35 | |
Parameter listeners should be final. | 35 | |
Missing a Javadoc comment. | 41 | |
Parameter buffer should be final. | 41 | |
Parameter length should be final. | 41 | |
Line is longer than 80 characters. | 42 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter file should be final. | 33 | |
Parameter progress should be final. | 33 | |
'progress' hides a field. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
'{' is followed by whitespace. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter b should be final. | 46 | |
Array brackets at illegal position. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter b should be final. | 54 | |
Array brackets at illegal position. | 54 | |
Parameter off should be final. | 54 | |
Parameter len should be final. | 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 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter file should be final. | 34 | |
Parameter progress should be final. | 34 | |
'progress' hides a field. | 34 | |
Missing a Javadoc comment. | 39 | |
Parameter b should be final. | 39 | |
Missing a Javadoc comment. | 44 | |
Parameter b should be final. | 44 | |
Array brackets at illegal position. | 44 | |
Missing a Javadoc comment. | 49 | |
Parameter b should be final. | 49 | |
Array brackets at illegal position. | 49 | |
Parameter off should be final. | 49 | |
Parameter len should be final. | 49 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 3 | |
Line has trailing spaces. | 5 | |
Line has trailing spaces. | 7 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Variable 'initiated' must be private and have accessor methods. | 11 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Variable 'started' must be private and have accessor methods. | 12 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Variable 'completed' must be private and have accessor methods. | 13 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Variable 'byteCount' must be private and have accessor methods. | 14 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Variable 'formatter' must be private and have accessor methods. | 15 | |
Line contains a tab character. | 17 | |
Method 'getInitiated' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 21 | |
Method 'setInitiated' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Parameter initiated should be final. | 21 | |
'initiated' hides a field. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 25 | |
Method 'getStarted' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Method 'setStarted' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter started should be final. | 29 | |
'started' hides a field. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Method 'getCompleted' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setCompleted' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter completed should be final. | 37 | |
'completed' hides a field. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Method 'getByteCount' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Method 'setByteCount' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter byteCount should be final. | 45 | |
'byteCount' hides a field. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 |