The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 15 | |
| NewlineAtEndOfFile | 9 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 0 | |
RegexpSingleline
| 386 | |
| JavadocMethod | 642 | |
| JavadocType | 77 | |
| JavadocVariable | 471 | |
| JavadocStyle | 144 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| LineLength | 2235 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 3 | |
| MethodParamPad | 3 | |
| NoWhitespaceAfter | 128 | |
| NoWhitespaceBefore | 2 | |
| OperatorWrap | 0 | |
| ParenPad | 8758 | |
| TypecastParenPad | 26 | |
| WhitespaceAfter | 128 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 9 | |
| LeftCurly | 2091 | |
| NeedBraces | 0 | |
| RightCurly | 371 | |
| AvoidInlineConditionals | 29 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 112 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 12 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 389 | |
| FinalClass | 2 | |
| HideUtilityClassConstructor | 7 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 77 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 560 | |
| TodoComment | 7 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| First sentence should end with a period. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| '(' is followed by whitespace. | 59 | |
| Parameter eventCount should be final. | 59 | |
| 'eventCount' hides a field. | 59 | |
| Parameter remoteDevice should be final. | 59 | |
| ')' is preceded with whitespace. | 59 | |
| '{' should be on the previous line. | 60 | |
| Method 'addArg' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| '(' is followed by whitespace. | 69 | |
| Parameter name should be final. | 69 | |
| Parameter value should be final. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| '{' should be on the previous line. | 70 | |
| '(' is followed by whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters (found 91). | 73 | |
| '(' is followed by whitespace. | 73 | |
| ')' is preceded with whitespace. | 73 | |
| Line is longer than 80 characters (found 94). | 75 | |
| '(' is followed by whitespace. | 75 | |
| '(' is followed by whitespace. | 75 | |
| ')' is preceded with whitespace. | 75 | |
| ')' is preceded with whitespace. | 75 | |
| Method 'addBooleanArg' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| '(' is followed by whitespace. | 82 | |
| Parameter name should be final. | 82 | |
| Parameter value should be final. | 82 | |
| ')' is preceded with whitespace. | 82 | |
| '{' should be on the previous line. | 83 | |
| '(' is followed by whitespace. | 84 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| Method 'addLongArg' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| '(' is followed by whitespace. | 90 | |
| Parameter name should be final. | 90 | |
| Parameter value should be final. | 90 | |
| ')' is preceded with whitespace. | 90 | |
| '{' should be on the previous line. | 91 | |
| '(' is followed by whitespace. | 92 | |
| '(' is followed by whitespace. | 92 | |
| ')' is preceded with whitespace. | 92 | |
| ')' is preceded with whitespace. | 92 | |
| Method 'setSeed' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| '(' is followed by whitespace. | 95 | |
| Parameter seed should be final. | 95 | |
| ')' is preceded with whitespace. | 95 | |
| '{' should be on the previous line. | 96 | |
| '(' is followed by whitespace. | 97 | |
| ')' is preceded with whitespace. | 97 | |
| Method 'setThrottle' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| '(' is followed by whitespace. | 100 | |
| Parameter throttle should be final. | 100 | |
| ')' is preceded with whitespace. | 100 | |
| '{' should be on the previous line. | 101 | |
| '(' is followed by whitespace. | 102 | |
| ')' is preceded with whitespace. | 102 | |
| Method 'setPercentTouch' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| '(' is followed by whitespace. | 105 | |
| Parameter percent should be final. | 105 | |
| ')' is preceded with whitespace. | 105 | |
| '{' should be on the previous line. | 106 | |
| '(' is followed by whitespace. | 107 | |
| ')' is preceded with whitespace. | 107 | |
| Method 'setPercentMotion' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| '(' is followed by whitespace. | 110 | |
| Parameter percent should be final. | 110 | |
| ')' is preceded with whitespace. | 110 | |
| '{' should be on the previous line. | 111 | |
| '(' is followed by whitespace. | 112 | |
| ')' is preceded with whitespace. | 112 | |
| Method 'setPercentTrackball' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| '(' is followed by whitespace. | 115 | |
| Parameter percent should be final. | 115 | |
| ')' is preceded with whitespace. | 115 | |
| '{' should be on the previous line. | 116 | |
| '(' is followed by whitespace. | 117 | |
| ')' is preceded with whitespace. | 117 | |
| Method 'setPercentNav' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| '(' is followed by whitespace. | 120 | |
| Parameter percent should be final. | 120 | |
| ')' is preceded with whitespace. | 120 | |
| '{' should be on the previous line. | 121 | |
| '(' is followed by whitespace. | 122 | |
| ')' is preceded with whitespace. | 122 | |
| Method 'setPercentMajorNav' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| '(' is followed by whitespace. | 125 | |
| Parameter percent should be final. | 125 | |
| ')' is preceded with whitespace. | 125 | |
| '{' should be on the previous line. | 126 | |
| '(' is followed by whitespace. | 127 | |
| ')' is preceded with whitespace. | 127 | |
| Method 'setPercentSyskeys' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| '(' is followed by whitespace. | 130 | |
| Parameter percent should be final. | 130 | |
| ')' is preceded with whitespace. | 130 | |
| '{' should be on the previous line. | 131 | |
| '(' is followed by whitespace. | 132 | |
| ')' is preceded with whitespace. | 132 | |
| Method 'setPercentAppswitch' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| '(' is followed by whitespace. | 135 | |
| Parameter percent should be final. | 135 | |
| ')' is preceded with whitespace. | 135 | |
| '{' should be on the previous line. | 136 | |
| '(' is followed by whitespace. | 137 | |
| ')' is preceded with whitespace. | 137 | |
| Method 'setPercentAnyEvent' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| '(' is followed by whitespace. | 140 | |
| Parameter percent should be final. | 140 | |
| ')' is preceded with whitespace. | 140 | |
| '{' should be on the previous line. | 141 | |
| '(' is followed by whitespace. | 142 | |
| ')' is preceded with whitespace. | 142 | |
| Method 'setPackages' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| '(' is followed by whitespace. | 145 | |
| Parameter packages should be final. | 145 | |
| ')' is preceded with whitespace. | 145 | |
| '{' should be on the previous line. | 146 | |
| '(' is followed by whitespace. | 147 | |
| ')' is preceded with whitespace. | 147 | |
| '{' should be on the previous line. | 148 | |
| '(' is followed by whitespace. | 149 | |
| ')' is preceded with whitespace. | 149 | |
| Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Missing a Javadoc comment. | 153 | |
| '(' is followed by whitespace. | 153 | |
| Parameter categories should be final. | 153 | |
| ')' is preceded with whitespace. | 153 | |
| '{' should be on the previous line. | 154 | |
| '(' is followed by whitespace. | 155 | |
| ')' is preceded with whitespace. | 155 | |
| '{' should be on the previous line. | 156 | |
| '(' is followed by whitespace. | 157 | |
| ')' is preceded with whitespace. | 157 | |
| Method 'setDebugNoEvents' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Missing a Javadoc comment. | 161 | |
| '(' is followed by whitespace. | 161 | |
| Parameter debugNoEvents should be final. | 161 | |
| 'debugNoEvents' hides a field. | 161 | |
| ')' is preceded with whitespace. | 161 | |
| '{' should be on the previous line. | 162 | |
| Method 'setHprof' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| '(' is followed by whitespace. | 166 | |
| Parameter hprof should be final. | 166 | |
| 'hprof' hides a field. | 166 | |
| ')' is preceded with whitespace. | 166 | |
| '{' should be on the previous line. | 167 | |
| Method 'setIgnoreCrashes' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| '(' is followed by whitespace. | 171 | |
| Parameter ignoreCrashes should be final. | 171 | |
| 'ignoreCrashes' hides a field. | 171 | |
| ')' is preceded with whitespace. | 171 | |
| '{' should be on the previous line. | 172 | |
| Method 'setIgnoreTimeouts' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| '(' is followed by whitespace. | 176 | |
| Parameter ignoreTimeouts should be final. | 176 | |
| 'ignoreTimeouts' hides a field. | 176 | |
| ')' is preceded with whitespace. | 176 | |
| '{' should be on the previous line. | 177 | |
| Method 'setIgnoreSecurityExceptions' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Missing a Javadoc comment. | 181 | |
| '(' is followed by whitespace. | 181 | |
| Parameter ignoreSecurityExceptions should be final. | 181 | |
| 'ignoreSecurityExceptions' hides a field. | 181 | |
| ')' is preceded with whitespace. | 181 | |
| Method 'setKillProcessAfterError' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Missing a Javadoc comment. | 186 | |
| '(' is followed by whitespace. | 186 | |
| Parameter killProcessAfterError should be final. | 186 | |
| 'killProcessAfterError' hides a field. | 186 | |
| ')' is preceded with whitespace. | 186 | |
| '{' should be on the previous line. | 187 | |
| Method 'setMonitorNativeCrash' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| '(' is followed by whitespace. | 191 | |
| Parameter monitorNativeCrashes should be final. | 191 | |
| 'monitorNativeCrashes' hides a field. | 191 | |
| ')' is preceded with whitespace. | 191 | |
| '{' should be on the previous line. | 192 | |
| Method 'setMaxtimeToOutputResponse' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| '(' is followed by whitespace. | 200 | |
| Parameter maxTimeToOutputResponse should be final. | 200 | |
| ')' is preceded with whitespace. | 200 | |
| '{' should be on the previous line. | 201 | |
| Method 'setRunName' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| '(' is followed by whitespace. | 209 | |
| Parameter runName should be final. | 209 | |
| ')' is preceded with whitespace. | 209 | |
| '{' should be on the previous line. | 210 | |
| Line is longer than 80 characters (found 106). | 218 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| '(' is followed by whitespace. | 218 | |
| Parameter listeners should be final. | 218 | |
| ')' is preceded with whitespace. | 218 | |
| '{' should be on the previous line. | 220 | |
| '(' is followed by whitespace. | 221 | |
| '(' is followed by whitespace. | 221 | |
| ')' is preceded with whitespace. | 221 | |
| ')' is preceded with whitespace. | 221 | |
| Line is longer than 80 characters (found 117). | 227 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| '(' is followed by whitespace. | 227 | |
| Parameter listeners should be final. | 227 | |
| ')' is preceded with whitespace. | 227 | |
| '{' should be on the previous line. | 229 | |
| Line is longer than 80 characters (found 104). | 230 | |
| '(' is followed by whitespace. | 230 | |
| '(' is followed by whitespace. | 231 | |
| ')' is preceded with whitespace. | 231 | |
| ')' is preceded with whitespace. | 231 | |
| Line is longer than 80 characters (found 118). | 232 | |
| '(' is followed by whitespace. | 232 | |
| '(' is followed by whitespace. | 232 | |
| ')' is preceded with whitespace. | 232 | |
| ')' is preceded with whitespace. | 232 | |
| '(' is followed by whitespace. | 233 | |
| ')' is preceded with whitespace. | 233 | |
| '{' should be on the previous line. | 236 | |
| Line is longer than 80 characters (found 102). | 237 | |
| '(' is followed by whitespace. | 237 | |
| ')' is preceded with whitespace. | 237 | |
| '}' should be on the same line. | 238 | |
| '(' is followed by whitespace. | 239 | |
| ')' is preceded with whitespace. | 239 | |
| '{' should be on the previous line. | 240 | |
| '(' is followed by whitespace. | 241 | |
| Line is longer than 80 characters (found 102). | 242 | |
| '(' is followed by whitespace. | 242 | |
| ')' is preceded with whitespace. | 243 | |
| ')' is preceded with whitespace. | 243 | |
| '(' is followed by whitespace. | 245 | |
| ')' is preceded with whitespace. | 245 | |
| '}' should be on the same line. | 247 | |
| '(' is followed by whitespace. | 248 | |
| ')' is preceded with whitespace. | 248 | |
| '{' should be on the previous line. | 249 | |
| '(' is followed by whitespace. | 250 | |
| Line is longer than 80 characters (found 110). | 251 | |
| '(' is followed by whitespace. | 251 | |
| ')' is preceded with whitespace. | 252 | |
| ')' is preceded with whitespace. | 252 | |
| Line is longer than 80 characters (found 114). | 253 | |
| '(' is followed by whitespace. | 253 | |
| '(' is followed by whitespace. | 253 | |
| Line is longer than 80 characters (found 97). | 254 | |
| ')' is preceded with whitespace. | 255 | |
| ')' is preceded with whitespace. | 255 | |
| '}' should be on the same line. | 257 | |
| '(' is followed by whitespace. | 258 | |
| ')' is preceded with whitespace. | 258 | |
| '{' should be on the previous line. | 259 | |
| '(' is followed by whitespace. | 260 | |
| Line is longer than 80 characters (found 88). | 261 | |
| '(' is followed by whitespace. | 261 | |
| ')' is preceded with whitespace. | 262 | |
| ')' is preceded with whitespace. | 262 | |
| '(' is followed by whitespace. | 263 | |
| ')' is preceded with whitespace. | 263 | |
| '}' should be on the same line. | 265 | |
| '(' is followed by whitespace. | 266 | |
| ')' is preceded with whitespace. | 266 | |
| '{' should be on the previous line. | 267 | |
| '(' is followed by whitespace. | 268 | |
| Line is longer than 80 characters (found 109). | 269 | |
| '(' is followed by whitespace. | 269 | |
| ')' is preceded with whitespace. | 270 | |
| ')' is preceded with whitespace. | 270 | |
| '(' is followed by whitespace. | 271 | |
| ')' is preceded with whitespace. | 271 | |
| Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| '{' should be on the previous line. | 280 | |
| '(' is followed by whitespace. | 281 | |
| ')' is preceded with whitespace. | 281 | |
| '{' should be on the previous line. | 282 | |
| Line is longer than 80 characters (found 120). | 288 | |
| Expected an @return tag. | 291 | |
| '{' should be on the previous line. | 292 | |
| '(' is followed by whitespace. | 294 | |
| ')' is preceded with whitespace. | 294 | |
| '{' should be on the previous line. | 295 | |
| Line is longer than 80 characters (found 102). | 296 | |
| '(' is followed by whitespace. | 296 | |
| ')' is preceded with whitespace. | 296 | |
| '(' is followed by whitespace. | 297 | |
| ')' is preceded with whitespace. | 297 | |
| '(' is followed by whitespace. | 300 | |
| ')' is preceded with whitespace. | 300 | |
| '{' should be on the previous line. | 301 | |
| '(' is followed by whitespace. | 302 | |
| ')' is preceded with whitespace. | 302 | |
| '(' is followed by whitespace. | 304 | |
| ')' is preceded with whitespace. | 304 | |
| '{' should be on the previous line. | 305 | |
| '(' is followed by whitespace. | 306 | |
| ')' is preceded with whitespace. | 306 | |
| '(' is followed by whitespace. | 308 | |
| ')' is preceded with whitespace. | 308 | |
| '{' should be on the previous line. | 309 | |
| '(' is followed by whitespace. | 310 | |
| ')' is preceded with whitespace. | 310 | |
| '(' is followed by whitespace. | 312 | |
| ')' is preceded with whitespace. | 312 | |
| '{' should be on the previous line. | 313 | |
| '(' is followed by whitespace. | 314 | |
| ')' is preceded with whitespace. | 314 | |
| '(' is followed by whitespace. | 316 | |
| ')' is preceded with whitespace. | 316 | |
| '{' should be on the previous line. | 317 | |
| '(' is followed by whitespace. | 318 | |
| ')' is preceded with whitespace. | 318 | |
| '(' is followed by whitespace. | 320 | |
| ')' is preceded with whitespace. | 320 | |
| '{' should be on the previous line. | 321 | |
| '(' is followed by whitespace. | 322 | |
| ')' is preceded with whitespace. | 322 | |
| '(' is followed by whitespace. | 324 | |
| ')' is preceded with whitespace. | 324 | |
| '{' should be on the previous line. | 325 | |
| '(' is followed by whitespace. | 326 | |
| ')' is preceded with whitespace. | 326 | |
| Class MonkeyResultParser should be declared as final. | 331 | |
| Missing a Javadoc comment. | 331 | |
| '{' should be on the previous line. | 332 | |
| Missing a Javadoc comment. | 334 | |
| Missing a Javadoc comment. | 335 | |
| Missing a Javadoc comment. | 336 | |
| Missing a Javadoc comment. | 337 | |
| Line is longer than 80 characters (found 82). | 338 | |
| Missing a Javadoc comment. | 338 | |
| Missing a Javadoc comment. | 339 | |
| Missing a Javadoc comment. | 340 | |
| Missing a Javadoc comment. | 341 | |
| Missing a Javadoc comment. | 342 | |
| Missing a Javadoc comment. | 343 | |
| Missing a Javadoc comment. | 345 | |
| Missing a Javadoc comment. | 347 | |
| Missing a Javadoc comment. | 348 | |
| Missing a Javadoc comment. | 349 | |
| Missing a Javadoc comment. | 350 | |
| Line is longer than 80 characters (found 87). | 351 | |
| Missing a Javadoc comment. | 351 | |
| Line is longer than 80 characters (found 94). | 353 | |
| Missing a Javadoc comment. | 353 | |
| '(' is followed by whitespace. | 353 | |
| Parameter runName should be final. | 353 | |
| 'runName' hides a field. | 353 | |
| Parameter listeners should be final. | 353 | |
| ')' is preceded with whitespace. | 353 | |
| '(' is followed by whitespace. | 356 | |
| ')' is preceded with whitespace. | 356 | |
| Missing a Javadoc comment. | 359 | |
| '{' should be on the previous line. | 360 | |
| '{' should be on the previous line. | 366 | |
| '{' should be on the previous line. | 372 | |
| '(' is followed by whitespace. | 379 | |
| Parameter lines should be final. | 379 | |
| ')' is preceded with whitespace. | 379 | |
| '{' should be on the previous line. | 380 | |
| '(' is followed by whitespace. | 381 | |
| ')' is preceded with whitespace. | 381 | |
| '{' should be on the previous line. | 382 | |
| '(' is followed by whitespace. | 384 | |
| ')' is preceded with whitespace. | 384 | |
| '(' is followed by whitespace. | 386 | |
| '(' is followed by whitespace. | 386 | |
| ')' is preceded with whitespace. | 386 | |
| ')' is preceded with whitespace. | 386 | |
| '{' should be on the previous line. | 387 | |
| '(' is followed by whitespace. | 390 | |
| '(' is followed by whitespace. | 390 | |
| ')' is preceded with whitespace. | 390 | |
| ')' is preceded with whitespace. | 390 | |
| '{' should be on the previous line. | 391 | |
| Line is longer than 80 characters (found 99). | 392 | |
| '(' is followed by whitespace. | 392 | |
| '(' is followed by whitespace. | 392 | |
| ')' is preceded with whitespace. | 392 | |
| ')' is preceded with whitespace. | 392 | |
| '(' is followed by whitespace. | 394 | |
| '(' is followed by whitespace. | 394 | |
| ')' is preceded with whitespace. | 394 | |
| ')' is preceded with whitespace. | 394 | |
| '{' should be on the previous line. | 395 | |
| Line is longer than 80 characters (found 97). | 396 | |
| '(' is followed by whitespace. | 396 | |
| '(' is followed by whitespace. | 396 | |
| ')' is preceded with whitespace. | 396 | |
| ')' is preceded with whitespace. | 396 | |
| '(' is followed by whitespace. | 398 | |
| '(' is followed by whitespace. | 398 | |
| ')' is preceded with whitespace. | 398 | |
| ')' is preceded with whitespace. | 398 | |
| '{' should be on the previous line. | 399 | |
| Line is longer than 80 characters (found 99). | 400 | |
| '(' is followed by whitespace. | 400 | |
| '(' is followed by whitespace. | 400 | |
| ')' is preceded with whitespace. | 400 | |
| ')' is preceded with whitespace. | 400 | |
| '(' is followed by whitespace. | 402 | |
| '(' is followed by whitespace. | 402 | |
| ')' is preceded with whitespace. | 402 | |
| ')' is preceded with whitespace. | 402 | |
| '{' should be on the previous line. | 403 | |
| Line is longer than 80 characters (found 109). | 404 | |
| '(' is followed by whitespace. | 404 | |
| '(' is followed by whitespace. | 404 | |
| ')' is preceded with whitespace. | 404 | |
| ')' is preceded with whitespace. | 404 | |
| '(' is followed by whitespace. | 406 | |
| '(' is followed by whitespace. | 406 | |
| ')' is preceded with whitespace. | 406 | |
| ')' is preceded with whitespace. | 406 | |
| '{' should be on the previous line. | 407 | |
| Line is longer than 80 characters (found 97). | 408 | |
| '(' is followed by whitespace. | 408 | |
| '(' is followed by whitespace. | 408 | |
| ')' is preceded with whitespace. | 408 | |
| ')' is preceded with whitespace. | 408 | |
| Line is longer than 80 characters (found 89). | 411 | |
| '(' is followed by whitespace. | 411 | |
| '(' is followed by whitespace. | 411 | |
| ')' is preceded with whitespace. | 411 | |
| '(' is followed by whitespace. | 411 | |
| ')' is preceded with whitespace. | 411 | |
| ')' is preceded with whitespace. | 411 | |
| '(' is followed by whitespace. | 414 | |
| ')' is preceded with whitespace. | 414 | |
| '(' is followed by whitespace. | 417 | |
| '(' is followed by whitespace. | 417 | |
| ')' is preceded with whitespace. | 417 | |
| ')' is preceded with whitespace. | 417 | |
| '{' should be on the previous line. | 418 | |
| '(' is followed by whitespace. | 419 | |
| ')' is preceded with whitespace. | 419 | |
| '(' is followed by whitespace. | 420 | |
| ')' is preceded with whitespace. | 420 | |
| Missing a Javadoc comment. | 426 | |
| '{' should be on the previous line. | 427 | |
| '(' is followed by whitespace. | 429 | |
| ')' is preceded with whitespace. | 429 | |
| '{' should be on the previous line. | 430 | |
| '(' is followed by whitespace. | 431 | |
| ')' is preceded with whitespace. | 431 | |
| Missing a Javadoc comment. | 435 | |
| '(' is followed by whitespace. | 435 | |
| Parameter error should be final. | 435 | |
| ')' is preceded with whitespace. | 435 | |
| '{' should be on the previous line. | 436 | |
| '(' is followed by whitespace. | 437 | |
| ')' is preceded with whitespace. | 437 | |
| '{' should be on the previous line. | 438 | |
| '(' is followed by whitespace. | 439 | |
| ')' is preceded with whitespace. | 439 | |
| Missing a Javadoc comment. | 443 | |
| '{' should be on the previous line. | 444 | |
| '(' is followed by whitespace. | 447 | |
| ')' is preceded with whitespace. | 447 | |
| '{' should be on the previous line. | 448 | |
| '(' is followed by whitespace. | 449 | |
| ')' is preceded with whitespace. | 449 | |
| Missing a Javadoc comment. | 453 | |
| '(' is followed by whitespace. | 453 | |
| Parameter line should be final. | 453 | |
| ')' is preceded with whitespace. | 453 | |
| '{' should be on the previous line. | 454 | |
| '(' is followed by whitespace. | 455 | |
| ')' is preceded with whitespace. | 455 | |
| '(' is followed by whitespace. | 456 | |
| ')' is preceded with whitespace. | 456 | |
| '{' should be on the previous line. | 457 | |
| '(' is followed by whitespace. | 458 | |
| ')' is preceded with whitespace. | 458 | |
| Missing a Javadoc comment. | 462 | |
| '{' should be on the previous line. | 463 | |
| '(' is followed by whitespace. | 464 | |
| ')' is preceded with whitespace. | 464 | |
| '{' should be on the previous line. | 465 | |
| '(' is followed by whitespace. | 466 | |
| ')' is preceded with whitespace. | 466 | |
| '{' should be on the previous line. | 467 | |
| Line is longer than 80 characters (found 99). | 468 | |
| '(' is followed by whitespace. | 468 | |
| ')' is preceded with whitespace. | 468 | |
| Missing a Javadoc comment. | 474 | |
| '(' is followed by whitespace. | 474 | |
| Parameter lines should be final. | 474 | |
| Parameter indexLine should be final. | 474 | |
| ')' is preceded with whitespace. | 474 | |
| '{' should be on the previous line. | 475 | |
| '{' should be on the previous line. | 480 | |
| '(' is followed by whitespace. | 482 | |
| '(' is followed by whitespace. | 482 | |
| ')' is preceded with whitespace. | 482 | |
| ')' is preceded with whitespace. | 482 | |
| '{' should be on the previous line. | 483 | |
| '(' is followed by whitespace. | 487 | |
| ')' is preceded with whitespace. | 487 | |
| '{' should be on the previous line. | 493 | |
| '(' is followed by whitespace. | 495 | |
| '(' is followed by whitespace. | 495 | |
| ')' is preceded with whitespace. | 495 | |
| ')' is preceded with whitespace. | 495 | |
| '{' should be on the previous line. | 496 | |
| '}' should be on the same line. | 498 | |
| '{' should be on the previous line. | 500 | |
| Line is longer than 80 characters (found 96). | 502 | |
| '(' is followed by whitespace. | 502 | |
| Avoid inline conditionals. | 502 | |
| '3' is a magic number. | 502 | |
| '4' is a magic number. | 502 | |
| ')' is preceded with whitespace. | 502 | |
| '(' is followed by whitespace. | 503 | |
| ')' is preceded with whitespace. | 503 | |
| '(' is followed by whitespace. | 503 | |
| ')' is preceded with whitespace. | 503 | |
| '(' is followed by whitespace. | 506 | |
| ')' is preceded with whitespace. | 506 | |
| '(' is followed by whitespace. | 510 | |
| ')' is preceded with whitespace. | 510 | |
| '{' should be on the previous line. | 511 | |
| Line is longer than 80 characters (found 89). | 512 | |
| '(' is followed by whitespace. | 512 | |
| ')' is preceded with whitespace. | 512 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| First sentence should end with a period. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters (found 85). | 41 | |
| Missing a Javadoc comment. | 41 | |
| '(' is followed by whitespace. | 41 | |
| Parameter jarFile should be final. | 41 | |
| 'jarFile' hides a field. | 41 | |
| Parameter remoteDevice should be final. | 41 | |
| ')' is preceded with whitespace. | 41 | |
| Method 'setTestClassOrMethods' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| '(' is followed by whitespace. | 52 | |
| Parameter testClassOrMethods should be final. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| '{' should be on the previous line. | 53 | |
| '(' is followed by whitespace. | 54 | |
| ')' is preceded with whitespace. | 54 | |
| '{' should be on the previous line. | 55 | |
| '(' is followed by whitespace. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| Method 'addInstrumentationArg' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| '(' is followed by whitespace. | 63 | |
| Parameter name should be final. | 63 | |
| Parameter value should be final. | 63 | |
| ')' is preceded with whitespace. | 63 | |
| '{' should be on the previous line. | 64 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| '{' should be on the previous line. | 66 | |
| Line is longer than 80 characters (found 91). | 67 | |
| '(' is followed by whitespace. | 67 | |
| ')' is preceded with whitespace. | 67 | |
| Line is longer than 80 characters (found 94). | 69 | |
| '(' is followed by whitespace. | 69 | |
| '(' is followed by whitespace. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| Method 'addBooleanArg' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| '(' is followed by whitespace. | 76 | |
| Parameter name should be final. | 76 | |
| Parameter value should be final. | 76 | |
| ')' is preceded with whitespace. | 76 | |
| '{' should be on the previous line. | 77 | |
| '(' is followed by whitespace. | 78 | |
| '(' is followed by whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| Method 'setDebug' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| '(' is followed by whitespace. | 89 | |
| Parameter debug should be final. | 89 | |
| ')' is preceded with whitespace. | 89 | |
| '{' should be on the previous line. | 90 | |
| '(' is followed by whitespace. | 91 | |
| ')' is preceded with whitespace. | 91 | |
| Method 'setNoHup' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| '(' is followed by whitespace. | 94 | |
| Parameter noHup should be final. | 94 | |
| 'noHup' hides a field. | 94 | |
| ')' is preceded with whitespace. | 94 | |
| '{' should be on the previous line. | 95 | |
| Method 'setDumpFilePath' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| '(' is followed by whitespace. | 99 | |
| Parameter dumpFilePath should be final. | 99 | |
| 'dumpFilePath' hides a field. | 99 | |
| ')' is preceded with whitespace. | 99 | |
| '{' should be on the previous line. | 100 | |
| Method 'setMaxtimeToOutputResponse' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| '(' is followed by whitespace. | 108 | |
| Parameter maxTimeToOutputResponse should be final. | 108 | |
| ')' is preceded with whitespace. | 108 | |
| '{' should be on the previous line. | 109 | |
| Method 'setRunName' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| '(' is followed by whitespace. | 117 | |
| Parameter runName should be final. | 117 | |
| ')' is preceded with whitespace. | 117 | |
| '{' should be on the previous line. | 118 | |
| Line is longer than 80 characters (found 106). | 126 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| '(' is followed by whitespace. | 126 | |
| Parameter listeners should be final. | 126 | |
| ')' is preceded with whitespace. | 126 | |
| '{' should be on the previous line. | 128 | |
| '(' is followed by whitespace. | 129 | |
| '(' is followed by whitespace. | 129 | |
| ')' is preceded with whitespace. | 129 | |
| ')' is preceded with whitespace. | 129 | |
| Line is longer than 80 characters (found 117). | 135 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| '(' is followed by whitespace. | 135 | |
| Parameter listeners should be final. | 135 | |
| ')' is preceded with whitespace. | 135 | |
| '{' should be on the previous line. | 137 | |
| Line is longer than 80 characters (found 119). | 138 | |
| '(' is followed by whitespace. | 138 | |
| ')' is preceded with whitespace. | 138 | |
| Line is longer than 80 characters (found 118). | 139 | |
| '(' is followed by whitespace. | 139 | |
| '(' is followed by whitespace. | 139 | |
| ')' is preceded with whitespace. | 139 | |
| ')' is preceded with whitespace. | 139 | |
| '(' is followed by whitespace. | 140 | |
| ')' is preceded with whitespace. | 140 | |
| '{' should be on the previous line. | 143 | |
| Line is longer than 80 characters (found 102). | 144 | |
| '(' is followed by whitespace. | 144 | |
| ')' is preceded with whitespace. | 144 | |
| '}' should be on the same line. | 145 | |
| '(' is followed by whitespace. | 146 | |
| ')' is preceded with whitespace. | 146 | |
| '{' should be on the previous line. | 147 | |
| Line is longer than 80 characters (found 117). | 148 | |
| '(' is followed by whitespace. | 148 | |
| '(' is followed by whitespace. | 148 | |
| ')' is preceded with whitespace. | 149 | |
| ')' is preceded with whitespace. | 149 | |
| '(' is followed by whitespace. | 151 | |
| ')' is preceded with whitespace. | 151 | |
| '}' should be on the same line. | 153 | |
| '(' is followed by whitespace. | 154 | |
| ')' is preceded with whitespace. | 154 | |
| '{' should be on the previous line. | 155 | |
| '(' is followed by whitespace. | 156 | |
| Line is longer than 80 characters (found 108). | 157 | |
| '(' is followed by whitespace. | 157 | |
| Line is longer than 80 characters (found 87). | 158 | |
| ')' is preceded with whitespace. | 158 | |
| ')' is preceded with whitespace. | 158 | |
| Line is longer than 80 characters (found 114). | 159 | |
| '(' is followed by whitespace. | 159 | |
| '(' is followed by whitespace. | 159 | |
| Line is longer than 80 characters (found 97). | 160 | |
| ')' is preceded with whitespace. | 161 | |
| ')' is preceded with whitespace. | 161 | |
| '}' should be on the same line. | 163 | |
| '(' is followed by whitespace. | 164 | |
| ')' is preceded with whitespace. | 164 | |
| '{' should be on the previous line. | 165 | |
| '(' is followed by whitespace. | 166 | |
| Line is longer than 80 characters (found 95). | 167 | |
| '(' is followed by whitespace. | 167 | |
| ')' is preceded with whitespace. | 168 | |
| ')' is preceded with whitespace. | 168 | |
| '(' is followed by whitespace. | 169 | |
| ')' is preceded with whitespace. | 169 | |
| '}' should be on the same line. | 171 | |
| '(' is followed by whitespace. | 172 | |
| ')' is preceded with whitespace. | 172 | |
| '{' should be on the previous line. | 173 | |
| Line is longer than 80 characters (found 110). | 174 | |
| '(' is followed by whitespace. | 174 | |
| '(' is followed by whitespace. | 174 | |
| ')' is preceded with whitespace. | 175 | |
| ')' is preceded with whitespace. | 175 | |
| '(' is followed by whitespace. | 176 | |
| ')' is preceded with whitespace. | 176 | |
| Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| '{' should be on the previous line. | 185 | |
| '(' is followed by whitespace. | 186 | |
| ')' is preceded with whitespace. | 186 | |
| '{' should be on the previous line. | 187 | |
| Line is longer than 80 characters (found 120). | 193 | |
| Expected an @return tag. | 196 | |
| '{' should be on the previous line. | 197 | |
| '(' is followed by whitespace. | 199 | |
| ')' is preceded with whitespace. | 199 | |
| '{' should be on the previous line. | 200 | |
| Line is longer than 80 characters (found 105). | 201 | |
| '(' is followed by whitespace. | 201 | |
| ')' is preceded with whitespace. | 201 | |
| '(' is followed by whitespace. | 202 | |
| ')' is preceded with whitespace. | 202 | |
| '(' is followed by whitespace. | 205 | |
| ')' is preceded with whitespace. | 205 | |
| '{' should be on the previous line. | 206 | |
| '(' is followed by whitespace. | 207 | |
| ')' is preceded with whitespace. | 207 | |
| '(' is followed by whitespace. | 210 | |
| ')' is preceded with whitespace. | 210 | |
| '{' should be on the previous line. | 211 | |
| '(' is followed by whitespace. | 212 | |
| ')' is preceded with whitespace. | 212 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| '{' should be on the previous line. | 65 | |
| Line is longer than 80 characters (found 89). | 67 | |
| Missing a Javadoc comment. | 67 | |
| '(' is followed by whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| Line has trailing spaces. | 83 | |
| Line is longer than 80 characters (found 113). | 92 | |
| Line is longer than 80 characters (found 117). | 93 | |
| Line is longer than 80 characters (found 120). | 100 | |
| '(' is followed by whitespace. | 105 | |
| ')' is preceded with whitespace. | 105 | |
| Variable 'project' must be private and have accessor methods. | 115 | |
| Variable 'session' must be private and have accessor methods. | 124 | |
| Variable 'sourceDirectory' must be private and have accessor methods. | 133 | |
| Variable 'resourceDirectory' must be private and have accessor methods. | 140 | |
| Line is longer than 80 characters (found 92). | 143 | |
| Line is longer than 80 characters (found 106). | 145 | |
| Variable 'nativeLibrariesDirectory' must be private and have accessor methods. | 147 | |
| Variable 'resourceOverlayDirectory' must be private and have accessor methods. | 156 | |
| Variable 'resourceOverlayDirectories' must be private and have accessor methods. | 164 | |
| Variable 'assetsDirectory' must be private and have accessor methods. | 171 | |
| Variable 'androidManifestFile' must be private and have accessor methods. | 178 | |
| Line is longer than 80 characters (found 99). | 181 | |
| Line is longer than 80 characters (found 84). | 182 | |
| Variable 'renameManifestPackage' must be private and have accessor methods. | 186 | |
| Line is longer than 80 characters (found 98). | 189 | |
| Variable 'extractedDependenciesDirectory' must be private and have accessor methods. | 192 | |
| Line is longer than 80 characters (found 102). | 195 | |
| Variable 'extractedDependenciesRes' must be private and have accessor methods. | 198 | |
| Line is longer than 80 characters (found 105). | 200 | |
| Variable 'extractedDependenciesAssets' must be private and have accessor methods. | 203 | |
| Line is longer than 80 characters (found 112). | 205 | |
| Variable 'extractedDependenciesJavaSources' must be private and have accessor methods. | 208 | |
| Line is longer than 80 characters (found 117). | 210 | |
| Variable 'extractedDependenciesJavaResources' must be private and have accessor methods. | 213 | |
| Line is longer than 80 characters (found 117). | 216 | |
| Line is longer than 80 characters (found 98). | 219 | |
| Variable 'combinedRes' must be private and have accessor methods. | 222 | |
| Line is longer than 80 characters (found 111). | 225 | |
| Line is longer than 80 characters (found 98). | 228 | |
| Variable 'combinedAssets' must be private and have accessor methods. | 231 | |
| First sentence should end with a period. | 233 | |
| Variable 'unpackedApkLibsDirectory' must be private and have accessor methods. | 239 | |
| Line is longer than 80 characters (found 103). | 242 | |
| Line is longer than 80 characters (found 110). | 243 | |
| Line is longer than 80 characters (found 111). | 244 | |
| Line is longer than 80 characters (found 113). | 245 | |
| Line is longer than 80 characters (found 96). | 246 | |
| Variable 'device' must be private and have accessor methods. | 250 | |
| Line is longer than 80 characters (found 109). | 253 | |
| Line is longer than 80 characters (found 117). | 254 | |
| Line is longer than 80 characters (found 117). | 255 | |
| Line is longer than 80 characters (found 82). | 256 | |
| Variable 'configurations' must be private and have accessor methods. | 260 | |
| Variable 'aaptExtraArgs' must be private and have accessor methods. | 267 | |
| Line has trailing spaces. | 270 | |
| Line is longer than 80 characters (found 113). | 270 | |
| Line has trailing spaces. | 271 | |
| Line is longer than 80 characters (found 113). | 271 | |
| Variable 'proguardFile' must be private and have accessor methods. | 276 | |
| Line is longer than 80 characters (found 115). | 279 | |
| Line is longer than 80 characters (found 111). | 280 | |
| Variable 'generateApk' must be private and have accessor methods. | 285 | |
| Variable 'repoSystem' must be private and have accessor methods. | 292 | |
| Variable 'repoSession' must be private and have accessor methods. | 300 | |
| Line is longer than 80 characters (found 91). | 303 | |
| Variable 'projectRepos' must be private and have accessor methods. | 308 | |
| Variable 'customPackage' must be private and have accessor methods. | 315 | |
| Variable 'projectHelper' must be private and have accessor methods. | 323 | |
| Line is longer than 80 characters (found 89). | 334 | |
| Line is longer than 80 characters (found 113). | 335 | |
| Line is longer than 80 characters (found 120). | 336 | |
| Line is longer than 80 characters (found 119). | 337 | |
| Line has trailing spaces. | 338 | |
| Line is longer than 80 characters (found 119). | 338 | |
| Line is longer than 80 characters (found 109). | 340 | |
| Line is longer than 80 characters (found 117). | 341 | |
| Line is longer than 80 characters (found 111). | 348 | |
| Line is longer than 80 characters (found 94). | 349 | |
| Line is longer than 80 characters (found 103). | 356 | |
| Line is longer than 80 characters (found 93). | 358 | |
| Line is longer than 80 characters (found 94). | 366 | |
| Line is longer than 80 characters (found 107). | 380 | |
| Line is longer than 80 characters (found 97). | 382 | |
| Line is longer than 80 characters (found 117). | 392 | |
| Line is longer than 80 characters (found 117). | 393 | |
| Line is longer than 80 characters (found 118). | 397 | |
| Line is longer than 80 characters (found 113). | 398 | |
| Variable 'undeployBeforeDeploy' must be private and have accessor methods. | 404 | |
| Line is longer than 80 characters (found 120). | 407 | |
| Line is longer than 80 characters (found 115). | 409 | |
| Variable 'attachJar' must be private and have accessor methods. | 414 | |
| Line is longer than 80 characters (found 119). | 417 | |
| Line is longer than 80 characters (found 117). | 419 | |
| Variable 'attachSources' must be private and have accessor methods. | 425 | |
| Line is longer than 80 characters (found 103). | 428 | |
| Line is longer than 80 characters (found 93). | 430 | |
| Line has trailing spaces. | 438 | |
| Line is longer than 80 characters (found 110). | 438 | |
| Line is longer than 80 characters (found 95). | 439 | |
| Variable 'release' must be private and have accessor methods. | 442 | |
| Line is longer than 80 characters (found 95). | 455 | |
| Line is longer than 80 characters (found 117). | 457 | |
| '(' is followed by whitespace. | 457 | |
| ')' is preceded with whitespace. | 457 | |
| Line is longer than 80 characters (found 116). | 460 | |
| Line is longer than 80 characters (found 102). | 461 | |
| Method 'getRelevantCompileArtifacts' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| '{' should be on the previous line. | 464 | |
| Line is longer than 80 characters (found 93). | 465 | |
| '(' is followed by whitespace. | 465 | |
| ')' is preceded with whitespace. | 465 | |
| Line is longer than 80 characters (found 83). | 466 | |
| '(' is followed by whitespace. | 466 | |
| ')' is preceded with whitespace. | 466 | |
| Line is longer than 80 characters (found 118). | 471 | |
| Method 'getRelevantDependencyArtifacts' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| '{' should be on the previous line. | 475 | |
| Line is longer than 80 characters (found 94). | 476 | |
| '(' is followed by whitespace. | 476 | |
| ')' is preceded with whitespace. | 476 | |
| Line is longer than 80 characters (found 83). | 477 | |
| '(' is followed by whitespace. | 477 | |
| ')' is preceded with whitespace. | 477 | |
| Line is longer than 80 characters (found 116). | 482 | |
| Line is longer than 80 characters (found 104). | 484 | |
| Method 'getAllRelevantDependencyArtifacts' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| '{' should be on the previous line. | 487 | |
| Line is longer than 80 characters (found 84). | 488 | |
| '(' is followed by whitespace. | 488 | |
| ')' is preceded with whitespace. | 488 | |
| Line is longer than 80 characters (found 83). | 489 | |
| '(' is followed by whitespace. | 489 | |
| ')' is preceded with whitespace. | 489 | |
| Expected an @return tag. | 498 | |
| Line is longer than 80 characters (found 89). | 498 | |
| '(' is followed by whitespace. | 498 | |
| Parameter allArtifacts should be final. | 498 | |
| Expected @param tag for 'allArtifacts'. | 498 | |
| ')' is preceded with whitespace. | 498 | |
| '(' is followed by whitespace. | 501 | |
| ')' is preceded with whitespace. | 501 | |
| '{' should be on the previous line. | 502 | |
| '(' is followed by whitespace. | 503 | |
| ')' is preceded with whitespace. | 503 | |
| '{' should be on the previous line. | 504 | |
| '(' is followed by whitespace. | 508 | |
| '(' is followed by whitespace. | 508 | |
| ')' is preceded with whitespace. | 508 | |
| ')' is preceded with whitespace. | 508 | |
| '{' should be on the previous line. | 509 | |
| '(' is followed by whitespace. | 513 | |
| '(' is followed by whitespace. | 513 | |
| ')' is preceded with whitespace. | 513 | |
| ')' is preceded with whitespace. | 513 | |
| '{' should be on the previous line. | 514 | |
| '(' is followed by whitespace. | 518 | |
| ')' is preceded with whitespace. | 518 | |
| Line is longer than 80 characters (found 91). | 530 | |
| Method 'resolveArtifactToFile' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| '(' is followed by whitespace. | 530 | |
| Parameter artifact should be final. | 530 | |
| ')' is preceded with whitespace. | 530 | |
| Line is longer than 80 characters (found 116). | 532 | |
| '(' is followed by whitespace. | 532 | |
| ')' is preceded with whitespace. | 532 | |
| '(' is followed by whitespace. | 534 | |
| ')' is preceded with whitespace. | 534 | |
| '{' should be on the previous line. | 535 | |
| Line is longer than 80 characters (found 94). | 536 | |
| '(' is followed by whitespace. | 536 | |
| Line is longer than 80 characters (found 111). | 537 | |
| ')' is preceded with whitespace. | 538 | |
| Line is longer than 80 characters (found 103). | 544 | |
| Line is longer than 80 characters (found 100). | 545 | |
| Expected an @return tag. | 550 | |
| Line is longer than 80 characters (found 87). | 550 | |
| Method 'initAndroidDebugBridge' is not designed for extension - needs to be abstract, final or empty. | 550 | |
| Expected @throws tag for 'MojoExecutionException'. | 550 | |
| '(' is followed by whitespace. | 552 | |
| ')' is preceded with whitespace. | 552 | |
| '{' should be on the previous line. | 553 | |
| '(' is followed by whitespace. | 554 | |
| '!' is followed by whitespace. | 554 | |
| ')' is preceded with whitespace. | 554 | |
| '{' should be on the previous line. | 555 | |
| '(' is followed by whitespace. | 556 | |
| ')' is preceded with whitespace. | 556 | |
| '(' is followed by whitespace. | 560 | |
| ')' is preceded with whitespace. | 560 | |
| '(' is followed by whitespace. | 561 | |
| ')' is preceded with whitespace. | 561 | |
| Line is longer than 80 characters (found 117). | 567 | |
| '(' is followed by whitespace. | 572 | |
| Parameter adb should be final. | 572 | |
| Expected @param tag for 'adb'. | 572 | |
| ')' is preceded with whitespace. | 572 | |
| '{' should be on the previous line. | 573 | |
| '10' is a magic number. | 574 | |
| '(' is followed by whitespace. | 576 | |
| ')' is preceded with whitespace. | 576 | |
| '{' should be on the previous line. | 577 | |
| '{' should be on the previous line. | 579 | |
| '(' is followed by whitespace. | 580 | |
| ')' is preceded with whitespace. | 580 | |
| '}' should be on the same line. | 581 | |
| '(' is followed by whitespace. | 582 | |
| ')' is preceded with whitespace. | 582 | |
| '{' should be on the previous line. | 583 | |
| '(' is followed by whitespace. | 586 | |
| ')' is preceded with whitespace. | 586 | |
| '{' should be on the previous line. | 587 | |
| Line is longer than 80 characters (found 120). | 600 | |
| Method 'waitForInitialDeviceList' is not designed for extension - needs to be abstract, final or empty. | 600 | |
| '(' is followed by whitespace. | 600 | |
| Expected @param tag for 'androidDebugBridge'. | 600 | |
| ')' is preceded with whitespace. | 600 | |
| Expected @throws tag for 'MojoExecutionException'. | 600 | |
| '(' is followed by whitespace. | 602 | |
| '!' is followed by whitespace. | 602 | |
| ')' is preceded with whitespace. | 602 | |
| '{' should be on the previous line. | 603 | |
| Line is longer than 80 characters (found 93). | 604 | |
| '(' is followed by whitespace. | 604 | |
| ')' is preceded with whitespace. | 604 | |
| Line is longer than 80 characters (found 111). | 606 | |
| '(' is followed by whitespace. | 606 | |
| '!' is followed by whitespace. | 606 | |
| '(' is followed by whitespace. | 606 | |
| ')' is preceded with whitespace. | 606 | |
| ')' is preceded with whitespace. | 606 | |
| '{' should be on the previous line. | 609 | |
| '(' is followed by whitespace. | 610 | |
| '1000' is a magic number. | 610 | |
| ')' is preceded with whitespace. | 610 | |
| '}' should be on the same line. | 611 | |
| '(' is followed by whitespace. | 612 | |
| ')' is preceded with whitespace. | 612 | |
| '{' should be on the previous line. | 613 | |
| Line is longer than 80 characters (found 102). | 615 | |
| ')' is preceded with whitespace. | 615 | |
| '(' is followed by whitespace. | 618 | |
| '!' is followed by whitespace. | 618 | |
| ')' is preceded with whitespace. | 618 | |
| '{' should be on the previous line. | 619 | |
| Line is longer than 80 characters (found 103). | 620 | |
| '(' is followed by whitespace. | 620 | |
| ')' is preceded with whitespace. | 620 | |
| Line is longer than 80 characters (found 83). | 629 | |
| Line is longer than 80 characters (found 102). | 631 | |
| Method 'deployApk' is not designed for extension - needs to be abstract, final or empty. | 631 | |
| '(' is followed by whitespace. | 631 | |
| ')' is preceded with whitespace. | 631 | |
| Expected @throws tag for 'MojoFailureException'. | 631 | |
| '(' is followed by whitespace. | 633 | |
| ')' is preceded with whitespace. | 633 | |
| '{' should be on the previous line. | 634 | |
| '(' is followed by whitespace. | 635 | |
| ')' is preceded with whitespace. | 635 | |
| '(' is followed by whitespace. | 637 | |
| Line is longer than 80 characters (found 90). | 639 | |
| '(' is followed by whitespace. | 639 | |
| 'device' hides a field. | 639 | |
| ')' is preceded with whitespace. | 639 | |
| Line is longer than 80 characters (found 91). | 641 | |
| '(' is followed by whitespace. | 641 | |
| ')' is preceded with whitespace. | 641 | |
| '{' should be on the previous line. | 643 | |
| Line is longer than 80 characters (found 93). | 644 | |
| '(' is followed by whitespace. | 644 | |
| ')' is preceded with whitespace. | 644 | |
| Line is longer than 80 characters (found 91). | 645 | |
| '(' is followed by whitespace. | 646 | |
| ')' is preceded with whitespace. | 646 | |
| '{' should be on the previous line. | 647 | |
| Line has trailing spaces. | 648 | |
| '(' is followed by whitespace. | 648 | |
| ')' is preceded with whitespace. | 650 | |
| Line is longer than 80 characters (found 119). | 652 | |
| '(' is followed by whitespace. | 652 | |
| '(' is followed by whitespace. | 653 | |
| ')' is preceded with whitespace. | 653 | |
| ')' is preceded with whitespace. | 653 | |
| '}' should be on the same line. | 654 | |
| '(' is followed by whitespace. | 655 | |
| ')' is preceded with whitespace. | 655 | |
| '{' should be on the previous line. | 656 | |
| Line has trailing spaces. | 657 | |
| Line is longer than 80 characters (found 118). | 657 | |
| '(' is followed by whitespace. | 657 | |
| ')' is preceded with whitespace. | 658 | |
| ')' is preceded with whitespace. | 661 | |
| Line is longer than 80 characters (found 91). | 669 | |
| Method 'deployDependencies' is not designed for extension - needs to be abstract, final or empty. | 669 | |
| Expected @throws tag for 'MojoExecutionException'. | 669 | |
| Expected @throws tag for 'MojoFailureException'. | 669 | |
| Line is longer than 80 characters (found 82). | 671 | |
| '(' is followed by whitespace. | 672 | |
| ')' is preceded with whitespace. | 672 | |
| '{' should be on the previous line. | 673 | |
| '(' is followed by whitespace. | 674 | |
| ')' is preceded with whitespace. | 674 | |
| '{' should be on the previous line. | 675 | |
| '(' is followed by whitespace. | 677 | |
| '(' is followed by whitespace. | 677 | |
| ')' is preceded with whitespace. | 677 | |
| ')' is preceded with whitespace. | 677 | |
| '{' should be on the previous line. | 678 | |
| Line is longer than 80 characters (found 119). | 679 | |
| '(' is followed by whitespace. | 679 | |
| ')' is preceded with whitespace. | 679 | |
| Line is longer than 80 characters (found 81). | 680 | |
| '(' is followed by whitespace. | 680 | |
| ')' is preceded with whitespace. | 680 | |
| '(' is followed by whitespace. | 681 | |
| ')' is preceded with whitespace. | 681 | |
| '{' should be on the previous line. | 682 | |
| Line is longer than 80 characters (found 104). | 683 | |
| '(' is followed by whitespace. | 683 | |
| ')' is preceded with whitespace. | 683 | |
| '(' is followed by whitespace. | 684 | |
| ')' is preceded with whitespace. | 684 | |
| Line is longer than 80 characters (found 85). | 686 | |
| '(' is followed by whitespace. | 686 | |
| ')' is preceded with whitespace. | 686 | |
| '(' is followed by whitespace. | 687 | |
| ')' is preceded with whitespace. | 687 | |
| Line is longer than 80 characters (found 87). | 698 | |
| Method 'deployBuiltApk' is not designed for extension - needs to be abstract, final or empty. | 698 | |
| Expected @throws tag for 'MojoExecutionException'. | 698 | |
| Expected @throws tag for 'MojoFailureException'. | 698 | |
| '(' is followed by whitespace. | 702 | |
| '!' is followed by whitespace. | 702 | |
| '(' is followed by whitespace. | 702 | |
| ')' is preceded with whitespace. | 702 | |
| ')' is preceded with whitespace. | 702 | |
| '{' should be on the previous line. | 703 | |
| '(' is followed by whitespace. | 704 | |
| ')' is preceded with whitespace. | 704 | |
| Line is longer than 80 characters (found 116). | 707 | |
| '(' is followed by whitespace. | 707 | |
| ')' is preceded with whitespace. | 707 | |
| '(' is followed by whitespace. | 708 | |
| ')' is preceded with whitespace. | 708 | |
| First sentence should end with a period. | 712 | |
| Method 'doWithDevices' is not designed for extension - needs to be abstract, final or empty. | 722 | |
| '(' is followed by whitespace. | 722 | |
| ')' is preceded with whitespace. | 722 | |
| '{' should be on the previous line. | 724 | |
| '(' is followed by whitespace. | 727 | |
| ')' is preceded with whitespace. | 727 | |
| '{' should be on the previous line. | 728 | |
| Line is longer than 80 characters (found 89). | 729 | |
| '(' is followed by whitespace. | 729 | |
| ')' is preceded with whitespace. | 729 | |
| '(' is followed by whitespace. | 732 | |
| ')' is preceded with whitespace. | 732 | |
| Line is longer than 80 characters (found 81). | 733 | |
| '(' is followed by whitespace. | 733 | |
| ')' is preceded with whitespace. | 733 | |
| Line is longer than 80 characters (found 105). | 735 | |
| '(' is followed by whitespace. | 735 | |
| ')' is preceded with whitespace. | 735 | |
| '(' is followed by whitespace. | 736 | |
| ')' is preceded with whitespace. | 736 | |
| '{' should be on the previous line. | 737 | |
| '(' is followed by whitespace. | 738 | |
| ')' is preceded with whitespace. | 738 | |
| '(' is followed by whitespace. | 741 | |
| ')' is preceded with whitespace. | 741 | |
| '(' is followed by whitespace. | 742 | |
| ')' is preceded with whitespace. | 742 | |
| '{' should be on the previous line. | 743 | |
| Line is longer than 80 characters (found 92). | 744 | |
| '(' is followed by whitespace. | 744 | |
| ')' is preceded with whitespace. | 744 | |
| '}' should be on the same line. | 745 | |
| '{' should be on the previous line. | 747 | |
| '(' is followed by whitespace. | 748 | |
| ')' is preceded with whitespace. | 748 | |
| '(' is followed by whitespace. | 752 | |
| ')' is preceded with whitespace. | 752 | |
| '{' should be on the previous line. | 753 | |
| '(' is followed by whitespace. | 754 | |
| ')' is preceded with whitespace. | 754 | |
| '{' should be on the previous line. | 755 | |
| Line is longer than 80 characters (found 83). | 756 | |
| Avoid inline conditionals. | 756 | |
| Line is longer than 80 characters (found 101). | 757 | |
| '(' is followed by whitespace. | 757 | |
| '(' is followed by whitespace. | 757 | |
| ')' is preceded with whitespace. | 757 | |
| ')' is preceded with whitespace. | 757 | |
| '(' is followed by whitespace. | 759 | |
| '(' is followed by whitespace. | 759 | |
| ')' is preceded with whitespace. | 759 | |
| ')' is preceded with whitespace. | 759 | |
| '{' should be on the previous line. | 760 | |
| Line is longer than 80 characters (found 91). | 762 | |
| '(' is followed by whitespace. | 764 | |
| ')' is preceded with whitespace. | 764 | |
| '(' is followed by whitespace. | 767 | |
| ')' is preceded with whitespace. | 767 | |
| '(' is followed by whitespace. | 772 | |
| ')' is preceded with whitespace. | 772 | |
| '(' is followed by whitespace. | 773 | |
| ')' is preceded with whitespace. | 773 | |
| '(' is followed by whitespace. | 775 | |
| '!' is followed by whitespace. | 775 | |
| ')' is preceded with whitespace. | 775 | |
| '{' should be on the previous line. | 776 | |
| Line is longer than 80 characters (found 95). | 777 | |
| '(' is followed by whitespace. | 777 | |
| ')' is preceded with whitespace. | 777 | |
| Missing a Javadoc comment. | 781 | |
| '(' is followed by whitespace. | 781 | |
| Parameter doThreads should be final. | 781 | |
| ')' is preceded with whitespace. | 781 | |
| '{' should be on the previous line. | 782 | |
| '(' is followed by whitespace. | 783 | |
| ')' is preceded with whitespace. | 783 | |
| '{' should be on the previous line. | 784 | |
| '{' should be on the previous line. | 786 | |
| '}' should be on the same line. | 788 | |
| '(' is followed by whitespace. | 789 | |
| ')' is preceded with whitespace. | 789 | |
| '{' should be on the previous line. | 790 | |
| Line is longer than 80 characters (found 88). | 791 | |
| '(' is followed by whitespace. | 791 | |
| ')' is preceded with whitespace. | 791 | |
| Line is longer than 80 characters (found 103). | 796 | |
| Missing a Javadoc comment. | 796 | |
| '(' is followed by whitespace. | 796 | |
| Parameter doThreads should be final. | 796 | |
| ')' is preceded with whitespace. | 796 | |
| '{' should be on the previous line. | 798 | |
| '(' is followed by whitespace. | 799 | |
| ')' is preceded with whitespace. | 799 | |
| '{' should be on the previous line. | 800 | |
| '(' is followed by whitespace. | 801 | |
| ')' is preceded with whitespace. | 801 | |
| '{' should be on the previous line. | 802 | |
| '(' is followed by whitespace. | 805 | |
| ')' is preceded with whitespace. | 805 | |
| '{' should be on the previous line. | 806 | |
| First sentence should end with a period. | 812 | |
| Line is longer than 80 characters (found 113). | 822 | |
| '(' is followed by whitespace. | 822 | |
| Parameter idevice should be final. | 822 | |
| ')' is preceded with whitespace. | 822 | |
| '(' is followed by whitespace. | 825 | |
| '(' is followed by whitespace. | 825 | |
| ')' is preceded with whitespace. | 825 | |
| ')' is preceded with whitespace. | 825 | |
| '{' should be on the previous line. | 826 | |
| '(' is followed by whitespace. | 830 | |
| '(' is followed by whitespace. | 830 | |
| ')' is preceded with whitespace. | 830 | |
| '!' is followed by whitespace. | 830 | |
| ')' is preceded with whitespace. | 830 | |
| '{' should be on the previous line. | 831 | |
| Line is longer than 80 characters (found 96). | 835 | |
| '(' is followed by whitespace. | 835 | |
| '(' is followed by whitespace. | 835 | |
| '(' is followed by whitespace. | 835 | |
| ')' is preceded with whitespace. | 835 | |
| '(' is followed by whitespace. | 836 | |
| ')' is preceded with whitespace. | 836 | |
| ')' is preceded with whitespace. | 836 | |
| ')' is preceded with whitespace. | 836 | |
| '{' should be on the previous line. | 837 | |
| Line is longer than 80 characters (found 83). | 841 | |
| '(' is followed by whitespace. | 841 | |
| '!' is followed by whitespace. | 841 | |
| '(' is followed by whitespace. | 841 | |
| ')' is preceded with whitespace. | 841 | |
| ')' is preceded with whitespace. | 841 | |
| Line is longer than 80 characters (found 110). | 850 | |
| Line is longer than 80 characters (found 90). | 854 | |
| Line is longer than 80 characters (found 101). | 856 | |
| Method 'undeployApk' is not designed for extension - needs to be abstract, final or empty. | 856 | |
| '(' is followed by whitespace. | 856 | |
| Parameter apkFile should be final. | 856 | |
| ')' is preceded with whitespace. | 856 | |
| Expected @throws tag for 'MojoExecutionException'. | 856 | |
| Expected @throws tag for 'MojoFailureException'. | 856 | |
| '(' is followed by whitespace. | 859 | |
| ')' is preceded with whitespace. | 859 | |
| '(' is followed by whitespace. | 860 | |
| ')' is preceded with whitespace. | 860 | |
| Line is longer than 80 characters (found 90). | 869 | |
| Line is longer than 80 characters (found 113). | 871 | |
| Method 'undeployApk' is not designed for extension - needs to be abstract, final or empty. | 871 | |
| '(' is followed by whitespace. | 871 | |
| ')' is preceded with whitespace. | 871 | |
| Expected @throws tag for 'MojoExecutionException'. | 871 | |
| Expected @throws tag for 'MojoFailureException'. | 871 | |
| Line is longer than 80 characters (found 117). | 874 | |
| '(' is followed by whitespace. | 874 | |
| ')' is preceded with whitespace. | 874 | |
| '(' is followed by whitespace. | 876 | |
| Line is longer than 80 characters (found 90). | 878 | |
| '(' is followed by whitespace. | 878 | |
| 'device' hides a field. | 878 | |
| ')' is preceded with whitespace. | 878 | |
| Line is longer than 80 characters (found 91). | 880 | |
| '(' is followed by whitespace. | 880 | |
| ')' is preceded with whitespace. | 880 | |
| '{' should be on the previous line. | 882 | |
| '(' is followed by whitespace. | 883 | |
| ')' is preceded with whitespace. | 883 | |
| Line is longer than 80 characters (found 109). | 884 | |
| '(' is followed by whitespace. | 884 | |
| '(' is followed by whitespace. | 885 | |
| ')' is preceded with whitespace. | 885 | |
| ')' is preceded with whitespace. | 885 | |
| '(' is followed by whitespace. | 886 | |
| ')' is preceded with whitespace. | 886 | |
| '}' should be on the same line. | 887 | |
| '(' is followed by whitespace. | 888 | |
| ')' is preceded with whitespace. | 888 | |
| '{' should be on the previous line. | 889 | |
| '(' is followed by whitespace. | 890 | |
| ')' is preceded with whitespace. | 890 | |
| Line has trailing spaces. | 891 | |
| Line is longer than 80 characters (found 106). | 891 | |
| '(' is followed by whitespace. | 891 | |
| ')' is preceded with whitespace. | 892 | |
| ')' is preceded with whitespace. | 895 | |
| Line is longer than 80 characters (found 92). | 906 | |
| Method 'extractPackageNameFromApk' is not designed for extension - needs to be abstract, final or empty. | 906 | |
| '(' is followed by whitespace. | 906 | |
| Parameter apkFile should be final. | 906 | |
| ')' is preceded with whitespace. | 906 | |
| Expected @throws tag for 'MojoExecutionException'. | 906 | |
| Line is longer than 80 characters (found 91). | 908 | |
| '(' is followed by whitespace. | 909 | |
| ')' is preceded with whitespace. | 909 | |
| '(' is followed by whitespace. | 911 | |
| ')' is preceded with whitespace. | 911 | |
| '(' is followed by whitespace. | 912 | |
| ')' is preceded with whitespace. | 912 | |
| '(' is followed by whitespace. | 913 | |
| ')' is preceded with whitespace. | 913 | |
| '(' is followed by whitespace. | 914 | |
| ')' is preceded with whitespace. | 914 | |
| Line is longer than 80 characters (found 83). | 915 | |
| '(' is followed by whitespace. | 915 | |
| ')' is preceded with whitespace. | 915 | |
| '{' should be on the previous line. | 917 | |
| Line is longer than 80 characters (found 86). | 918 | |
| '(' is followed by whitespace. | 918 | |
| ')' is preceded with whitespace. | 918 | |
| '(' is followed by whitespace. | 920 | |
| ')' is preceded with whitespace. | 920 | |
| '}' should be on the same line. | 921 | |
| '(' is followed by whitespace. | 922 | |
| ')' is preceded with whitespace. | 922 | |
| '{' should be on the previous line. | 923 | |
| Line is longer than 80 characters (found 102). | 925 | |
| ')' is preceded with whitespace. | 925 | |
| '}' should be on the same line. | 926 | |
| '{' should be on the previous line. | 928 | |
| '(' is followed by whitespace. | 930 | |
| '(' is followed by whitespace. | 930 | |
| ')' is preceded with whitespace. | 930 | |
| '(' is followed by whitespace. | 930 | |
| ')' is preceded with whitespace. | 930 | |
| ')' is preceded with whitespace. | 930 | |
| '{' should be on the previous line. | 931 | |
| '(' is followed by whitespace. | 932 | |
| ')' is preceded with whitespace. | 932 | |
| Line is longer than 80 characters (found 107). | 938 | |
| Line is longer than 80 characters (found 101). | 940 | |
| Unclosed HTML tag found: <code>aapt dump xmltree <apkFile> AndroidManifest.xml | 940 | |
| Line is longer than 80 characters (found 91). | 943 | |
| Method 'extractPackageNameFromAndroidManifestXmlTree' is not designed for extension - needs to be abstract, final or empty. | 943 | |
| '(' is followed by whitespace. | 943 | |
| Parameter aaptDumpXmlTree should be final. | 943 | |
| ')' is preceded with whitespace. | 943 | |
| '(' is followed by whitespace. | 945 | |
| ')' is preceded with whitespace. | 945 | |
| '(' is followed by whitespace. | 947 | |
| ')' is preceded with whitespace. | 947 | |
| '(' is followed by whitespace. | 949 | |
| ')' is preceded with whitespace. | 949 | |
| '(' is followed by whitespace. | 951 | |
| ')' is preceded with whitespace. | 951 | |
| '(' is followed by whitespace. | 953 | |
| ')' is preceded with whitespace. | 953 | |
| Expected an @return tag. | 963 | |
| Line is longer than 80 characters (found 116). | 963 | |
| Method 'extractPackageNameFromAndroidManifest' is not designed for extension - needs to be abstract, final or empty. | 963 | |
| '(' is followed by whitespace. | 963 | |
| Parameter androidManifestFile should be final. | 963 | |
| 'androidManifestFile' hides a field. | 963 | |
| Expected @param tag for 'androidManifestFile'. | 963 | |
| ')' is preceded with whitespace. | 963 | |
| Expected @throws tag for 'MojoExecutionException'. | 963 | |
| '{' should be on the previous line. | 967 | |
| '}' should be on the same line. | 969 | |
| '(' is followed by whitespace. | 970 | |
| ')' is preceded with whitespace. | 970 | |
| '{' should be on the previous line. | 971 | |
| Line is longer than 80 characters (found 105). | 973 | |
| ')' is preceded with whitespace. | 974 | |
| Line is longer than 80 characters (found 84). | 976 | |
| '(' is followed by whitespace. | 976 | |
| ')' is preceded with whitespace. | 976 | |
| '(' is followed by whitespace. | 977 | |
| ')' is preceded with whitespace. | 977 | |
| '(' is followed by whitespace. | 978 | |
| ')' is preceded with whitespace. | 978 | |
| '(' is followed by whitespace. | 979 | |
| ')' is preceded with whitespace. | 979 | |
| Line is longer than 80 characters (found 97). | 983 | |
| Line is longer than 80 characters (found 118). | 986 | |
| Line is longer than 80 characters (found 96). | 989 | |
| Method 'extractInstrumentationRunnerFromAndroidManifest' is not designed for extension - needs to be abstract, final or empty. | 989 | |
| '(' is followed by whitespace. | 989 | |
| Parameter androidManifestFile should be final. | 989 | |
| 'androidManifestFile' hides a field. | 989 | |
| ')' is preceded with whitespace. | 989 | |
| Expected @throws tag for 'MojoExecutionException'. | 990 | |
| '{' should be on the previous line. | 991 | |
| '{' should be on the previous line. | 994 | |
| '}' should be on the same line. | 996 | |
| '(' is followed by whitespace. | 997 | |
| ')' is preceded with whitespace. | 997 | |
| '{' should be on the previous line. | 998 | |
| Line is longer than 80 characters (found 115). | 1000 | |
| ')' is preceded with whitespace. | 1001 | |
| Line is longer than 80 characters (found 84). | 1003 | |
| '(' is followed by whitespace. | 1003 | |
| ')' is preceded with whitespace. | 1003 | |
| '{' should be on the previous line. | 1006 | |
| Line is longer than 80 characters (found 81). | 1007 | |
| '(' is followed by whitespace. | 1007 | |
| ')' is preceded with whitespace. | 1007 | |
| Line is longer than 80 characters (found 89). | 1008 | |
| '(' is followed by whitespace. | 1008 | |
| ')' is preceded with whitespace. | 1008 | |
| '}' should be on the same line. | 1009 | |
| '(' is followed by whitespace. | 1010 | |
| ')' is preceded with whitespace. | 1010 | |
| '{' should be on the previous line. | 1011 | |
| '(' is followed by whitespace. | 1014 | |
| ')' is preceded with whitespace. | 1014 | |
| Expected an @return tag. | 1025 | |
| Line is longer than 80 characters (found 114). | 1025 | |
| Method 'deleteFilesFromDirectory' is not designed for extension - needs to be abstract, final or empty. | 1025 | |
| '(' is followed by whitespace. | 1025 | |
| Parameter baseDirectory should be final. | 1025 | |
| Expected @param tag for 'baseDirectory'. | 1025 | |
| Parameter includes should be final. | 1025 | |
| Expected @param tag for 'includes'. | 1025 | |
| ')' is preceded with whitespace. | 1025 | |
| Expected @throws tag for 'MojoExecutionException'. | 1025 | |
| '(' is followed by whitespace. | 1027 | |
| ')' is preceded with whitespace. | 1027 | |
| '(' is followed by whitespace. | 1028 | |
| ')' is preceded with whitespace. | 1028 | |
| '{' should be on the previous line. | 1029 | |
| '(' is followed by whitespace. | 1033 | |
| ')' is preceded with whitespace. | 1033 | |
| '{' should be on the previous line. | 1034 | |
| Line is longer than 80 characters (found 89). | 1035 | |
| '(' is followed by whitespace. | 1035 | |
| ')' is preceded with whitespace. | 1035 | |
| '(' is followed by whitespace. | 1036 | |
| '!' is followed by whitespace. | 1036 | |
| ')' is preceded with whitespace. | 1036 | |
| '{' should be on the previous line. | 1037 | |
| Line is longer than 80 characters (found 88). | 1038 | |
| '(' is followed by whitespace. | 1038 | |
| ')' is preceded with whitespace. | 1038 | |
| Line is longer than 80 characters (found 118). | 1048 | |
| Line is longer than 80 characters (found 113). | 1050 | |
| Line is longer than 80 characters (found 82). | 1051 | |
| Line is longer than 80 characters (found 85). | 1053 | |
| Method 'findFilesInDirectory' is not designed for extension - needs to be abstract, final or empty. | 1053 | |
| '(' is followed by whitespace. | 1053 | |
| Parameter baseDirectory should be final. | 1053 | |
| Parameter includes should be final. | 1053 | |
| ')' is preceded with whitespace. | 1053 | |
| '(' is followed by whitespace. | 1055 | |
| ')' is preceded with whitespace. | 1055 | |
| '{' should be on the previous line. | 1056 | |
| '(' is followed by whitespace. | 1058 | |
| ')' is preceded with whitespace. | 1058 | |
| '(' is followed by whitespace. | 1060 | |
| ')' is preceded with whitespace. | 1060 | |
| '}' should be on the same line. | 1066 | |
| '{' should be on the previous line. | 1068 | |
| Line is longer than 80 characters (found 94). | 1078 | |
| Line is longer than 80 characters (found 118). | 1079 | |
| Line is longer than 80 characters (found 114). | 1081 | |
| Line is longer than 80 characters (found 117). | 1082 | |
| Method 'getAndroidSdk' is not designed for extension - needs to be abstract, final or empty. | 1089 | |
| '{' should be on the previous line. | 1090 | |
| '(' is followed by whitespace. | 1094 | |
| ')' is preceded with whitespace. | 1094 | |
| '{' should be on the previous line. | 1095 | |
| '(' is followed by whitespace. | 1098 | |
| ')' is preceded with whitespace. | 1098 | |
| '{' should be on the previous line. | 1099 | |
| '}' should be on the same line. | 1103 | |
| '{' should be on the previous line. | 1105 | |
| '(' is followed by whitespace. | 1108 | |
| ')' is preceded with whitespace. | 1108 | |
| '{' should be on the previous line. | 1109 | |
| Line is longer than 80 characters (found 106). | 1110 | |
| '}' should be on the same line. | 1112 | |
| '{' should be on the previous line. | 1114 | |
| Line is longer than 80 characters (found 109). | 1115 | |
| '(' is followed by whitespace. | 1116 | |
| ')' is preceded with whitespace. | 1116 | |
| Line is longer than 80 characters (found 116). | 1120 | |
| '(' is followed by whitespace. | 1122 | |
| '!' is followed by whitespace. | 1122 | |
| '(' is followed by whitespace. | 1122 | |
| ')' is preceded with whitespace. | 1122 | |
| ')' is preceded with whitespace. | 1122 | |
| '{' should be on the previous line. | 1123 | |
| '}' should be on the same line. | 1125 | |
| '{' should be on the previous line. | 1127 | |
| '}' should be on the same line. | 1130 | |
| '{' should be on the previous line. | 1132 | |
| '(' is followed by whitespace. | 1135 | |
| ')' is preceded with whitespace. | 1135 | |
| '{' should be on the previous line. | 1136 | |
| Line is longer than 80 characters (found 102). | 1137 | |
| '}' should be on the same line. | 1139 | |
| '{' should be on the previous line. | 1141 | |
| Line is longer than 80 characters (found 105). | 1142 | |
| '(' is followed by whitespace. | 1143 | |
| ')' is preceded with whitespace. | 1143 | |
| Line is longer than 80 characters (found 96). | 1146 | |
| '(' is followed by whitespace. | 1150 | |
| ')' is preceded with whitespace. | 1150 | |
| Expected an @return tag. | 1158 | |
| Expected @throws tag for 'MojoExecutionException'. | 1158 | |
| '{' should be on the previous line. | 1159 | |
| '(' is followed by whitespace. | 1160 | |
| ')' is preceded with whitespace. | 1160 | |
| '(' is followed by whitespace. | 1161 | |
| '(' is followed by whitespace. | 1161 | |
| ')' is preceded with whitespace. | 1161 | |
| ')' is preceded with whitespace. | 1161 | |
| '{' should be on the previous line. | 1162 | |
| Line is longer than 80 characters (found 112). | 1163 | |
| '(' is followed by whitespace. | 1163 | |
| Line is longer than 80 characters (found 106). | 1164 | |
| Line is longer than 80 characters (found 109). | 1165 | |
| Line is longer than 80 characters (found 110). | 1166 | |
| ')' is preceded with whitespace. | 1166 | |
| Expected an @return tag. | 1176 | |
| Method 'getLibraryUnpackDirectory' is not designed for extension - needs to be abstract, final or empty. | 1176 | |
| '(' is followed by whitespace. | 1176 | |
| Parameter apkLibraryArtifact should be final. | 1176 | |
| Expected @param tag for 'apkLibraryArtifact'. | 1176 | |
| ')' is preceded with whitespace. | 1176 | |
| '{' should be on the previous line. | 1177 | |
| Line is longer than 80 characters (found 109). | 1178 | |
| '(' is followed by whitespace. | 1178 | |
| ')' is preceded with whitespace. | 1178 | |
| Expected an @return tag. | 1187 | |
| Line is longer than 80 characters (found 112). | 1187 | |
| '(' is followed by whitespace. | 1187 | |
| Parameter unpackedApkLibsDirectory should be final. | 1187 | |
| Expected @param tag for 'unpackedApkLibsDirectory'. | 1187 | |
| Parameter apkLibraryArtifact should be final. | 1187 | |
| Expected @param tag for 'apkLibraryArtifact'. | 1187 | |
| ')' is preceded with whitespace. | 1187 | |
| Line is longer than 80 characters (found 113). | 1189 | |
| '(' is followed by whitespace. | 1189 | |
| ')' is preceded with whitespace. | 1189 | |
| Line is longer than 80 characters (found 113). | 1195 | |
| Line is longer than 80 characters (found 103). | 1196 | |
| Line is longer than 80 characters (found 114). | 1198 | |
| Line is longer than 80 characters (found 117). | 1199 | |
| Method 'getAndroidNdk' is not designed for extension - needs to be abstract, final or empty. | 1206 | |
| '{' should be on the previous line. | 1207 | |
| '(' is followed by whitespace. | 1210 | |
| ')' is preceded with whitespace. | 1210 | |
| '{' should be on the previous line. | 1211 | |
| Line is longer than 80 characters (found 90). | 1212 | |
| '}' should be on the same line. | 1214 | |
| '(' is followed by whitespace. | 1215 | |
| ')' is preceded with whitespace. | 1215 | |
| '{' should be on the previous line. | 1216 | |
| '}' should be on the same line. | 1218 | |
| '{' should be on the previous line. | 1220 | |
| Line is longer than 80 characters (found 93). | 1221 | |
| '(' is followed by whitespace. | 1222 | |
| ')' is preceded with whitespace. | 1222 | |
| '(' is followed by whitespace. | 1224 | |
| ')' is preceded with whitespace. | 1224 | |
| Expected an @return tag. | 1233 | |
| Expected @throws tag for 'MojoExecutionException'. | 1233 | |
| '{' should be on the previous line. | 1234 | |
| '(' is followed by whitespace. | 1235 | |
| ')' is preceded with whitespace. | 1235 | |
| '(' is followed by whitespace. | 1236 | |
| '(' is followed by whitespace. | 1236 | |
| ')' is preceded with whitespace. | 1236 | |
| ')' is preceded with whitespace. | 1236 | |
| '{' should be on the previous line. | 1237 | |
| Line is longer than 80 characters (found 116). | 1238 | |
| '(' is followed by whitespace. | 1238 | |
| Line is longer than 80 characters (found 117). | 1239 | |
| Line is longer than 80 characters (found 101). | 1240 | |
| ')' is preceded with whitespace. | 1241 | |
| First sentence should end with a period. | 1246 | |
| Expected an @return tag. | 1250 | |
| Method 'getResourceOverlayDirectories' is not designed for extension - needs to be abstract, final or empty. | 1250 | |
| '{' should be on the previous line. | 1251 | |
| Line is longer than 80 characters (found 91). | 1254 | |
| '(' is followed by whitespace. | 1254 | |
| ')' is preceded with whitespace. | 1254 | |
| '{' is followed by whitespace. | 1256 | |
| '}' should be on the same line. | 1257 | |
| '{' should be on the previous line. | 1259 | |
| Missing a Javadoc comment. | 1266 | |
| '{' should be on the previous line. | 1267 | |
| Missing a Javadoc comment. | 1268 | |
| Missing a Javadoc comment. | 1269 | |
| Missing a Javadoc comment. | 1271 | |
| '{' should be on the previous line. | 1272 | |
| '{' should be on the previous line. | 1274 | |
| '}' should be on the same line. | 1276 | |
| '(' is followed by whitespace. | 1277 | |
| ')' is preceded with whitespace. | 1277 | |
| '{' should be on the previous line. | 1278 | |
| '}' should be on the same line. | 1280 | |
| '(' is followed by whitespace. | 1281 | |
| ')' is preceded with whitespace. | 1281 | |
| '{' should be on the previous line. | 1282 | |
| Line is longer than 80 characters (found 92). | 1287 | |
| Missing a Javadoc comment. | 1287 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters (found 117). | 43 | |
| '{' should be on the previous line. | 54 | |
| Line is longer than 80 characters (found 98). | 58 | |
| '(' is followed by whitespace. | 58 | |
| ')' is preceded with whitespace. | 58 | |
| '(' is followed by whitespace. | 58 | |
| ')' is preceded with whitespace. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters (found 90). | 62 | |
| Line is longer than 80 characters (found 102). | 71 | |
| Line is longer than 80 characters (found 107). | 72 | |
| Line is longer than 80 characters (found 120). | 80 | |
| Line has trailing spaces. | 89 | |
| Line is longer than 80 characters (found 112). | 103 | |
| Line is longer than 80 characters (found 114). | 104 | |
| Missing a Javadoc comment. | 134 | |
| Line is longer than 80 characters (found 95). | 136 | |
| Missing a Javadoc comment. | 136 | |
| Line is longer than 80 characters (found 88). | 137 | |
| Missing a Javadoc comment. | 137 | |
| Line is longer than 80 characters (found 87). | 142 | |
| '(' is followed by whitespace. | 142 | |
| ')' is preceded with whitespace. | 142 | |
| Expected an @return tag. | 149 | |
| '{' should be on the previous line. | 150 | |
| '(' is followed by whitespace. | 152 | |
| '(' is followed by whitespace. | 152 | |
| ')' is preceded with whitespace. | 152 | |
| ')' is preceded with whitespace. | 152 | |
| '{' should be on the previous line. | 153 | |
| '}' should be on the same line. | 155 | |
| '{' should be on the previous line. | 157 | |
| '(' is followed by whitespace. | 160 | |
| ')' is preceded with whitespace. | 160 | |
| Method 'startAndroidEmulator' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Expected @throws tag for 'MojoExecutionException'. | 173 | |
| '{' should be on the previous line. | 174 | |
| Line is longer than 80 characters (found 91). | 177 | |
| '(' is followed by whitespace. | 178 | |
| ')' is preceded with whitespace. | 178 | |
| '{' should be on the previous line. | 181 | |
| '(' is followed by whitespace. | 183 | |
| ')' is preceded with whitespace. | 183 | |
| '{' should be on the previous line. | 184 | |
| '}' should be on the same line. | 186 | |
| '{' should be on the previous line. | 188 | |
| Line is longer than 80 characters (found 83). | 192 | |
| '(' is followed by whitespace. | 193 | |
| ')' is preceded with whitespace. | 193 | |
| '{' should be on the previous line. | 194 | |
| '(' is followed by whitespace. | 195 | |
| ')' is preceded with whitespace. | 195 | |
| Line is longer than 80 characters (found 89). | 196 | |
| '(' is followed by whitespace. | 196 | |
| ')' is preceded with whitespace. | 196 | |
| Line is longer than 80 characters (found 113). | 198 | |
| '(' is followed by whitespace. | 198 | |
| ')' is preceded with whitespace. | 198 | |
| '(' is followed by whitespace. | 200 | |
| ')' is preceded with whitespace. | 200 | |
| '(' is followed by whitespace. | 201 | |
| ')' is preceded with whitespace. | 201 | |
| '{' should be on the previous line. | 202 | |
| '(' is followed by whitespace. | 203 | |
| ')' is preceded with whitespace. | 203 | |
| '(' is followed by whitespace. | 204 | |
| ')' is preceded with whitespace. | 204 | |
| '(' is followed by whitespace. | 206 | |
| ')' is preceded with whitespace. | 206 | |
| Line is longer than 80 characters (found 98). | 208 | |
| '(' is followed by whitespace. | 208 | |
| ')' is preceded with whitespace. | 208 | |
| '(' is followed by whitespace. | 209 | |
| ')' is preceded with whitespace. | 209 | |
| '{' should be on the previous line. | 210 | |
| '(' is followed by whitespace. | 211 | |
| ')' is preceded with whitespace. | 211 | |
| '(' is followed by whitespace. | 212 | |
| ')' is preceded with whitespace. | 212 | |
| '}' should be on the same line. | 213 | |
| '{' should be on the previous line. | 215 | |
| Line is longer than 80 characters (found 109). | 216 | |
| '(' is followed by whitespace. | 216 | |
| ')' is preceded with whitespace. | 216 | |
| '}' should be on the same line. | 219 | |
| '{' should be on the previous line. | 221 | |
| '(' is followed by whitespace. | 222 | |
| Line is longer than 80 characters (found 119). | 223 | |
| Line is longer than 80 characters (found 98). | 224 | |
| ')' is preceded with whitespace. | 224 | |
| ')' is preceded with whitespace. | 224 | |
| '}' should be on the same line. | 227 | |
| '(' is followed by whitespace. | 228 | |
| ')' is preceded with whitespace. | 228 | |
| '{' should be on the previous line. | 229 | |
| '(' is followed by whitespace. | 230 | |
| ')' is preceded with whitespace. | 230 | |
| Line has trailing spaces. | 233 | |
| Method 'unlockEmulator' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| '(' is followed by whitespace. | 238 | |
| Parameter androidDebugBridge should be final. | 238 | |
| Expected @param tag for 'androidDebugBridge'. | 238 | |
| ')' is preceded with whitespace. | 238 | |
| '{' should be on the previous line. | 239 | |
| '(' is followed by whitespace. | 240 | |
| ')' is preceded with whitespace. | 240 | |
| '{' should be on the previous line. | 241 | |
| Line is longer than 80 characters (found 106). | 242 | |
| '(' is followed by whitespace. | 242 | |
| '(' is followed by whitespace. | 242 | |
| ')' is preceded with whitespace. | 242 | |
| ')' is preceded with whitespace. | 242 | |
| '(' is followed by whitespace. | 243 | |
| ')' is preceded with whitespace. | 243 | |
| '(' is followed by whitespace. | 244 | |
| ')' is preceded with whitespace. | 244 | |
| '{' should be on the previous line. | 245 | |
| '(' is followed by whitespace. | 246 | |
| '(' is followed by whitespace. | 247 | |
| ')' is preceded with whitespace. | 247 | |
| ')' is preceded with whitespace. | 247 | |
| '}' should be on the same line. | 248 | |
| '{' should be on the previous line. | 250 | |
| '(' is followed by whitespace. | 251 | |
| '(' is followed by whitespace. | 252 | |
| ')' is preceded with whitespace. | 252 | |
| ')' is preceded with whitespace. | 252 | |
| '(' is followed by whitespace. | 254 | |
| ')' is preceded with whitespace. | 255 | |
| '(' is followed by whitespace. | 256 | |
| ')' is preceded with whitespace. | 257 | |
| '(' is followed by whitespace. | 258 | |
| ')' is preceded with whitespace. | 259 | |
| '(' is followed by whitespace. | 260 | |
| ')' is preceded with whitespace. | 261 | |
| Line is longer than 80 characters (found 88). | 266 | |
| Method 'waitUntilDeviceIsConnectedOrTimeout' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Missing a Javadoc comment. | 266 | |
| '(' is followed by whitespace. | 266 | |
| Parameter androidDebugBridge should be final. | 266 | |
| ')' is preceded with whitespace. | 266 | |
| '{' should be on the previous line. | 268 | |
| '(' is followed by whitespace. | 269 | |
| ')' is preceded with whitespace. | 269 | |
| '(' is followed by whitespace. | 270 | |
| ')' is preceded with whitespace. | 270 | |
| '{' should be on the previous line. | 271 | |
| Line is longer than 80 characters (found 106). | 272 | |
| '(' is followed by whitespace. | 272 | |
| '(' is followed by whitespace. | 272 | |
| ')' is preceded with whitespace. | 272 | |
| ')' is preceded with whitespace. | 272 | |
| '(' is followed by whitespace. | 273 | |
| '(' is followed by whitespace. | 273 | |
| ')' is preceded with whitespace. | 273 | |
| '(' is followed by whitespace. | 273 | |
| ')' is preceded with whitespace. | 273 | |
| ')' is preceded with whitespace. | 273 | |
| '{' should be on the previous line. | 274 | |
| '{' should be on the previous line. | 279 | |
| '(' is followed by whitespace. | 280 | |
| ')' is preceded with whitespace. | 280 | |
| '}' should be on the same line. | 281 | |
| '(' is followed by whitespace. | 282 | |
| ')' is preceded with whitespace. | 282 | |
| '{' should be on the previous line. | 283 | |
| Line is longer than 80 characters (found 101). | 284 | |
| '(' is followed by whitespace. | 284 | |
| ')' is preceded with whitespace. | 284 | |
| Missing a Javadoc comment. | 290 | |
| '(' is followed by whitespace. | 290 | |
| Parameter devices should be final. | 290 | |
| ')' is preceded with whitespace. | 290 | |
| '{' should be on the previous line. | 291 | |
| '(' is followed by whitespace. | 294 | |
| ')' is preceded with whitespace. | 294 | |
| '{' should be on the previous line. | 295 | |
| '(' is followed by whitespace. | 296 | |
| ')' is preceded with whitespace. | 296 | |
| '{' should be on the previous line. | 297 | |
| '(' is followed by whitespace. | 298 | |
| '(' is followed by whitespace. | 298 | |
| ')' is preceded with whitespace. | 298 | |
| ')' is preceded with whitespace. | 298 | |
| '{' should be on the previous line. | 299 | |
| Line is longer than 80 characters (found 100). | 309 | |
| Line is longer than 80 characters (found 108). | 310 | |
| '(' is followed by whitespace. | 316 | |
| Parameter device should be final. | 316 | |
| ')' is preceded with whitespace. | 316 | |
| '{' should be on the previous line. | 317 | |
| Line is longer than 80 characters (found 108). | 318 | |
| '(' is followed by whitespace. | 318 | |
| '(' is followed by whitespace. | 318 | |
| ')' is preceded with whitespace. | 318 | |
| '(' is followed by whitespace. | 318 | |
| '(' is followed by whitespace. | 318 | |
| ')' is preceded with whitespace. | 318 | |
| ')' is preceded with whitespace. | 318 | |
| ')' is preceded with whitespace. | 318 | |
| Line is longer than 80 characters (found 96). | 322 | |
| Line is longer than 80 characters (found 82). | 328 | |
| Expected @throws tag for 'MojoExecutionException'. | 328 | |
| Line is longer than 80 characters (found 86). | 331 | |
| '(' is followed by whitespace. | 333 | |
| ')' is preceded with whitespace. | 333 | |
| '{' should be on the previous line. | 336 | |
| '(' is followed by whitespace. | 337 | |
| '(' is followed by whitespace. | 337 | |
| ')' is preceded with whitespace. | 337 | |
| ')' is preceded with whitespace. | 337 | |
| Line is longer than 80 characters (found 118). | 340 | |
| '(' is followed by whitespace. | 344 | |
| ')' is preceded with whitespace. | 344 | |
| Line is longer than 80 characters (found 85). | 345 | |
| '(' is followed by whitespace. | 345 | |
| ')' is preceded with whitespace. | 345 | |
| '(' is followed by whitespace. | 346 | |
| ')' is preceded with whitespace. | 346 | |
| '(' is followed by whitespace. | 347 | |
| ')' is preceded with whitespace. | 347 | |
| '{' should be on the previous line. | 348 | |
| Line is longer than 80 characters (found 113). | 351 | |
| '(' is followed by whitespace. | 352 | |
| ')' is preceded with whitespace. | 352 | |
| '}' should be on the same line. | 353 | |
| '(' is followed by whitespace. | 354 | |
| ')' is preceded with whitespace. | 354 | |
| '{' should be on the previous line. | 355 | |
| '(' is followed by whitespace. | 356 | |
| ')' is preceded with whitespace. | 356 | |
| '}' should be on the same line. | 357 | |
| '{' should be on the previous line. | 359 | |
| '(' is followed by whitespace. | 360 | |
| ')' is preceded with whitespace. | 360 | |
| '{' should be on the previous line. | 361 | |
| '(' is followed by whitespace. | 366 | |
| ')' is preceded with whitespace. | 366 | |
| Line is longer than 80 characters (found 93). | 371 | |
| Expected @throws tag for 'MojoExecutionException'. | 377 | |
| Line is longer than 80 characters (found 84). | 379 | |
| '(' is followed by whitespace. | 382 | |
| ')' is preceded with whitespace. | 382 | |
| '(' is followed by whitespace. | 383 | |
| ')' is preceded with whitespace. | 383 | |
| '{' should be on the previous line. | 384 | |
| '(' is followed by whitespace. | 385 | |
| ')' is preceded with whitespace. | 385 | |
| '(' is followed by whitespace. | 387 | |
| ')' is preceded with whitespace. | 387 | |
| '{' should be on the previous line. | 388 | |
| '(' is followed by whitespace. | 389 | |
| ')' is preceded with whitespace. | 389 | |
| '(' is followed by whitespace. | 392 | |
| ')' is preceded with whitespace. | 392 | |
| '{' should be on the previous line. | 395 | |
| '(' is followed by whitespace. | 396 | |
| '(' is followed by whitespace. | 396 | |
| ')' is preceded with whitespace. | 396 | |
| ')' is preceded with whitespace. | 396 | |
| '(' is followed by whitespace. | 397 | |
| ')' is preceded with whitespace. | 397 | |
| '(' is followed by whitespace. | 398 | |
| ')' is preceded with whitespace. | 398 | |
| Line is longer than 80 characters (found 97). | 399 | |
| '(' is followed by whitespace. | 399 | |
| ')' is preceded with whitespace. | 399 | |
| '}' should be on the same line. | 400 | |
| '(' is followed by whitespace. | 401 | |
| ')' is preceded with whitespace. | 401 | |
| '{' should be on the previous line. | 402 | |
| '(' is followed by whitespace. | 403 | |
| ')' is preceded with whitespace. | 403 | |
| '}' should be on the same line. | 404 | |
| '{' should be on the previous line. | 406 | |
| '(' is followed by whitespace. | 407 | |
| ')' is preceded with whitespace. | 407 | |
| '{' should be on the previous line. | 408 | |
| '(' is followed by whitespace. | 413 | |
| ')' is preceded with whitespace. | 413 | |
| Method 'stopAndroidEmulator' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| Expected @throws tag for 'MojoExecutionException'. | 423 | |
| '{' should be on the previous line. | 424 | |
| '(' is followed by whitespace. | 428 | |
| ')' is preceded with whitespace. | 428 | |
| '{' should be on the previous line. | 429 | |
| Line is longer than 80 characters (found 85). | 430 | |
| '(' is followed by whitespace. | 430 | |
| ')' is preceded with whitespace. | 430 | |
| Line is longer than 80 characters (found 109). | 432 | |
| '(' is followed by whitespace. | 432 | |
| ')' is preceded with whitespace. | 432 | |
| '(' is followed by whitespace. | 434 | |
| ')' is preceded with whitespace. | 434 | |
| '{' should be on the previous line. | 435 | |
| '(' is followed by whitespace. | 436 | |
| ')' is preceded with whitespace. | 436 | |
| '{' should be on the previous line. | 437 | |
| '(' is followed by whitespace. | 438 | |
| '(' is followed by whitespace. | 438 | |
| ')' is preceded with whitespace. | 438 | |
| ')' is preceded with whitespace. | 438 | |
| '{' should be on the previous line. | 439 | |
| '(' is followed by whitespace. | 440 | |
| ')' is preceded with whitespace. | 440 | |
| '}' should be on the same line. | 442 | |
| '{' should be on the previous line. | 444 | |
| Line is longer than 80 characters (found 116). | 445 | |
| '(' is followed by whitespace. | 445 | |
| '(' is followed by whitespace. | 445 | |
| ')' is preceded with whitespace. | 445 | |
| ')' is preceded with whitespace. | 445 | |
| Method 'stopAndroidEmulators' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| Expected @throws tag for 'MojoExecutionException'. | 457 | |
| '{' should be on the previous line. | 458 | |
| '(' is followed by whitespace. | 460 | |
| ')' is preceded with whitespace. | 460 | |
| '{' should be on the previous line. | 461 | |
| Line is longer than 80 characters (found 85). | 462 | |
| '(' is followed by whitespace. | 462 | |
| ')' is preceded with whitespace. | 462 | |
| Line is longer than 80 characters (found 109). | 464 | |
| '(' is followed by whitespace. | 464 | |
| ')' is preceded with whitespace. | 464 | |
| '(' is followed by whitespace. | 466 | |
| ')' is preceded with whitespace. | 466 | |
| '{' should be on the previous line. | 467 | |
| '(' is followed by whitespace. | 468 | |
| ')' is preceded with whitespace. | 468 | |
| '{' should be on the previous line. | 469 | |
| '(' is followed by whitespace. | 470 | |
| ')' is preceded with whitespace. | 470 | |
| '}' should be on the same line. | 471 | |
| '{' should be on the previous line. | 473 | |
| Line is longer than 80 characters (found 116). | 474 | |
| '(' is followed by whitespace. | 474 | |
| '(' is followed by whitespace. | 474 | |
| ')' is preceded with whitespace. | 474 | |
| ')' is preceded with whitespace. | 474 | |
| First sentence should end with a period. | 480 | |
| '(' is followed by whitespace. | 485 | |
| Parameter device should be final. | 485 | |
| ')' is preceded with whitespace. | 485 | |
| '{' should be on the previous line. | 486 | |
| '(' is followed by whitespace. | 487 | |
| ')' is preceded with whitespace. | 487 | |
| '(' is followed by whitespace. | 488 | |
| ')' is preceded with whitespace. | 488 | |
| '{' should be on the previous line. | 489 | |
| Line is longer than 80 characters (found 117). | 490 | |
| '(' is followed by whitespace. | 490 | |
| '(' is followed by whitespace. | 490 | |
| ')' is preceded with whitespace. | 490 | |
| ')' is preceded with whitespace. | 490 | |
| '}' should be on the same line. | 491 | |
| '{' should be on the previous line. | 493 | |
| Line is longer than 80 characters (found 94). | 494 | |
| '(' is followed by whitespace. | 494 | |
| '(' is followed by whitespace. | 494 | |
| ')' is preceded with whitespace. | 494 | |
| ')' is preceded with whitespace. | 494 | |
| '(' is followed by whitespace. | 496 | |
| ')' is preceded with whitespace. | 496 | |
| '(' is followed by whitespace. | 497 | |
| ')' is preceded with whitespace. | 497 | |
| '(' is followed by whitespace. | 498 | |
| ')' is preceded with whitespace. | 498 | |
| '{' should be on the previous line. | 499 | |
| Line is longer than 80 characters (found 104). | 500 | |
| '(' is followed by whitespace. | 500 | |
| '(' is followed by whitespace. | 500 | |
| ')' is preceded with whitespace. | 500 | |
| ')' is preceded with whitespace. | 500 | |
| '}' should be on the same line. | 501 | |
| '{' should be on the previous line. | 503 | |
| Line is longer than 80 characters (found 110). | 504 | |
| '(' is followed by whitespace. | 504 | |
| '(' is followed by whitespace. | 504 | |
| ')' is preceded with whitespace. | 504 | |
| ')' is preceded with whitespace. | 504 | |
| Line is longer than 80 characters (found 81). | 511 | |
| '(' is followed by whitespace. | 517 | |
| Parameter device should be final. | 517 | |
| ')' is preceded with whitespace. | 517 | |
| '{' should be on the previous line. | 518 | |
| Line is longer than 80 characters (found 89). | 519 | |
| '(' is followed by whitespace. | 519 | |
| ')' is preceded with whitespace. | 519 | |
| Line is longer than 80 characters (found 84). | 520 | |
| '(' is followed by whitespace. | 520 | |
| '(' is followed by whitespace. | 520 | |
| ')' is preceded with whitespace. | 520 | |
| '(' is followed by whitespace. | 520 | |
| ')' is preceded with whitespace. | 520 | |
| ')' is preceded with whitespace. | 520 | |
| '(' is followed by whitespace. | 522 | |
| ')' is preceded with whitespace. | 522 | |
| ')' is preceded with whitespace. | 539 | |
| '{' should be on the previous line. | 540 | |
| '{' should be on the previous line. | 544 | |
| '{' should be on the previous line. | 549 | |
| '(' is followed by whitespace. | 550 | |
| ')' is preceded with whitespace. | 550 | |
| '(' is followed by whitespace. | 551 | |
| ')' is preceded with whitespace. | 551 | |
| Line is longer than 80 characters (found 96). | 552 | |
| '(' is followed by whitespace. | 552 | |
| '(' is followed by whitespace. | 552 | |
| ')' is preceded with whitespace. | 552 | |
| ')' is preceded with whitespace. | 552 | |
| '(' is followed by whitespace. | 553 | |
| ')' is preceded with whitespace. | 553 | |
| '{' should be on the previous line. | 554 | |
| '(' is followed by whitespace. | 558 | |
| ')' is preceded with whitespace. | 558 | |
| '(' is followed by whitespace. | 559 | |
| ')' is preceded with whitespace. | 559 | |
| '}' should be on the same line. | 560 | |
| '{' should be on the previous line. | 562 | |
| '{' should be on the previous line. | 564 | |
| '}' should be on the same line. | 568 | |
| '(' is followed by whitespace. | 569 | |
| ')' is preceded with whitespace. | 569 | |
| '{' should be on the previous line. | 570 | |
| Must have at least one statement. | 570 | |
| '{' should be on the previous line. | 583 | |
| '(' is followed by whitespace. | 585 | |
| ')' is preceded with whitespace. | 585 | |
| '}' should be on the same line. | 587 | |
| '(' is followed by whitespace. | 588 | |
| ')' is preceded with whitespace. | 588 | |
| '{' should be on the previous line. | 589 | |
| Line is longer than 80 characters (found 105). | 590 | |
| '(' is followed by whitespace. | 590 | |
| '(' is followed by whitespace. | 590 | |
| ')' is preceded with whitespace. | 590 | |
| ')' is preceded with whitespace. | 590 | |
| Line is longer than 80 characters (found 118). | 597 | |
| Line is longer than 80 characters (found 117). | 598 | |
| Expected an @return tag. | 605 | |
| Expected @throws tag for 'MojoExecutionException'. | 605 | |
| '{' should be on the previous line. | 606 | |
| Line is longer than 80 characters (found 110). | 607 | |
| '(' is preceded with whitespace. | 607 | |
| '(' is followed by whitespace. | 607 | |
| ')' is preceded with whitespace. | 607 | |
| Line is longer than 80 characters (found 108). | 608 | |
| '(' is followed by whitespace. | 608 | |
| ')' is preceded with whitespace. | 608 | |
| '(' is followed by whitespace. | 608 | |
| ')' is preceded with whitespace. | 608 | |
| '(' is followed by whitespace. | 608 | |
| ')' is preceded with whitespace. | 608 | |
| '(' is followed by whitespace. | 609 | |
| ')' is preceded with whitespace. | 609 | |
| '(' is followed by whitespace. | 609 | |
| ')' is preceded with whitespace. | 609 | |
| '(' is followed by whitespace. | 609 | |
| ')' is preceded with whitespace. | 609 | |
| '(' is followed by whitespace. | 610 | |
| '(' is followed by whitespace. | 610 | |
| ')' is preceded with whitespace. | 610 | |
| ')' is preceded with whitespace. | 610 | |
| '{' should be on the previous line. | 611 | |
| '(' is followed by whitespace. | 612 | |
| ')' is preceded with whitespace. | 612 | |
| '(' is followed by whitespace. | 614 | |
| ')' is preceded with whitespace. | 614 | |
| Missing a Javadoc comment. | 618 | |
| '{' should be on the previous line. | 619 | |
| '(' is followed by whitespace. | 621 | |
| ')' is preceded with whitespace. | 621 | |
| '{' should be on the previous line. | 622 | |
| '(' is followed by whitespace. | 624 | |
| ')' is preceded with whitespace. | 624 | |
| '{' should be on the previous line. | 625 | |
| '}' should be on the same line. | 627 | |
| '{' should be on the previous line. | 629 | |
| '(' is followed by whitespace. | 633 | |
| ')' is preceded with whitespace. | 633 | |
| '{' should be on the previous line. | 634 | |
| '}' should be on the same line. | 636 | |
| '{' should be on the previous line. | 638 | |
| '(' is followed by whitespace. | 642 | |
| ')' is preceded with whitespace. | 642 | |
| '{' should be on the previous line. | 643 | |
| '}' should be on the same line. | 645 | |
| '{' should be on the previous line. | 647 | |
| '(' is followed by whitespace. | 651 | |
| ')' is preceded with whitespace. | 651 | |
| '{' should be on the previous line. | 652 | |
| '}' should be on the same line. | 654 | |
| '{' should be on the previous line. | 656 | |
| '}' should be on the same line. | 659 | |
| '{' should be on the previous line. | 662 | |
| Line is longer than 80 characters (found 92). | 671 | |
| Expected an @return tag. | 675 | |
| '{' should be on the previous line. | 676 | |
| 'emulator' hides a field. | 677 | |
| '(' is followed by whitespace. | 678 | |
| ')' is preceded with whitespace. | 678 | |
| '{' should be on the previous line. | 679 | |
| '}' should be on the same line. | 681 | |
| '{' should be on the previous line. | 683 | |
| Line is longer than 80 characters (found 92). | 692 | |
| Method 'determineWait' is not designed for extension - needs to be abstract, final or empty. | 694 | |
| '{' should be on the previous line. | 695 | |
| '(' is followed by whitespace. | 697 | |
| ')' is preceded with whitespace. | 697 | |
| '{' should be on the previous line. | 698 | |
| '}' should be on the same line. | 700 | |
| '{' should be on the previous line. | 702 | |
| Line is longer than 80 characters (found 90). | 711 | |
| '{' should be on the previous line. | 714 | |
| '(' is followed by whitespace. | 716 | |
| ')' is preceded with whitespace. | 716 | |
| '{' should be on the previous line. | 717 | |
| '}' should be on the same line. | 719 | |
| '{' should be on the previous line. | 721 | |
| Line is longer than 80 characters (found 97). | 730 | |
| Method 'determineAvd' is not designed for extension - needs to be abstract, final or empty. | 732 | |
| '{' should be on the previous line. | 733 | |
| '(' is followed by whitespace. | 735 | |
| ')' is preceded with whitespace. | 735 | |
| '{' should be on the previous line. | 736 | |
| '}' should be on the same line. | 738 | |
| '{' should be on the previous line. | 740 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters (found 84). | 75 | |
| Line is longer than 80 characters (found 104). | 91 | |
| Line is longer than 80 characters (found 82). | 92 | |
| Line is longer than 80 characters (found 94). | 95 | |
| Line is longer than 80 characters (found 89). | 102 | |
| Line is longer than 80 characters (found 81). | 107 | |
| Line is longer than 80 characters (found 104). | 130 | |
| Line is longer than 80 characters (found 119). | 131 | |
| Line is longer than 80 characters (found 91). | 139 | |
| Line is longer than 80 characters (found 105). | 148 | |
| Line is longer than 80 characters (found 83). | 207 | |
| Line is longer than 80 characters (found 85). | 208 | |
| Line is longer than 80 characters (found 81). | 209 | |
| Line is longer than 80 characters (found 99). | 230 | |
| Variable 'testPackages' must be private and have accessor methods. | 241 | |
| Line is longer than 80 characters (found 103). | 244 | |
| Variable 'testClasses' must be private and have accessor methods. | 255 | |
| Line is longer than 80 characters (found 86). | 259 | |
| Variable 'testAnnotations' must be private and have accessor methods. | 270 | |
| Line is longer than 80 characters (found 107). | 273 | |
| Line is longer than 80 characters (found 94). | 276 | |
| Variable 'testExcludeAnnotations' must be private and have accessor methods. | 284 | |
| Missing a Javadoc comment. | 286 | |
| Missing a Javadoc comment. | 287 | |
| Line is longer than 80 characters (found 102). | 289 | |
| Missing a Javadoc comment. | 290 | |
| Missing a Javadoc comment. | 291 | |
| Missing a Javadoc comment. | 292 | |
| Missing a Javadoc comment. | 293 | |
| Missing a Javadoc comment. | 294 | |
| Missing a Javadoc comment. | 295 | |
| Missing a Javadoc comment. | 296 | |
| Missing a Javadoc comment. | 297 | |
| Missing a Javadoc comment. | 298 | |
| Missing a Javadoc comment. | 299 | |
| Missing a Javadoc comment. | 300 | |
| Missing a Javadoc comment. | 301 | |
| Missing a Javadoc comment. | 302 | |
| Missing a Javadoc comment. | 304 | |
| Line is longer than 80 characters (found 83). | 306 | |
| Method 'instrument' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Missing a Javadoc comment. | 306 | |
| '(' is followed by whitespace. | 310 | |
| ')' is preceded with whitespace. | 310 | |
| '{' should be on the previous line. | 311 | |
| Line is longer than 80 characters (found 104). | 312 | |
| '(' is followed by whitespace. | 312 | |
| ')' is preceded with whitespace. | 312 | |
| '(' is followed by whitespace. | 315 | |
| ')' is preceded with whitespace. | 315 | |
| '{' should be on the previous line. | 316 | |
| Line is longer than 80 characters (found 113). | 317 | |
| '(' is followed by whitespace. | 317 | |
| ')' is preceded with whitespace. | 317 | |
| '(' is followed by whitespace. | 321 | |
| ')' is preceded with whitespace. | 321 | |
| '(' is followed by whitespace. | 322 | |
| ')' is preceded with whitespace. | 322 | |
| '(' is followed by whitespace. | 324 | |
| ')' is preceded with whitespace. | 324 | |
| '{' should be on the previous line. | 325 | |
| '}' should be on the same line. | 327 | |
| '{' should be on the previous line. | 329 | |
| '(' is followed by whitespace. | 333 | |
| ')' is preceded with whitespace. | 333 | |
| '{' should be on the previous line. | 334 | |
| Line is longer than 80 characters (found 119). | 336 | |
| '(' is followed by whitespace. | 336 | |
| Line is longer than 80 characters (found 100). | 337 | |
| Line is longer than 80 characters (found 102). | 338 | |
| ')' is preceded with whitespace. | 338 | |
| Line is longer than 80 characters (found 112). | 343 | |
| '(' is followed by whitespace. | 343 | |
| ')' is preceded with whitespace. | 343 | |
| Line is longer than 80 characters (found 91). | 345 | |
| '(' is followed by whitespace. | 345 | |
| ')' is preceded with whitespace. | 345 | |
| Line is longer than 80 characters (found 94). | 347 | |
| Line is longer than 80 characters (found 92). | 348 | |
| ')' is preceded with whitespace. | 348 | |
| '(' is followed by whitespace. | 350 | |
| ')' is preceded with whitespace. | 350 | |
| '{' should be on the previous line. | 351 | |
| '(' is followed by whitespace. | 352 | |
| '(' is followed by whitespace. | 352 | |
| ')' is preceded with whitespace. | 352 | |
| ')' is preceded with whitespace. | 352 | |
| '{' should be on the previous line. | 353 | |
| '(' is followed by whitespace. | 354 | |
| ')' is preceded with whitespace. | 354 | |
| Line is longer than 80 characters (found 114). | 355 | |
| '(' is followed by whitespace. | 355 | |
| ')' is preceded with whitespace. | 355 | |
| '(' is followed by whitespace. | 359 | |
| ')' is preceded with whitespace. | 359 | |
| '{' should be on the previous line. | 360 | |
| Line is longer than 80 characters (found 106). | 362 | |
| '(' is followed by whitespace. | 362 | |
| '(' is followed by whitespace. | 362 | |
| ')' is preceded with whitespace. | 362 | |
| ')' is preceded with whitespace. | 362 | |
| Line has trailing spaces. | 363 | |
| Line is longer than 80 characters (found 110). | 363 | |
| '(' is followed by whitespace. | 363 | |
| ')' is preceded with whitespace. | 364 | |
| '(' is followed by whitespace. | 367 | |
| ')' is preceded with whitespace. | 367 | |
| '{' should be on the previous line. | 368 | |
| '(' is followed by whitespace. | 369 | |
| ')' is preceded with whitespace. | 369 | |
| '{' should be on the previous line. | 370 | |
| Line is longer than 80 characters (found 98). | 371 | |
| '(' is followed by whitespace. | 371 | |
| ')' is preceded with whitespace. | 371 | |
| '(' is followed by whitespace. | 375 | |
| ')' is preceded with whitespace. | 375 | |
| '{' should be on the previous line. | 376 | |
| '(' is followed by whitespace. | 377 | |
| ')' is preceded with whitespace. | 377 | |
| '{' should be on the previous line. | 378 | |
| Line is longer than 80 characters (found 101). | 379 | |
| '(' is followed by whitespace. | 379 | |
| ')' is preceded with whitespace. | 379 | |
| '(' is followed by whitespace. | 384 | |
| ')' is preceded with whitespace. | 384 | |
| '(' is followed by whitespace. | 385 | |
| ')' is preceded with whitespace. | 385 | |
| '(' is followed by whitespace. | 386 | |
| '!' is followed by whitespace. | 386 | |
| '(' is followed by whitespace. | 386 | |
| ')' is preceded with whitespace. | 386 | |
| ')' is preceded with whitespace. | 386 | |
| '{' should be on the previous line. | 387 | |
| Line is longer than 80 characters (found 104). | 388 | |
| '(' is followed by whitespace. | 388 | |
| ')' is preceded with whitespace. | 388 | |
| '(' is followed by whitespace. | 390 | |
| ')' is preceded with whitespace. | 390 | |
| '(' is followed by whitespace. | 392 | |
| '(' is followed by whitespace. | 392 | |
| ')' is preceded with whitespace. | 392 | |
| ')' is preceded with whitespace. | 392 | |
| '{' should be on the previous line. | 393 | |
| Line is longer than 80 characters (found 99). | 394 | |
| '(' is followed by whitespace. | 395 | |
| ')' is preceded with whitespace. | 395 | |
| '(' is followed by whitespace. | 396 | |
| ')' is preceded with whitespace. | 396 | |
| Line has trailing spaces. | 399 | |
| Line is longer than 80 characters (found 90). | 399 | |
| '(' is followed by whitespace. | 399 | |
| ')' is preceded with whitespace. | 400 | |
| '{' should be on the previous line. | 402 | |
| Line is longer than 80 characters (found 107). | 403 | |
| '(' is followed by whitespace. | 403 | |
| ')' is preceded with whitespace. | 403 | |
| '(' is followed by whitespace. | 404 | |
| ')' is preceded with whitespace. | 404 | |
| '(' is followed by whitespace. | 405 | |
| ')' is preceded with whitespace. | 405 | |
| '{' should be on the previous line. | 406 | |
| Line is longer than 80 characters (found 107). | 407 | |
| '(' is followed by whitespace. | 407 | |
| ')' is preceded with whitespace. | 407 | |
| '(' is followed by whitespace. | 409 | |
| ')' is preceded with whitespace. | 409 | |
| '{' should be on the previous line. | 410 | |
| Line has trailing spaces. | 411 | |
| Line is longer than 80 characters (found 110). | 411 | |
| '(' is followed by whitespace. | 411 | |
| ')' is preceded with whitespace. | 412 | |
| '(' is followed by whitespace. | 414 | |
| ')' is preceded with whitespace. | 414 | |
| '{' should be on the previous line. | 415 | |
| Line is longer than 80 characters (found 120). | 416 | |
| '(' is followed by whitespace. | 416 | |
| ')' is preceded with whitespace. | 416 | |
| '}' should be on the same line. | 418 | |
| '(' is followed by whitespace. | 419 | |
| ')' is preceded with whitespace. | 419 | |
| '{' should be on the previous line. | 420 | |
| Line is longer than 80 characters (found 91). | 421 | |
| '(' is followed by whitespace. | 421 | |
| ')' is preceded with whitespace. | 421 | |
| '}' should be on the same line. | 422 | |
| '(' is followed by whitespace. | 423 | |
| ')' is preceded with whitespace. | 423 | |
| '{' should be on the previous line. | 424 | |
| Line is longer than 80 characters (found 104). | 425 | |
| '(' is followed by whitespace. | 425 | |
| ')' is preceded with whitespace. | 425 | |
| '}' should be on the same line. | 426 | |
| '(' is followed by whitespace. | 427 | |
| ')' is preceded with whitespace. | 427 | |
| '{' should be on the previous line. | 428 | |
| Line is longer than 80 characters (found 115). | 429 | |
| '(' is followed by whitespace. | 429 | |
| ')' is preceded with whitespace. | 429 | |
| '}' should be on the same line. | 430 | |
| '(' is followed by whitespace. | 431 | |
| ')' is preceded with whitespace. | 431 | |
| '{' should be on the previous line. | 432 | |
| Line is longer than 80 characters (found 94). | 433 | |
| '(' is followed by whitespace. | 433 | |
| ')' is preceded with whitespace. | 433 | |
| Line is longer than 80 characters (found 117). | 438 | |
| '(' is followed by whitespace. | 438 | |
| ')' is preceded with whitespace. | 438 | |
| '(' is followed by whitespace. | 440 | |
| ')' is preceded with whitespace. | 440 | |
| Missing a Javadoc comment. | 443 | |
| '{' should be on the previous line. | 444 | |
| '(' is followed by whitespace. | 446 | |
| ')' is preceded with whitespace. | 446 | |
| '{' should be on the previous line. | 447 | |
| '(' is followed by whitespace. | 448 | |
| '(' is followed by whitespace. | 448 | |
| ')' is preceded with whitespace. | 448 | |
| ')' is preceded with whitespace. | 448 | |
| '{' should be on the previous line. | 449 | |
| '}' should be on the same line. | 451 | |
| '{' should be on the previous line. | 453 | |
| '(' is followed by whitespace. | 456 | |
| '(' is followed by whitespace. | 456 | |
| ')' is preceded with whitespace. | 456 | |
| ')' is preceded with whitespace. | 456 | |
| '{' should be on the previous line. | 457 | |
| '}' should be on the same line. | 459 | |
| '{' should be on the previous line. | 461 | |
| '(' is followed by whitespace. | 464 | |
| '(' is followed by whitespace. | 464 | |
| ')' is preceded with whitespace. | 464 | |
| ')' is preceded with whitespace. | 464 | |
| '{' should be on the previous line. | 465 | |
| '}' should be on the same line. | 467 | |
| '{' should be on the previous line. | 469 | |
| '(' is followed by whitespace. | 472 | |
| '!' is followed by whitespace. | 472 | |
| ')' is preceded with whitespace. | 472 | |
| '{' should be on the previous line. | 473 | |
| '}' should be on the same line. | 475 | |
| '{' should be on the previous line. | 477 | |
| Line is longer than 80 characters (found 85). | 480 | |
| '(' is followed by whitespace. | 480 | |
| '!' is followed by whitespace. | 480 | |
| ')' is preceded with whitespace. | 480 | |
| '}' should be on the same line. | 483 | |
| '{' should be on the previous line. | 485 | |
| Line is longer than 80 characters (found 99). | 488 | |
| '(' is followed by whitespace. | 488 | |
| '!' is followed by whitespace. | 488 | |
| ')' is preceded with whitespace. | 488 | |
| '}' should be on the same line. | 491 | |
| '{' should be on the previous line. | 493 | |
| '(' is followed by whitespace. | 496 | |
| '!' is followed by whitespace. | 496 | |
| ')' is preceded with whitespace. | 496 | |
| '}' should be on the same line. | 499 | |
| '{' should be on the previous line. | 501 | |
| '(' is followed by whitespace. | 504 | |
| '(' is followed by whitespace. | 504 | |
| ')' is preceded with whitespace. | 504 | |
| ')' is preceded with whitespace. | 504 | |
| '{' should be on the previous line. | 505 | |
| '}' should be on the same line. | 507 | |
| '{' should be on the previous line. | 509 | |
| '(' is followed by whitespace. | 512 | |
| ')' is preceded with whitespace. | 512 | |
| '{' should be on the previous line. | 513 | |
| '}' should be on the same line. | 515 | |
| '{' should be on the previous line. | 517 | |
| '(' is followed by whitespace. | 520 | |
| ')' is preceded with whitespace. | 520 | |
| '{' should be on the previous line. | 521 | |
| '}' should be on the same line. | 523 | |
| '{' should be on the previous line. | 525 | |
| '(' is followed by whitespace. | 528 | |
| ')' is preceded with whitespace. | 528 | |
| '{' should be on the previous line. | 529 | |
| '}' should be on the same line. | 531 | |
| '{' should be on the previous line. | 533 | |
| '(' is followed by whitespace. | 536 | |
| ')' is preceded with whitespace. | 536 | |
| '{' should be on the previous line. | 537 | |
| '}' should be on the same line. | 539 | |
| '{' should be on the previous line. | 541 | |
| '(' is followed by whitespace. | 544 | |
| ')' is preceded with whitespace. | 544 | |
| '{' should be on the previous line. | 545 | |
| '}' should be on the same line. | 547 | |
| '{' should be on the previous line. | 549 | |
| '}' should be on the same line. | 552 | |
| '{' should be on the previous line. | 555 | |
| Line is longer than 80 characters (found 99). | 573 | |
| Line is longer than 80 characters (found 101). | 574 | |
| Line is longer than 80 characters (found 108). | 576 | |
| Line is longer than 80 characters (found 99). | 578 | |
| Method 'isEnableIntegrationTest' is not designed for extension - needs to be abstract, final or empty. | 578 | |
| Expected @throws tag for 'MojoFailureException'. | 578 | |
| Expected @throws tag for 'MojoExecutionException'. | 578 | |
| '(' is followed by whitespace. | 581 | |
| ')' is preceded with whitespace. | 581 | |
| '{' should be on the previous line. | 582 | |
| '(' is followed by whitespace. | 583 | |
| ')' is preceded with whitespace. | 583 | |
| '(' is followed by whitespace. | 587 | |
| ')' is preceded with whitespace. | 587 | |
| '{' should be on the previous line. | 588 | |
| '(' is followed by whitespace. | 589 | |
| ')' is preceded with whitespace. | 589 | |
| '(' is followed by whitespace. | 593 | |
| '(' is followed by whitespace. | 593 | |
| ')' is preceded with whitespace. | 593 | |
| ')' is preceded with whitespace. | 593 | |
| '{' should be on the previous line. | 594 | |
| '(' is followed by whitespace. | 595 | |
| ')' is preceded with whitespace. | 595 | |
| '(' is followed by whitespace. | 599 | |
| '(' is followed by whitespace. | 599 | |
| ')' is preceded with whitespace. | 599 | |
| ')' is preceded with whitespace. | 599 | |
| '{' should be on the previous line. | 600 | |
| '(' is followed by whitespace. | 604 | |
| '(' is followed by whitespace. | 604 | |
| ')' is preceded with whitespace. | 604 | |
| ')' is preceded with whitespace. | 604 | |
| '{' should be on the previous line. | 605 | |
| Line is longer than 80 characters (found 97). | 606 | |
| '(' is followed by whitespace. | 606 | |
| '(' is followed by whitespace. | 606 | |
| ')' is preceded with whitespace. | 606 | |
| ')' is preceded with whitespace. | 606 | |
| Line is longer than 80 characters (found 83). | 608 | |
| '(' is followed by whitespace. | 608 | |
| ')' is preceded with whitespace. | 608 | |
| Line is longer than 80 characters (found 113). | 611 | |
| '(' is followed by whitespace. | 611 | |
| '(' is followed by whitespace. | 611 | |
| ')' is preceded with whitespace. | 611 | |
| ')' is preceded with whitespace. | 611 | |
| Line is longer than 80 characters (found 111). | 614 | |
| '(' is followed by whitespace. | 614 | |
| ')' is preceded with whitespace. | 614 | |
| '(' is followed by whitespace. | 625 | |
| Parameter lines should be final. | 625 | |
| ')' is preceded with whitespace. | 625 | |
| '{' should be on the previous line. | 626 | |
| '(' is followed by whitespace. | 627 | |
| ')' is preceded with whitespace. | 627 | |
| '{' should be on the previous line. | 628 | |
| '(' is followed by whitespace. | 632 | |
| ')' is preceded with whitespace. | 632 | |
| '(' is followed by whitespace. | 633 | |
| ')' is preceded with whitespace. | 633 | |
| '{' should be on the previous line. | 634 | |
| '(' is followed by whitespace. | 635 | |
| '(' is followed by whitespace. | 635 | |
| ')' is preceded with whitespace. | 635 | |
| ')' is preceded with whitespace. | 635 | |
| '{' should be on the previous line. | 636 | |
| '(' is followed by whitespace. | 637 | |
| '(' is followed by whitespace. | 637 | |
| ')' is preceded with whitespace. | 637 | |
| ')' is preceded with whitespace. | 637 | |
| '(' is followed by whitespace. | 641 | |
| ')' is preceded with whitespace. | 641 | |
| '{' should be on the previous line. | 652 | |
| First sentence should end with a period. | 653 | |
| Line is longer than 80 characters (found 84). | 654 | |
| Line is longer than 80 characters (found 102). | 662 | |
| Line is longer than 80 characters (found 85). | 663 | |
| Missing a Javadoc comment. | 667 | |
| Missing a Javadoc comment. | 668 | |
| Missing a Javadoc comment. | 669 | |
| Missing a Javadoc comment. | 670 | |
| Missing a Javadoc comment. | 671 | |
| Missing a Javadoc comment. | 672 | |
| Missing a Javadoc comment. | 673 | |
| Missing a Javadoc comment. | 674 | |
| Missing a Javadoc comment. | 676 | |
| Missing a Javadoc comment. | 677 | |
| Missing a Javadoc comment. | 678 | |
| Missing a Javadoc comment. | 679 | |
| Missing a Javadoc comment. | 681 | |
| Missing a Javadoc comment. | 682 | |
| Missing a Javadoc comment. | 683 | |
| Missing a Javadoc comment. | 684 | |
| Missing a Javadoc comment. | 686 | |
| Missing a Javadoc comment. | 687 | |
| Missing a Javadoc comment. | 688 | |
| Missing a Javadoc comment. | 689 | |
| First sentence should end with a period. | 692 | |
| Line is longer than 80 characters (found 82). | 693 | |
| Line is longer than 80 characters (found 82). | 695 | |
| '(' is followed by whitespace. | 695 | |
| ')' is preceded with whitespace. | 695 | |
| Missing a Javadoc comment. | 697 | |
| Missing a Javadoc comment. | 698 | |
| Missing a Javadoc comment. | 699 | |
| Missing a Javadoc comment. | 700 | |
| Missing a Javadoc comment. | 701 | |
| Missing a Javadoc comment. | 703 | |
| First sentence should end with a period. | 704 | |
| Missing a Javadoc comment. | 709 | |
| Missing a Javadoc comment. | 712 | |
| Missing a Javadoc comment. | 713 | |
| First sentence should end with a period. | 715 | |
| First sentence should end with a period. | 719 | |
| Missing a Javadoc comment. | 725 | |
| Missing a Javadoc comment. | 726 | |
| Missing a Javadoc comment. | 728 | |
| '(' is followed by whitespace. | 728 | |
| Parameter project should be final. | 728 | |
| 'project' hides a field. | 728 | |
| Parameter device should be final. | 728 | |
| 'device' hides a field. | 728 | |
| ')' is preceded with whitespace. | 728 | |
| '{' should be on the previous line. | 729 | |
| Line is longer than 80 characters (found 85). | 732 | |
| '(' is followed by whitespace. | 732 | |
| ')' is preceded with whitespace. | 732 | |
| Missing a Javadoc comment. | 735 | |
| '(' is followed by whitespace. | 735 | |
| Parameter runName should be final. | 735 | |
| Parameter testCount should be final. | 735 | |
| 'testCount' hides a field. | 735 | |
| ')' is preceded with whitespace. | 735 | |
| '{' should be on the previous line. | 736 | |
| Line is longer than 80 characters (found 117). | 738 | |
| '(' is followed by whitespace. | 738 | |
| ')' is preceded with whitespace. | 738 | |
| '(' is followed by whitespace. | 740 | |
| ')' is preceded with whitespace. | 740 | |
| '{' should be on the previous line. | 741 | |
| '{' should be on the previous line. | 743 | |
| Line is longer than 80 characters (found 87). | 744 | |
| Line is longer than 80 characters (found 86). | 749 | |
| '(' is followed by whitespace. | 749 | |
| ')' is preceded with whitespace. | 749 | |
| '(' is followed by whitespace. | 750 | |
| ')' is preceded with whitespace. | 750 | |
| '(' is followed by whitespace. | 752 | |
| ')' is preceded with whitespace. | 752 | |
| Line is longer than 80 characters (found 85). | 753 | |
| Line is longer than 80 characters (found 87). | 755 | |
| '(' is followed by whitespace. | 755 | |
| ')' is preceded with whitespace. | 755 | |
| '(' is followed by whitespace. | 756 | |
| ')' is preceded with whitespace. | 756 | |
| '(' is followed by whitespace. | 757 | |
| ')' is preceded with whitespace. | 757 | |
| Line is longer than 80 characters (found 95). | 759 | |
| '(' is followed by whitespace. | 759 | |
| ')' is preceded with whitespace. | 759 | |
| Line is longer than 80 characters (found 87). | 760 | |
| '(' is followed by whitespace. | 760 | |
| '(' is followed by whitespace. | 760 | |
| ')' is preceded with whitespace. | 760 | |
| ')' is preceded with whitespace. | 760 | |
| '(' is followed by whitespace. | 761 | |
| ')' is preceded with whitespace. | 761 | |
| Line is longer than 80 characters (found 86). | 763 | |
| '(' is followed by whitespace. | 763 | |
| ')' is preceded with whitespace. | 763 | |
| Line is longer than 80 characters (found 104). | 768 | |
| '(' is followed by whitespace. | 768 | |
| ')' is preceded with whitespace. | 768 | |
| Line is longer than 80 characters (found 81). | 770 | |
| '(' is followed by whitespace. | 770 | |
| ')' is preceded with whitespace. | 770 | |
| Line is longer than 80 characters (found 89). | 773 | |
| '(' is followed by whitespace. | 773 | |
| ')' is preceded with whitespace. | 773 | |
| Line is longer than 80 characters (found 84). | 774 | |
| '(' is followed by whitespace. | 774 | |
| ')' is preceded with whitespace. | 774 | |
| '(' is followed by whitespace. | 775 | |
| ')' is preceded with whitespace. | 775 | |
| Line is longer than 80 characters (found 91). | 777 | |
| '(' is followed by whitespace. | 777 | |
| ')' is preceded with whitespace. | 777 | |
| Line is longer than 80 characters (found 87). | 778 | |
| '(' is followed by whitespace. | 778 | |
| ')' is preceded with whitespace. | 778 | |
| '(' is followed by whitespace. | 779 | |
| ')' is preceded with whitespace. | 779 | |
| '(' is followed by whitespace. | 781 | |
| ')' is preceded with whitespace. | 781 | |
| Line is longer than 80 characters (found 82). | 784 | |
| Line is longer than 80 characters (found 98). | 785 | |
| '(' is followed by whitespace. | 785 | |
| ')' is preceded with whitespace. | 785 | |
| Line is longer than 80 characters (found 81). | 787 | |
| '(' is followed by whitespace. | 787 | |
| ')' is preceded with whitespace. | 787 | |
| Line is longer than 80 characters (found 89). | 790 | |
| '(' is followed by whitespace. | 790 | |
| ')' is preceded with whitespace. | 790 | |
| '(' is followed by whitespace. | 791 | |
| ')' is preceded with whitespace. | 791 | |
| '(' is followed by whitespace. | 792 | |
| ')' is preceded with whitespace. | 792 | |
| Line is longer than 80 characters (found 91). | 794 | |
| '(' is followed by whitespace. | 794 | |
| ')' is preceded with whitespace. | 794 | |
| '(' is followed by whitespace. | 795 | |
| ')' is preceded with whitespace. | 795 | |
| '(' is followed by whitespace. | 796 | |
| ')' is preceded with whitespace. | 796 | |
| '(' is followed by whitespace. | 798 | |
| ')' is preceded with whitespace. | 798 | |
| '(' is followed by whitespace. | 801 | |
| ')' is preceded with whitespace. | 801 | |
| '(' is followed by whitespace. | 803 | |
| ')' is preceded with whitespace. | 803 | |
| '}' should be on the same line. | 805 | |
| '(' is followed by whitespace. | 806 | |
| ')' is preceded with whitespace. | 806 | |
| '{' should be on the previous line. | 807 | |
| '(' is followed by whitespace. | 809 | |
| ')' is preceded with whitespace. | 809 | |
| '(' is followed by whitespace. | 810 | |
| ')' is preceded with whitespace. | 810 | |
| Missing a Javadoc comment. | 815 | |
| '(' is followed by whitespace. | 815 | |
| Parameter testIdentifier should be final. | 815 | |
| ')' is preceded with whitespace. | 815 | |
| '{' should be on the previous line. | 816 | |
| Line has trailing spaces. | 818 | |
| '(' is followed by whitespace. | 818 | |
| Line is longer than 80 characters (found 104). | 819 | |
| '(' is followed by whitespace. | 819 | |
| ')' is preceded with whitespace. | 820 | |
| ')' is preceded with whitespace. | 820 | |
| '(' is followed by whitespace. | 822 | |
| ')' is preceded with whitespace. | 822 | |
| '{' should be on the previous line. | 823 | |
| '(' is followed by whitespace. | 827 | |
| ')' is preceded with whitespace. | 827 | |
| Line is longer than 80 characters (found 86). | 828 | |
| Line is longer than 80 characters (found 88). | 830 | |
| '(' is followed by whitespace. | 830 | |
| ')' is preceded with whitespace. | 830 | |
| '(' is followed by whitespace. | 831 | |
| ')' is preceded with whitespace. | 831 | |
| '(' is followed by whitespace. | 832 | |
| ')' is preceded with whitespace. | 832 | |
| Line is longer than 80 characters (found 84). | 834 | |
| '(' is followed by whitespace. | 834 | |
| ')' is preceded with whitespace. | 834 | |
| '(' is followed by whitespace. | 835 | |
| ')' is preceded with whitespace. | 835 | |
| '(' is followed by whitespace. | 836 | |
| ')' is preceded with whitespace. | 836 | |
| Line is longer than 80 characters (found 97). | 840 | |
| Missing a Javadoc comment. | 840 | |
| '(' is followed by whitespace. | 840 | |
| Parameter status should be final. | 840 | |
| Parameter testIdentifier should be final. | 840 | |
| Parameter trace should be final. | 840 | |
| ')' is preceded with whitespace. | 840 | |
| '(' is followed by whitespace. | 842 | |
| ')' is preceded with whitespace. | 842 | |
| '{' should be on the previous line. | 843 | |
| '++' is followed by whitespace. | 844 | |
| '}' should be on the same line. | 845 | |
| '{' should be on the previous line. | 847 | |
| '++' is followed by whitespace. | 848 | |
| Line is longer than 80 characters (found 117). | 850 | |
| '(' is followed by whitespace. | 850 | |
| ')' is preceded with whitespace. | 850 | |
| '(' is followed by whitespace. | 851 | |
| ')' is preceded with whitespace. | 851 | |
| '(' is followed by whitespace. | 853 | |
| ')' is preceded with whitespace. | 853 | |
| '{' should be on the previous line. | 854 | |
| '(' is followed by whitespace. | 857 | |
| ')' is preceded with whitespace. | 857 | |
| '{' should be on the previous line. | 858 | |
| '(' is followed by whitespace. | 859 | |
| ')' is preceded with whitespace. | 859 | |
| '}' should be on the same line. | 861 | |
| '{' should be on the previous line. | 863 | |
| '(' is followed by whitespace. | 864 | |
| ')' is preceded with whitespace. | 864 | |
| '(' is followed by whitespace. | 868 | |
| ')' is preceded with whitespace. | 868 | |
| '(' is followed by whitespace. | 870 | |
| ')' is preceded with whitespace. | 870 | |
| '(' is followed by whitespace. | 871 | |
| '(' is followed by whitespace. | 871 | |
| ')' is preceded with whitespace. | 871 | |
| ')' is preceded with whitespace. | 871 | |
| '(' is followed by whitespace. | 872 | |
| ')' is preceded with whitespace. | 872 | |
| '(' is followed by whitespace. | 874 | |
| ')' is preceded with whitespace. | 874 | |
| '(' is followed by whitespace. | 875 | |
| '(' is followed by whitespace. | 875 | |
| ')' is preceded with whitespace. | 875 | |
| ')' is preceded with whitespace. | 875 | |
| '(' is followed by whitespace. | 876 | |
| ')' is preceded with whitespace. | 876 | |
| '(' is followed by whitespace. | 878 | |
| ')' is preceded with whitespace. | 878 | |
| Line is longer than 80 characters (found 95). | 882 | |
| Missing a Javadoc comment. | 882 | |
| '(' is followed by whitespace. | 882 | |
| Parameter testIdentifier should be final. | 882 | |
| Parameter testMetrics should be final. | 882 | |
| ')' is preceded with whitespace. | 882 | |
| Line has trailing spaces. | 884 | |
| '(' is followed by whitespace. | 884 | |
| Line is longer than 80 characters (found 102). | 885 | |
| '(' is followed by whitespace. | 885 | |
| ')' is preceded with whitespace. | 886 | |
| ')' is preceded with whitespace. | 886 | |
| '(' is followed by whitespace. | 887 | |
| ')' is preceded with whitespace. | 887 | |
| '(' is followed by whitespace. | 889 | |
| ')' is preceded with whitespace. | 889 | |
| '{' should be on the previous line. | 890 | |
| '(' is followed by whitespace. | 891 | |
| ')' is preceded with whitespace. | 891 | |
| Line is longer than 80 characters (found 86). | 892 | |
| Line is longer than 80 characters (found 82). | 894 | |
| '(' is followed by whitespace. | 894 | |
| ')' is preceded with whitespace. | 894 | |
| '(' is followed by whitespace. | 897 | |
| ')' is preceded with whitespace. | 897 | |
| '1000.0' is a magic number. | 897 | |
| '(' is followed by whitespace. | 898 | |
| '(' is followed by whitespace. | 898 | |
| ')' is preceded with whitespace. | 898 | |
| ')' is preceded with whitespace. | 898 | |
| '(' is followed by whitespace. | 899 | |
| ')' is preceded with whitespace. | 899 | |
| Line is longer than 80 characters (found 84). | 903 | |
| Missing a Javadoc comment. | 903 | |
| '(' is followed by whitespace. | 903 | |
| Parameter elapsedTime should be final. | 903 | |
| Parameter runMetrics should be final. | 903 | |
| ')' is preceded with whitespace. | 903 | |
| Line is longer than 80 characters (found 96). | 905 | |
| '(' is followed by whitespace. | 905 | |
| ')' is preceded with whitespace. | 905 | |
| '(' is followed by whitespace. | 906 | |
| ')' is preceded with whitespace. | 906 | |
| '{' should be on the previous line. | 907 | |
| '(' is followed by whitespace. | 908 | |
| ')' is preceded with whitespace. | 908 | |
| '(' is followed by whitespace. | 910 | |
| Line is longer than 80 characters (found 83). | 911 | |
| '(' is followed by whitespace. | 911 | |
| Avoid inline conditionals. | 911 | |
| ')' is preceded with whitespace. | 911 | |
| Line is longer than 80 characters (found 92). | 912 | |
| ')' is preceded with whitespace. | 912 | |
| '(' is followed by whitespace. | 913 | |
| ')' is preceded with whitespace. | 913 | |
| '{' should be on the previous line. | 914 | |
| Line is longer than 80 characters (found 81). | 915 | |
| Line is longer than 80 characters (found 89). | 917 | |
| '(' is followed by whitespace. | 917 | |
| ')' is preceded with whitespace. | 917 | |
| '(' is followed by whitespace. | 918 | |
| '(' is followed by whitespace. | 918 | |
| ')' is preceded with whitespace. | 918 | |
| ')' is preceded with whitespace. | 918 | |
| '(' is followed by whitespace. | 919 | |
| ')' is preceded with whitespace. | 919 | |
| Line is longer than 80 characters (found 95). | 921 | |
| '(' is followed by whitespace. | 921 | |
| ')' is preceded with whitespace. | 921 | |
| Line is longer than 80 characters (found 82). | 922 | |
| '(' is followed by whitespace. | 922 | |
| '(' is followed by whitespace. | 922 | |
| ')' is preceded with whitespace. | 922 | |
| ')' is preceded with whitespace. | 922 | |
| '(' is followed by whitespace. | 923 | |
| ')' is preceded with whitespace. | 923 | |
| Line is longer than 80 characters (found 91). | 925 | |
| '(' is followed by whitespace. | 925 | |
| ')' is preceded with whitespace. | 925 | |
| '(' is followed by whitespace. | 926 | |
| '(' is followed by whitespace. | 926 | |
| ')' is preceded with whitespace. | 926 | |
| ')' is preceded with whitespace. | 926 | |
| '(' is followed by whitespace. | 927 | |
| ')' is preceded with whitespace. | 927 | |
| Line is longer than 80 characters (found 83). | 929 | |
| '(' is followed by whitespace. | 929 | |
| ')' is preceded with whitespace. | 929 | |
| Line is longer than 80 characters (found 82). | 930 | |
| '(' is followed by whitespace. | 930 | |
| '(' is followed by whitespace. | 930 | |
| '1000.0' is a magic number. | 930 | |
| ')' is preceded with whitespace. | 930 | |
| ')' is preceded with whitespace. | 930 | |
| '(' is followed by whitespace. | 931 | |
| ')' is preceded with whitespace. | 931 | |
| Line is longer than 80 characters (found 93). | 933 | |
| '(' is followed by whitespace. | 933 | |
| ')' is preceded with whitespace. | 933 | |
| '(' is followed by whitespace. | 934 | |
| ')' is preceded with whitespace. | 934 | |
| '(' is followed by whitespace. | 935 | |
| ')' is preceded with whitespace. | 935 | |
| '(' is followed by whitespace. | 938 | |
| ')' is preceded with whitespace. | 938 | |
| '(' is followed by whitespace. | 940 | |
| ')' is preceded with whitespace. | 940 | |
| '{' should be on the previous line. | 941 | |
| Missing a Javadoc comment. | 946 | |
| '(' is followed by whitespace. | 946 | |
| Parameter errorMessage should be final. | 946 | |
| ')' is preceded with whitespace. | 946 | |
| '{' should be on the previous line. | 947 | |
| Line is longer than 80 characters (found 90). | 949 | |
| '(' is followed by whitespace. | 949 | |
| ')' is preceded with whitespace. | 949 | |
| Missing a Javadoc comment. | 952 | |
| '(' is followed by whitespace. | 952 | |
| Parameter elapsedTime should be final. | 952 | |
| ')' is preceded with whitespace. | 952 | |
| '{' should be on the previous line. | 953 | |
| Line is longer than 80 characters (found 89). | 954 | |
| '(' is followed by whitespace. | 954 | |
| ')' is preceded with whitespace. | 954 | |
| Line is longer than 80 characters (found 111). | 959 | |
| '(' is followed by whitespace. | 965 | |
| Parameter trace should be final. | 965 | |
| Expected @param tag for 'trace'. | 965 | |
| ')' is preceded with whitespace. | 965 | |
| '{' should be on the previous line. | 966 | |
| '(' is followed by whitespace. | 967 | |
| '(' is followed by whitespace. | 967 | |
| ')' is preceded with whitespace. | 967 | |
| ')' is preceded with whitespace. | 967 | |
| '{' should be on the previous line. | 968 | |
| Line is longer than 80 characters (found 85). | 971 | |
| '(' is followed by whitespace. | 972 | |
| ')' is preceded with whitespace. | 972 | |
| Line is longer than 80 characters (found 86). | 973 | |
| '!' is followed by whitespace. | 973 | |
| '(' is followed by whitespace. | 973 | |
| ')' is preceded with whitespace. | 973 | |
| '(' is followed by whitespace. | 974 | |
| ')' is preceded with whitespace. | 974 | |
| '{' should be on the previous line. | 975 | |
| '(' is followed by whitespace. | 976 | |
| ')' is preceded with whitespace. | 976 | |
| '(' is followed by whitespace. | 977 | |
| ')' is preceded with whitespace. | 977 | |
| '{' should be on the previous line. | 978 | |
| '(' is followed by whitespace. | 979 | |
| ')' is preceded with whitespace. | 979 | |
| '(' is followed by whitespace. | 981 | |
| ')' is preceded with whitespace. | 981 | |
| '{' should be on the previous line. | 982 | |
| '(' is followed by whitespace. | 987 | |
| ')' is preceded with whitespace. | 987 | |
| '}' should be on the same line. | 988 | |
| '{' should be on the previous line. | 990 | |
| '}' should be on the same line. | 993 | |
| '{' should be on the previous line. | 995 | |
| Line is longer than 80 characters (found 120). | 1001 | |
| '(' is followed by whitespace. | 1007 | |
| Parameter trace should be final. | 1007 | |
| Expected @param tag for 'trace'. | 1007 | |
| ')' is preceded with whitespace. | 1007 | |
| '{' should be on the previous line. | 1008 | |
| '(' is followed by whitespace. | 1009 | |
| '(' is followed by whitespace. | 1009 | |
| ')' is preceded with whitespace. | 1009 | |
| ')' is preceded with whitespace. | 1009 | |
| '{' should be on the previous line. | 1010 | |
| '(' is followed by whitespace. | 1011 | |
| '(' is followed by whitespace. | 1011 | |
| ')' is preceded with whitespace. | 1011 | |
| ')' is preceded with whitespace. | 1011 | |
| '}' should be on the same line. | 1012 | |
| '{' should be on the previous line. | 1014 | |
| '{' should be on the previous line. | 1023 | |
| '{' should be on the previous line. | 1027 | |
| '}' should be on the same line. | 1029 | |
| '(' is followed by whitespace. | 1030 | |
| ')' is preceded with whitespace. | 1030 | |
| '{' should be on the previous line. | 1031 | |
| '(' is followed by whitespace. | 1034 | |
| ')' is preceded with whitespace. | 1034 | |
| '{' should be on the previous line. | 1038 | |
| Line is longer than 80 characters (found 98). | 1039 | |
| '(' is followed by whitespace. | 1039 | |
| ')' is preceded with whitespace. | 1039 | |
| '(' is followed by whitespace. | 1040 | |
| ')' is preceded with whitespace. | 1040 | |
| '(' is followed by whitespace. | 1042 | |
| '(' is followed by whitespace. | 1042 | |
| ')' is preceded with whitespace. | 1042 | |
| ')' is preceded with whitespace. | 1042 | |
| Line is longer than 80 characters (found 92). | 1044 | |
| '(' is followed by whitespace. | 1044 | |
| ')' is preceded with whitespace. | 1044 | |
| '(' is followed by whitespace. | 1044 | |
| ')' is preceded with whitespace. | 1044 | |
| Line is longer than 80 characters (found 105). | 1045 | |
| '(' is followed by whitespace. | 1045 | |
| '(' is followed by whitespace. | 1045 | |
| ')' is preceded with whitespace. | 1045 | |
| ')' is preceded with whitespace. | 1045 | |
| '(' is followed by whitespace. | 1045 | |
| ')' is preceded with whitespace. | 1045 | |
| '(' is followed by whitespace. | 1046 | |
| ')' is preceded with whitespace. | 1046 | |
| '(' is followed by whitespace. | 1047 | |
| ')' is preceded with whitespace. | 1047 | |
| '(' is followed by whitespace. | 1048 | |
| ')' is preceded with whitespace. | 1048 | |
| '(' is followed by whitespace. | 1050 | |
| ')' is preceded with whitespace. | 1050 | |
| Line is longer than 80 characters (found 112). | 1051 | |
| '(' is followed by whitespace. | 1051 | |
| ')' is preceded with whitespace. | 1051 | |
| '}' should be on the same line. | 1052 | |
| '(' is followed by whitespace. | 1053 | |
| ')' is preceded with whitespace. | 1053 | |
| '{' should be on the previous line. | 1054 | |
| '(' is followed by whitespace. | 1056 | |
| ')' is preceded with whitespace. | 1056 | |
| '(' is followed by whitespace. | 1057 | |
| ')' is preceded with whitespace. | 1057 | |
| '}' should be on the same line. | 1058 | |
| '(' is followed by whitespace. | 1059 | |
| ')' is preceded with whitespace. | 1059 | |
| '{' should be on the previous line. | 1060 | |
| Line is longer than 80 characters (found 104). | 1062 | |
| '(' is followed by whitespace. | 1062 | |
| ')' is preceded with whitespace. | 1062 | |
| '(' is followed by whitespace. | 1063 | |
| ')' is preceded with whitespace. | 1063 | |
| '}' should be on the same line. | 1064 | |
| '{' should be on the previous line. | 1066 | |
| '(' is followed by whitespace. | 1067 | |
| ')' is preceded with whitespace. | 1067 | |
| '(' is followed by whitespace. | 1076 | |
| Parameter metrics should be final. | 1076 | |
| Expected @param tag for 'metrics'. | 1076 | |
| ')' is preceded with whitespace. | 1076 | |
| '{' should be on the previous line. | 1077 | |
| '(' is followed by whitespace. | 1078 | |
| ')' is preceded with whitespace. | 1078 | |
| '{' should be on the previous line. | 1079 | |
| Line is longer than 80 characters (found 114). | 1080 | |
| '(' is followed by whitespace. | 1080 | |
| ')' is preceded with whitespace. | 1080 | |
| '{' should be on the previous line. | 1088 | |
| '(' is followed by whitespace. | 1089 | |
| ')' is preceded with whitespace. | 1089 | |
| '{' should be on the previous line. | 1090 | |
| Line is longer than 80 characters (found 108). | 1097 | |
| '{' should be on the previous line. | 1100 | |
| Missing a Javadoc comment. | 1104 | |
| '{' should be on the previous line. | 1105 | |
| '{' should be on the previous line. | 1114 | |
| '{' should be on the previous line. | 1123 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters (found 119). | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line is longer than 80 characters (found 110). | 34 | |
| Line is longer than 80 characters (found 113). | 35 | |
| Line is longer than 80 characters (found 97). | 38 | |
| Missing a Javadoc comment. | 38 | |
| '{' is followed by whitespace. | 38 | |
| Line is longer than 80 characters (found 110). | 43 | |
| '{' is followed by whitespace. | 43 | |
| Line is longer than 80 characters (found 85). | 44 | |
| Line is longer than 80 characters (found 88). | 49 | |
| '{' is followed by whitespace. | 49 | |
| Line is longer than 80 characters (found 108). | 54 | |
| '{' is followed by whitespace. | 54 | |
| Line is longer than 80 characters (found 84). | 55 | |
| Line is longer than 80 characters (found 94). | 60 | |
| '{' is followed by whitespace. | 60 | |
| Line is longer than 80 characters (found 95). | 61 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| '(' is followed by whitespace. | 65 | |
| Parameter ndkPath should be final. | 65 | |
| 'ndkPath' hides a field. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| '{' should be on the previous line. | 66 | |
| '(' is followed by whitespace. | 67 | |
| ')' is preceded with whitespace. | 67 | |
| Missing a Javadoc comment. | 71 | |
| '(' is followed by whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| '{' should be on the previous line. | 72 | |
| '(' is followed by whitespace. | 73 | |
| ')' is preceded with whitespace. | 73 | |
| '{' should be on the previous line. | 74 | |
| '(' is followed by whitespace. | 75 | |
| ')' is preceded with whitespace. | 75 | |
| '(' is followed by whitespace. | 77 | |
| '!' is followed by whitespace. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| '{' should be on the previous line. | 78 | |
| Line is longer than 80 characters (found 103). | 80 | |
| ')' is preceded with whitespace. | 80 | |
| Missing a Javadoc comment. | 84 | |
| '(' is followed by whitespace. | 84 | |
| Parameter toolchain should be final. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| '{' should be on the previous line. | 85 | |
| '(' is followed by whitespace. | 89 | |
| ')' is preceded with whitespace. | 89 | |
| '{' should be on the previous line. | 90 | |
| '(' is followed by whitespace. | 91 | |
| ')' is preceded with whitespace. | 91 | |
| '(' is followed by whitespace. | 92 | |
| ')' is preceded with whitespace. | 92 | |
| '}' should be on the same line. | 93 | |
| '(' is followed by whitespace. | 94 | |
| ')' is preceded with whitespace. | 94 | |
| '{' should be on the previous line. | 95 | |
| '(' is followed by whitespace. | 96 | |
| ')' is preceded with whitespace. | 96 | |
| '(' is followed by whitespace. | 97 | |
| ')' is preceded with whitespace. | 97 | |
| '}' should be on the same line. | 99 | |
| '(' is followed by whitespace. | 100 | |
| ')' is preceded with whitespace. | 100 | |
| '{' should be on the previous line. | 101 | |
| '(' is followed by whitespace. | 102 | |
| ')' is preceded with whitespace. | 102 | |
| '(' is followed by whitespace. | 103 | |
| ')' is preceded with whitespace. | 103 | |
| '(' is followed by whitespace. | 107 | |
| '(' is followed by whitespace. | 107 | |
| ')' is preceded with whitespace. | 107 | |
| ')' is preceded with whitespace. | 107 | |
| '{' should be on the previous line. | 108 | |
| '}' should be on the same line. | 110 | |
| '(' is followed by whitespace. | 111 | |
| '(' is followed by whitespace. | 111 | |
| ')' is preceded with whitespace. | 111 | |
| ')' is preceded with whitespace. | 111 | |
| '{' should be on the previous line. | 112 | |
| '}' should be on the same line. | 114 | |
| '(' is followed by whitespace. | 115 | |
| '(' is followed by whitespace. | 115 | |
| ')' is preceded with whitespace. | 115 | |
| ')' is preceded with whitespace. | 115 | |
| '{' should be on the previous line. | 116 | |
| '(' is followed by whitespace. | 120 | |
| ')' is preceded with whitespace. | 120 | |
| '{' should be on the previous line. | 121 | |
| Line is longer than 80 characters (found 102). | 123 | |
| '(' is followed by whitespace. | 123 | |
| ')' is preceded with whitespace. | 123 | |
| '(' is followed by whitespace. | 124 | |
| ')' is preceded with whitespace. | 124 | |
| '(' is followed by whitespace. | 125 | |
| ')' is preceded with whitespace. | 125 | |
| '{' should be on the previous line. | 126 | |
| Method 'getStripper' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| '(' is followed by whitespace. | 133 | |
| Parameter toolchain should be final. | 133 | |
| ')' is preceded with whitespace. | 133 | |
| '{' should be on the previous line. | 134 | |
| '(' is followed by whitespace. | 135 | |
| ')' is preceded with whitespace. | 135 | |
| '(' is followed by whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| '{' should be on the previous line. | 137 | |
| Line is longer than 80 characters (found 116). | 138 | |
| '(' is followed by whitespace. | 138 | |
| ')' is preceded with whitespace. | 138 | |
| '(' is followed by whitespace. | 142 | |
| '!' is followed by whitespace. | 142 | |
| ')' is preceded with whitespace. | 142 | |
| '{' should be on the previous line. | 143 | |
| Line is longer than 80 characters (found 90). | 144 | |
| '(' is followed by whitespace. | 144 | |
| Line is longer than 80 characters (found 89). | 145 | |
| ')' is preceded with whitespace. | 145 | |
| Missing a Javadoc comment. | 152 | |
| '(' is followed by whitespace. | 152 | |
| Parameter toolchains should be final. | 152 | |
| ')' is preceded with whitespace. | 152 | |
| '{' should be on the previous line. | 153 | |
| '(' is followed by whitespace. | 154 | |
| ')' is preceded with whitespace. | 154 | |
| '{' should be on the previous line. | 155 | |
| '(' is followed by whitespace. | 156 | |
| ')' is preceded with whitespace. | 156 | |
| '(' is followed by whitespace. | 157 | |
| ')' is preceded with whitespace. | 157 | |
| '{' should be on the previous line. | 158 | |
| Method 'getToolchain' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| '(' is followed by whitespace. | 172 | |
| Parameter file should be final. | 172 | |
| ')' is preceded with whitespace. | 172 | |
| '{' should be on the previous line. | 173 | |
| '(' is followed by whitespace. | 178 | |
| '(' is followed by whitespace. | 178 | |
| ')' is preceded with whitespace. | 178 | |
| ')' is preceded with whitespace. | 178 | |
| '{' should be on the previous line. | 179 | |
| '(' is followed by whitespace. | 180 | |
| ')' is preceded with whitespace. | 180 | |
| '}' should be on the same line. | 181 | |
| '(' is followed by whitespace. | 182 | |
| '(' is followed by whitespace. | 182 | |
| ')' is preceded with whitespace. | 182 | |
| ')' is preceded with whitespace. | 182 | |
| '{' should be on the previous line. | 183 | |
| '(' is followed by whitespace. | 184 | |
| ')' is preceded with whitespace. | 184 | |
| '}' should be on the same line. | 185 | |
| '(' is followed by whitespace. | 186 | |
| '(' is followed by whitespace. | 186 | |
| ')' is preceded with whitespace. | 186 | |
| ')' is preceded with whitespace. | 186 | |
| '{' should be on the previous line. | 187 | |
| '(' is followed by whitespace. | 188 | |
| ')' is preceded with whitespace. | 188 | |
| '(' is followed by whitespace. | 192 | |
| ')' is preceded with whitespace. | 192 | |
| '{' should be on the previous line. | 193 | |
| Line is longer than 80 characters (found 90). | 195 | |
| ')' is preceded with whitespace. | 195 | |
| Line is longer than 80 characters (found 89). | 203 | |
| Method 'getNdkBuildPath' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| '{' should be on the previous line. | 206 | |
| '(' is followed by whitespace. | 207 | |
| ')' is preceded with whitespace. | 207 | |
| '{' should be on the previous line. | 208 | |
| '(' is followed by whitespace. | 209 | |
| ')' is preceded with whitespace. | 209 | |
| '}' should be on the same line. | 210 | |
| '{' should be on the previous line. | 212 | |
| '(' is followed by whitespace. | 213 | |
| ')' is preceded with whitespace. | 213 | |
| Line is longer than 80 characters (found 84). | 217 | |
| Method 'getGdbServer' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| '(' is followed by whitespace. | 217 | |
| Parameter ndkArchitecture should be final. | 217 | |
| ')' is preceded with whitespace. | 217 | |
| '(' is followed by whitespace. | 221 | |
| '(' is followed by whitespace. | 221 | |
| ')' is preceded with whitespace. | 221 | |
| ')' is preceded with whitespace. | 221 | |
| '{' should be on the previous line. | 222 | |
| '(' is followed by whitespace. | 223 | |
| ')' is preceded with whitespace. | 223 | |
| '(' is followed by whitespace. | 224 | |
| '(' is followed by whitespace. | 224 | |
| ')' is preceded with whitespace. | 224 | |
| ')' is preceded with whitespace. | 224 | |
| '}' should be on the same line. | 225 | |
| '(' is followed by whitespace. | 226 | |
| '(' is followed by whitespace. | 226 | |
| ')' is preceded with whitespace. | 226 | |
| ')' is preceded with whitespace. | 226 | |
| '{' should be on the previous line. | 227 | |
| '(' is followed by whitespace. | 228 | |
| ')' is preceded with whitespace. | 228 | |
| '(' is followed by whitespace. | 229 | |
| '(' is followed by whitespace. | 229 | |
| ')' is preceded with whitespace. | 229 | |
| ')' is preceded with whitespace. | 229 | |
| '}' should be on the same line. | 230 | |
| '(' is followed by whitespace. | 231 | |
| '(' is followed by whitespace. | 231 | |
| ')' is preceded with whitespace. | 231 | |
| ')' is preceded with whitespace. | 231 | |
| '{' should be on the previous line. | 232 | |
| '(' is followed by whitespace. | 233 | |
| ')' is preceded with whitespace. | 233 | |
| '(' is followed by whitespace. | 234 | |
| '(' is followed by whitespace. | 234 | |
| ')' is preceded with whitespace. | 234 | |
| ')' is preceded with whitespace. | 234 | |
| '(' is followed by whitespace. | 238 | |
| ')' is preceded with whitespace. | 238 | |
| '{' should be on the previous line. | 239 | |
| '(' is followed by whitespace. | 240 | |
| ')' is preceded with whitespace. | 240 | |
| '{' should be on the previous line. | 241 | |
| Line is longer than 80 characters (found 103). | 242 | |
| '(' is followed by whitespace. | 242 | |
| '(' is followed by whitespace. | 242 | |
| ')' is preceded with whitespace. | 242 | |
| ')' is preceded with whitespace. | 242 | |
| '(' is followed by whitespace. | 243 | |
| ')' is preceded with whitespace. | 243 | |
| '{' should be on the previous line. | 244 | |
| Line is longer than 80 characters (found 96). | 251 | |
| '(' is followed by whitespace. | 251 | |
| Line is longer than 80 characters (found 81). | 252 | |
| ')' is preceded with whitespace. | 252 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 32 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters (found 81). | 42 | |
| First sentence should end with a period. | 43 | |
| Line is longer than 80 characters (found 82). | 44 | |
| Line is longer than 80 characters (found 88). | 49 | |
| Line is longer than 80 characters (found 108). | 53 | |
| Missing a Javadoc comment. | 53 | |
| Line is longer than 80 characters (found 118). | 54 | |
| Line is longer than 80 characters (found 110). | 55 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 66 | |
| '(' is followed by whitespace. | 66 | |
| Parameter sdkPath should be final. | 66 | |
| 'sdkPath' hides a field. | 66 | |
| Parameter platformOrApiLevel should be final. | 66 | |
| ')' is preceded with whitespace. | 66 | |
| '{' should be on the previous line. | 67 | |
| '(' is followed by whitespace. | 70 | |
| ')' is preceded with whitespace. | 70 | |
| '{' should be on the previous line. | 71 | |
| Line is longer than 80 characters (found 89). | 72 | |
| '(' is followed by whitespace. | 72 | |
| ')' is preceded with whitespace. | 72 | |
| Line is longer than 80 characters (found 84). | 73 | |
| '(' is followed by whitespace. | 73 | |
| ')' is preceded with whitespace. | 73 | |
| '(' is followed by whitespace. | 74 | |
| ')' is preceded with whitespace. | 74 | |
| '(' is followed by whitespace. | 76 | |
| ')' is preceded with whitespace. | 76 | |
| '{' should be on the previous line. | 77 | |
| '(' is followed by whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| '(' is followed by whitespace. | 83 | |
| ')' is preceded with whitespace. | 83 | |
| '{' should be on the previous line. | 84 | |
| Line has trailing spaces. | 85 | |
| Line is longer than 80 characters (found 116). | 85 | |
| '(' is followed by whitespace. | 85 | |
| Line is longer than 80 characters (found 100). | 86 | |
| ')' is preceded with whitespace. | 86 | |
| '}' should be on the same line. | 87 | |
| '{' should be on the previous line. | 89 | |
| '(' is followed by whitespace. | 90 | |
| ')' is preceded with whitespace. | 90 | |
| '(' is followed by whitespace. | 91 | |
| ')' is preceded with whitespace. | 91 | |
| '{' should be on the previous line. | 92 | |
| '(' is followed by whitespace. | 93 | |
| ')' is preceded with whitespace. | 93 | |
| Line is longer than 80 characters (found 94). | 98 | |
| Missing a Javadoc comment. | 98 | |
| '(' is followed by whitespace. | 98 | |
| Parameter sdkPath should be final. | 98 | |
| 'sdkPath' hides a field. | 98 | |
| Parameter platformOrApiLevel should be final. | 98 | |
| ')' is preceded with whitespace. | 98 | |
| Line is longer than 80 characters (found 94). | 100 | |
| '(' is followed by whitespace. | 100 | |
| Line is longer than 80 characters (found 108). | 101 | |
| Line is longer than 80 characters (found 112). | 102 | |
| ')' is preceded with whitespace. | 102 | |
| Line is longer than 80 characters (found 84). | 105 | |
| Missing a Javadoc comment. | 105 | |
| '(' is followed by whitespace. | 105 | |
| Parameter platformOrApiLevel should be final. | 105 | |
| ')' is preceded with whitespace. | 105 | |
| ')' is preceded with whitespace. | 109 | |
| '(' is followed by whitespace. | 110 | |
| ')' is preceded with whitespace. | 110 | |
| '{' should be on the previous line. | 111 | |
| Line is longer than 80 characters (found 98). | 115 | |
| '(' is followed by whitespace. | 116 | |
| ')' is preceded with whitespace. | 116 | |
| '{' should be on the previous line. | 117 | |
| Line is longer than 80 characters (found 84). | 118 | |
| '(' is followed by whitespace. | 118 | |
| '(' is followed by whitespace. | 118 | |
| ')' is preceded with whitespace. | 118 | |
| ')' is preceded with whitespace. | 118 | |
| Line is longer than 80 characters (found 118). | 129 | |
| '{' should be on the previous line. | 133 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Method 'getLayout' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| '{' should be on the previous line. | 137 | |
| '(' is followed by whitespace. | 139 | |
| ')' is preceded with whitespace. | 139 | |
| '(' is followed by whitespace. | 142 | |
| ')' is preceded with whitespace. | 142 | |
| '{' should be on the previous line. | 143 | |
| '(' is followed by whitespace. | 147 | |
| ')' is preceded with whitespace. | 147 | |
| '(' is followed by whitespace. | 148 | |
| ')' is preceded with whitespace. | 148 | |
| '{' should be on the previous line. | 149 | |
| Line is longer than 80 characters (found 108). | 153 | |
| '(' is followed by whitespace. | 153 | |
| ')' is preceded with whitespace. | 154 | |
| Missing a Javadoc comment. | 157 | |
| '(' is followed by whitespace. | 157 | |
| ')' is preceded with whitespace. | 157 | |
| '{' should be on the previous line. | 158 | |
| '(' is followed by whitespace. | 159 | |
| ')' is preceded with whitespace. | 159 | |
| '{' should be on the previous line. | 160 | |
| '(' is followed by whitespace. | 161 | |
| ')' is preceded with whitespace. | 161 | |
| '(' is followed by whitespace. | 163 | |
| ')' is preceded with whitespace. | 163 | |
| '{' should be on the previous line. | 164 | |
| Line is longer than 80 characters (found 110). | 165 | |
| '(' is followed by whitespace. | 165 | |
| ')' is preceded with whitespace. | 165 | |
| Expected an @return tag. | 174 | |
| Method 'getAaptPath' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| '{' should be on the previous line. | 175 | |
| '(' is followed by whitespace. | 176 | |
| ')' is preceded with whitespace. | 176 | |
| First sentence should end with a period. | 179 | |
| Expected an @return tag. | 183 | |
| Method 'getAidlPath' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| '{' should be on the previous line. | 184 | |
| '(' is followed by whitespace. | 185 | |
| ')' is preceded with whitespace. | 185 | |
| First sentence should end with a period. | 188 | |
| Expected an @return tag. | 192 | |
| Method 'getDxJarPath' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| '{' should be on the previous line. | 193 | |
| '(' is followed by whitespace. | 194 | |
| ')' is preceded with whitespace. | 194 | |
| Expected an @return tag. | 202 | |
| Method 'getAdbPath' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| '{' should be on the previous line. | 203 | |
| '(' is followed by whitespace. | 204 | |
| ')' is preceded with whitespace. | 204 | |
| Expected an @return tag. | 212 | |
| Method 'getZipalignPath' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| '{' should be on the previous line. | 213 | |
| '(' is followed by whitespace. | 214 | |
| ')' is preceded with whitespace. | 214 | |
| Line has trailing spaces. | 219 | |
| Expected an @return tag. | 222 | |
| Method 'getLintPath' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| '{' should be on the previous line. | 223 | |
| '(' is followed by whitespace. | 224 | |
| '(' is followed by whitespace. | 224 | |
| ')' is preceded with whitespace. | 224 | |
| ')' is preceded with whitespace. | 224 | |
| Line has trailing spaces. | 229 | |
| Expected an @return tag. | 232 | |
| Method 'getMonkeyRunnerPath' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| '{' should be on the previous line. | 233 | |
| '(' is followed by whitespace. | 234 | |
| '(' is followed by whitespace. | 234 | |
| ')' is preceded with whitespace. | 234 | |
| ')' is preceded with whitespace. | 234 | |
| Expected an @return tag. | 242 | |
| Method 'getApkBuilderPath' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| '{' should be on the previous line. | 243 | |
| '(' is followed by whitespace. | 244 | |
| '(' is followed by whitespace. | 244 | |
| ')' is preceded with whitespace. | 244 | |
| ')' is preceded with whitespace. | 244 | |
| Expected an @return tag. | 252 | |
| Method 'getAndroidPath' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| '{' should be on the previous line. | 253 | |
| '(' is followed by whitespace. | 254 | |
| ')' is preceded with whitespace. | 254 | |
| Expected an @return tag. | 261 | |
| Method 'getToolsPath' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| '{' should be on the previous line. | 262 | |
| Missing a Javadoc comment. | 266 | |
| '(' is followed by whitespace. | 266 | |
| Parameter pathId should be final. | 266 | |
| ')' is preceded with whitespace. | 266 | |
| '{' should be on the previous line. | 267 | |
| '(' is followed by whitespace. | 268 | |
| ')' is preceded with whitespace. | 268 | |
| '{' should be on the previous line. | 269 | |
| '(' is followed by whitespace. | 270 | |
| ')' is preceded with whitespace. | 270 | |
| '(' is followed by whitespace. | 273 | |
| ')' is preceded with whitespace. | 273 | |
| Missing a Javadoc comment. | 276 | |
| '(' is followed by whitespace. | 276 | |
| Parameter tool should be final. | 276 | |
| ')' is preceded with whitespace. | 276 | |
| '{' should be on the previous line. | 277 | |
| '(' is followed by whitespace. | 278 | |
| ')' is preceded with whitespace. | 278 | |
| Missing a Javadoc comment. | 281 | |
| '(' is followed by whitespace. | 281 | |
| Parameter tool should be final. | 281 | |
| ')' is preceded with whitespace. | 281 | |
| '{' should be on the previous line. | 282 | |
| '(' is followed by whitespace. | 283 | |
| ')' is preceded with whitespace. | 283 | |
| Line is longer than 80 characters (found 84). | 286 | |
| Missing a Javadoc comment. | 286 | |
| '(' is followed by whitespace. | 286 | |
| Parameter windowsExtension should be final. | 286 | |
| Parameter nonWindowsExtension should be final. | 286 | |
| ')' is preceded with whitespace. | 286 | |
| '(' is followed by whitespace. | 288 | |
| ')' is preceded with whitespace. | 288 | |
| '{' should be on the previous line. | 289 | |
| '}' should be on the same line. | 291 | |
| '{' should be on the previous line. | 293 | |
| Line is longer than 80 characters (found 84). | 299 | |
| Line has trailing spaces. | 300 | |
| Line is longer than 80 characters (found 82). | 301 | |
| Method 'getPathForFrameworkAidl' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| '{' should be on the previous line. | 304 | |
| '(' is followed by whitespace. | 305 | |
| ')' is preceded with whitespace. | 305 | |
| Line has trailing spaces. | 310 | |
| Method 'getAndroidJar' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| '{' should be on the previous line. | 316 | |
| '(' is followed by whitespace. | 317 | |
| '(' is followed by whitespace. | 317 | |
| ')' is preceded with whitespace. | 317 | |
| ')' is preceded with whitespace. | 317 | |
| Line has trailing spaces. | 322 | |
| Method 'getSDKLibJar' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| '{' should be on the previous line. | 328 | |
| '(' is followed by whitespace. | 330 | |
| ')' is preceded with whitespace. | 330 | |
| '(' is followed by whitespace. | 331 | |
| ')' is preceded with whitespace. | 331 | |
| '{' should be on the previous line. | 332 | |
| Line is longer than 80 characters (found 104). | 335 | |
| '(' is followed by whitespace. | 335 | |
| ')' is preceded with whitespace. | 335 | |
| Line has trailing spaces. | 340 | |
| Method 'getSdkPath' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| '{' should be on the previous line. | 346 | |
| '(' is followed by whitespace. | 347 | |
| ')' is preceded with whitespace. | 347 | |
| '{' should be on the previous line. | 348 | |
| Line is longer than 80 characters (found 106). | 351 | |
| '(' is followed by whitespace. | 351 | |
| ')' is preceded with whitespace. | 351 | |
| Line is longer than 80 characters (found 112). | 355 | |
| Expected an @return tag. | 358 | |
| Method 'getPlatform' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| '{' should be on the previous line. | 359 | |
| '(' is followed by whitespace. | 360 | |
| ')' is preceded with whitespace. | 360 | |
| Line is longer than 80 characters (found 83). | 362 | |
| '(' is followed by whitespace. | 362 | |
| ')' is preceded with whitespace. | 362 | |
| '(' is followed by whitespace. | 363 | |
| ')' is preceded with whitespace. | 363 | |
| '(' is followed by whitespace. | 366 | |
| ')' is preceded with whitespace. | 366 | |
| '{' should be on the previous line. | 367 | |
| '(' is followed by whitespace. | 369 | |
| ')' is preceded with whitespace. | 369 | |
| '{' should be on the previous line. | 370 | |
| '(' is followed by whitespace. | 371 | |
| ')' is preceded with whitespace. | 371 | |
| '{' should be on the previous line. | 372 | |
| '(' is followed by whitespace. | 373 | |
| Line is longer than 80 characters (found 108). | 374 | |
| ')' is preceded with whitespace. | 374 | |
| '(' is preceded with whitespace. | 380 | |
| '(' is followed by whitespace. | 380 | |
| ')' is preceded with whitespace. | 380 | |
| '}' should be on the same line. | 381 | |
| '{' should be on the previous line. | 383 | |
| '(' is followed by whitespace. | 384 | |
| ')' is preceded with whitespace. | 384 | |
| '(' is followed by whitespace. | 386 | |
| ')' is preceded with whitespace. | 386 | |
| First sentence should end with a period. | 390 | |
| '{' should be on the previous line. | 394 | |
| Line is longer than 80 characters (found 83). | 395 | |
| '(' is followed by whitespace. | 395 | |
| ')' is preceded with whitespace. | 395 | |
| '{' should be on the previous line. | 398 | |
| '(' is followed by whitespace. | 399 | |
| '(' is followed by whitespace. | 399 | |
| ')' is preceded with whitespace. | 399 | |
| ')' is preceded with whitespace. | 399 | |
| '}' should be on the same line. | 400 | |
| '(' is followed by whitespace. | 401 | |
| ')' is preceded with whitespace. | 401 | |
| '{' should be on the previous line. | 402 | |
| Line is longer than 80 characters (found 91). | 403 | |
| '(' is followed by whitespace. | 403 | |
| ')' is preceded with whitespace. | 403 | |
| '(' is followed by whitespace. | 406 | |
| '(' is followed by whitespace. | 406 | |
| ')' is preceded with whitespace. | 406 | |
| ')' is preceded with whitespace. | 406 | |
| '{' should be on the previous line. | 407 | |
| '{' should be on the previous line. | 409 | |
| Line is longer than 80 characters (found 93). | 410 | |
| '(' is followed by whitespace. | 410 | |
| ')' is preceded with whitespace. | 410 | |
| '(' is followed by whitespace. | 412 | |
| '(' is followed by whitespace. | 412 | |
| ')' is preceded with whitespace. | 412 | |
| ')' is preceded with whitespace. | 412 | |
| '{' should be on the previous line. | 413 | |
| '(' is followed by whitespace. | 414 | |
| ')' is preceded with whitespace. | 414 | |
| '}' should be on the same line. | 416 | |
| '{' should be on the previous line. | 418 | |
| '(' is followed by whitespace. | 421 | |
| ')' is preceded with whitespace. | 421 | |
| '}' should be on the same line. | 422 | |
| '(' is followed by whitespace. | 423 | |
| ')' is preceded with whitespace. | 423 | |
| '{' should be on the previous line. | 424 | |
| Line is longer than 80 characters (found 101). | 425 | |
| '(' is followed by whitespace. | 425 | |
| Line is longer than 80 characters (found 91). | 426 | |
| Line is longer than 80 characters (found 82). | 427 | |
| '(' is followed by whitespace. | 427 | |
| ')' is preceded with whitespace. | 427 | |
| ')' is preceded with whitespace. | 427 | |
| Line has trailing spaces. | 434 | |
| Expected an @return tag. | 437 | |
| Method 'getSdkMajorVersion' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| '{' should be on the previous line. | 438 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 24 | |
| '{' should be on the previous line. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 31 | |
| ';' is preceded with whitespace. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| '(' is followed by whitespace. | 38 | |
| Parameter debug should be final. | 38 | |
| 'debug' hides a field. | 38 | |
| ')' is preceded with whitespace. | 38 | |
| '{' should be on the previous line. | 39 | |
| '(' is followed by whitespace. | 40 | |
| ')' is preceded with whitespace. | 40 | |
| '{' should be on the previous line. | 41 | |
| Line is longer than 80 characters (found 114). | 42 | |
| '(' is followed by whitespace. | 42 | |
| ')' is preceded with whitespace. | 42 | |
| '{' should be on the previous line. | 45 | |
| '(' is followed by whitespace. | 46 | |
| ')' is preceded with whitespace. | 46 | |
| '}' should be on the same line. | 47 | |
| '(' is followed by whitespace. | 48 | |
| ')' is preceded with whitespace. | 48 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters (found 117). | 50 | |
| '(' is followed by whitespace. | 50 | |
| ')' is preceded with whitespace. | 50 | |
| Missing a Javadoc comment. | 54 | |
| '(' is followed by whitespace. | 54 | |
| Parameter debug should be final. | 54 | |
| 'debug' hides a field. | 54 | |
| ')' is preceded with whitespace. | 54 | |
| '{' should be on the previous line. | 55 | |
| Method 'isSignWithDebugKeyStore' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| '{' should be on the previous line. | 60 | |
| '(' is followed by whitespace. | 61 | |
| ')' is preceded with whitespace. | 61 | |
| '{' should be on the previous line. | 62 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| '{' should be on the previous line. | 66 | |
| '(' is followed by whitespace. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| '{' should be on the previous line. | 70 | |
| '(' is followed by whitespace. | 73 | |
| ')' is preceded with whitespace. | 73 | |
| '{' should be on the previous line. | 74 | |
| Comment matches to-do format 'TODO:'. | 75 | |
| Line is longer than 80 characters (found 111). | 75 | |
| Line is longer than 80 characters (found 102). | 78 | |
| '(' is followed by whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| Method 'shouldCreateBothSignedAndUnsignedApk' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| '{' should be on the previous line. | 82 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 36 | |
| Line has trailing spaces. | 39 | |
| '(' is followed by whitespace. | 43 | |
| ')' is preceded with whitespace. | 43 | |
| Line is longer than 80 characters (found 85). | 46 | |
| Line has trailing spaces. | 47 | |
| Line is longer than 80 characters (found 117). | 53 | |
| Line is longer than 80 characters (found 96). | 56 | |
| '(' is followed by whitespace. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| Line is longer than 80 characters (found 85). | 59 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters (found 120). | 66 | |
| Line is longer than 80 characters (found 103). | 69 | |
| Line is longer than 80 characters (found 100). | 70 | |
| Line is longer than 80 characters (found 97). | 72 | |
| '(' is followed by whitespace. | 72 | |
| ')' is preceded with whitespace. | 72 | |
| Line is longer than 80 characters (found 118). | 76 | |
| Line is longer than 80 characters (found 118). | 77 | |
| Line has trailing spaces. | 79 | |
| Line is longer than 80 characters (found 103). | 87 | |
| Line is longer than 80 characters (found 100). | 88 | |
| Line is longer than 80 characters (found 120). | 90 | |
| '(' is followed by whitespace. | 90 | |
| Expected @param tag for 'failsOnErrorOutput'. | 90 | |
| ')' is preceded with whitespace. | 90 | |
| Line is longer than 80 characters (found 114). | 94 | |
| Line has trailing spaces. | 96 | |
| Line has trailing spaces. | 103 | |
| Expected an @return tag. | 106 | |
| Line has trailing spaces. | 110 | |
| Line has trailing spaces. | 117 | |
| Line is longer than 80 characters (found 86). | 123 | |
| Line has trailing spaces. | 124 | |
| '(' is followed by whitespace. | 128 | |
| Expected @param tag for 'name'. | 128 | |
| Expected @param tag for 'value'. | 128 | |
| ')' is preceded with whitespace. | 128 | |
| Missing a Javadoc comment. | 130 | |
| '(' is followed by whitespace. | 130 | |
| ')' is preceded with whitespace. | 130 | |
| Missing a Javadoc comment. | 132 | |
| '(' is followed by whitespace. | 132 | |
| ')' is preceded with whitespace. | 132 | |
| '{' should be on the previous line. | 138 | |
| Missing a Javadoc comment. | 139 | |
| '(' is followed by whitespace. | 139 | |
| ')' is preceded with whitespace. | 139 | |
| Line is longer than 80 characters (found 89). | 143 | |
| Class Factory should be declared as final. | 145 | |
| '{' should be on the previous line. | 146 | |
| First sentence should end with a period. | 148 | |
| '{' should be on the previous line. | 152 | |
| Line is longer than 80 characters (found 84). | 155 | |
| Missing a Javadoc comment. | 155 | |
| Missing a Javadoc comment. | 157 | |
| First sentence should end with a period. | 162 | |
| First sentence should end with a period. | 166 | |
| First sentence should end with a period. | 170 | |
| Missing a Javadoc comment. | 176 | |
| Missing a Javadoc comment. | 177 | |
| Variable 'pid' must be private and have accessor methods. | 177 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 179 | |
| '(' is followed by whitespace. | 182 | |
| Parameter logger should be final. | 182 | |
| 'logger' hides a field. | 182 | |
| ')' is preceded with whitespace. | 182 | |
| '{' should be on the previous line. | 183 | |
| Line is longer than 80 characters (found 110). | 188 | |
| '(' is followed by whitespace. | 188 | |
| Parameter executable should be final. | 188 | |
| Parameter commands should be final. | 188 | |
| ')' is preceded with whitespace. | 188 | |
| '(' is followed by whitespace. | 190 | |
| ')' is preceded with whitespace. | 190 | |
| Line is longer than 80 characters (found 112). | 194 | |
| '(' is followed by whitespace. | 194 | |
| Parameter executable should be final. | 194 | |
| Parameter commands should be final. | 194 | |
| Parameter failsOnErrorOutput should be final. | 194 | |
| ')' is preceded with whitespace. | 194 | |
| '{' should be on the previous line. | 196 | |
| Line is longer than 80 characters (found 81). | 197 | |
| '(' is followed by whitespace. | 197 | |
| ')' is preceded with whitespace. | 197 | |
| Line is longer than 80 characters (found 106). | 201 | |
| '(' is followed by whitespace. | 201 | |
| Parameter executable should be final. | 201 | |
| Parameter commands should be final. | 201 | |
| Parameter workingDirectory should be final. | 201 | |
| Parameter failsOnErrorOutput should be final. | 202 | |
| ')' is preceded with whitespace. | 202 | |
| '{' should be on the previous line. | 203 | |
| '(' is followed by whitespace. | 204 | |
| ')' is preceded with whitespace. | 204 | |
| '{' should be on the previous line. | 205 | |
| '(' is followed by whitespace. | 208 | |
| ')' is preceded with whitespace. | 208 | |
| '(' is followed by whitespace. | 209 | |
| ')' is preceded with whitespace. | 209 | |
| '(' is followed by whitespace. | 211 | |
| ')' is preceded with whitespace. | 211 | |
| '{' should be on the previous line. | 212 | |
| '(' is followed by whitespace. | 213 | |
| ')' is preceded with whitespace. | 213 | |
| '(' is followed by whitespace. | 215 | |
| ')' is preceded with whitespace. | 215 | |
| '(' is followed by whitespace. | 218 | |
| ')' is preceded with whitespace. | 218 | |
| '{' should be on the previous line. | 219 | |
| Line is longer than 80 characters (found 86). | 220 | |
| '(' is followed by whitespace. | 220 | |
| ')' is preceded with whitespace. | 220 | |
| Line is longer than 80 characters (found 87). | 222 | |
| '(' is followed by whitespace. | 222 | |
| ')' is preceded with whitespace. | 222 | |
| Line is longer than 80 characters (found 94). | 226 | |
| '(' is followed by whitespace. | 226 | |
| '(' is followed by whitespace. | 226 | |
| ')' is preceded with whitespace. | 226 | |
| ')' is preceded with whitespace. | 226 | |
| '(' is followed by whitespace. | 227 | |
| ')' is preceded with whitespace. | 227 | |
| '{' should be on the previous line. | 228 | |
| Line is longer than 80 characters (found 90). | 229 | |
| '(' is followed by whitespace. | 229 | |
| ')' is preceded with whitespace. | 229 | |
| '{' should be on the previous line. | 232 | |
| Line is longer than 80 characters (found 96). | 233 | |
| '(' is followed by whitespace. | 233 | |
| ')' is preceded with whitespace. | 233 | |
| '(' is followed by whitespace. | 234 | |
| ')' is preceded with whitespace. | 234 | |
| '{' should be on the previous line. | 235 | |
| Line is longer than 80 characters (found 119). | 236 | |
| '(' is followed by whitespace. | 236 | |
| ')' is preceded with whitespace. | 237 | |
| '}' should be on the same line. | 238 | |
| '{' should be on the previous line. | 240 | |
| Line is longer than 80 characters (found 109). | 241 | |
| '(' is followed by whitespace. | 241 | |
| ')' is preceded with whitespace. | 242 | |
| Line is longer than 80 characters (found 81). | 244 | |
| '(' is followed by whitespace. | 244 | |
| ')' is preceded with whitespace. | 244 | |
| Line is longer than 80 characters (found 102). | 246 | |
| '(' is followed by whitespace. | 246 | |
| Line is longer than 80 characters (found 84). | 247 | |
| ')' is preceded with whitespace. | 247 | |
| '}' should be on the same line. | 249 | |
| '(' is followed by whitespace. | 250 | |
| ')' is preceded with whitespace. | 250 | |
| '{' should be on the previous line. | 251 | |
| Line is longer than 80 characters (found 98). | 252 | |
| '(' is followed by whitespace. | 252 | |
| Line is longer than 80 characters (found 95). | 253 | |
| ')' is preceded with whitespace. | 253 | |
| '(' is followed by whitespace. | 255 | |
| ')' is preceded with whitespace. | 255 | |
| '{' should be on the previous line. | 260 | |
| '{' should be on the previous line. | 266 | |
| '{' should be on the previous line. | 272 | |
| '(' is followed by whitespace. | 277 | |
| Parameter name should be final. | 277 | |
| Parameter value should be final. | 277 | |
| ')' is preceded with whitespace. | 277 | |
| '{' should be on the previous line. | 278 | |
| '(' is followed by whitespace. | 279 | |
| ')' is preceded with whitespace. | 279 | |
| '{' should be on the previous line. | 280 | |
| '(' is followed by whitespace. | 283 | |
| ')' is preceded with whitespace. | 283 | |
| '(' is followed by whitespace. | 287 | |
| Parameter errorListener should be final. | 287 | |
| 'errorListener' hides a field. | 287 | |
| ')' is preceded with whitespace. | 287 | |
| '{' should be on the previous line. | 288 | |
| Missing a Javadoc comment. | 292 | |
| '(' is followed by whitespace. | 292 | |
| Parameter pid should be final. | 292 | |
| 'pid' hides a field. | 292 | |
| ')' is preceded with whitespace. | 292 | |
| '{' should be on the previous line. | 293 | |
| '{' should be on the previous line. | 299 | |
| '(' is followed by whitespace. | 304 | |
| Parameter shell should be final. | 304 | |
| ')' is preceded with whitespace. | 304 | |
| '{' should be on the previous line. | 305 | |
| First sentence should end with a period. | 310 | |
| '{' should be on the previous line. | 314 | |
| Missing a Javadoc comment. | 315 | |
| Missing a Javadoc comment. | 316 | |
| Missing a Javadoc comment. | 318 | |
| '(' is followed by whitespace. | 318 | |
| Parameter logger should be final. | 318 | |
| 'logger' hides a field. | 318 | |
| ')' is preceded with whitespace. | 318 | |
| '{' should be on the previous line. | 319 | |
| '(' is followed by whitespace. | 324 | |
| Parameter line should be final. | 324 | |
| ')' is preceded with whitespace. | 324 | |
| '{' should be on the previous line. | 325 | |
| '(' is followed by whitespace. | 326 | |
| ')' is preceded with whitespace. | 326 | |
| '(' is followed by whitespace. | 327 | |
| ')' is preceded with whitespace. | 327 | |
| '{' should be on the previous line. | 328 | |
| '(' is followed by whitespace. | 329 | |
| ')' is preceded with whitespace. | 329 | |
| First sentence should end with a period. | 333 | |
| Line has trailing spaces. | 335 | |
| '{' should be on the previous line. | 340 | |
| Line is longer than 80 characters (found 117). | 346 | |
| Line is longer than 80 characters (found 118). | 347 | |
| Line is longer than 80 characters (found 86). | 348 | |
| '{' should be on the previous line. | 351 | |
| First sentence should end with a period. | 352 | |
| Line is longer than 80 characters (found 90). | 352 | |
| First sentence should end with a period. | 354 | |
| Missing a Javadoc comment. | 356 | |
| Missing a Javadoc comment. | 357 | |
| Line is longer than 80 characters (found 81). | 359 | |
| Missing a Javadoc comment. | 359 | |
| '(' is followed by whitespace. | 359 | |
| Parameter logger should be final. | 359 | |
| 'logger' hides a field. | 359 | |
| Parameter errorListener should be final. | 359 | |
| 'errorListener' hides a field. | 359 | |
| ')' is preceded with whitespace. | 359 | |
| '(' is followed by whitespace. | 364 | |
| ')' is preceded with whitespace. | 364 | |
| '{' should be on the previous line. | 365 | |
| Line is longer than 80 characters (found 107). | 366 | |
| '(' is followed by whitespace. | 366 | |
| ')' is preceded with whitespace. | 366 | |
| '(' is followed by whitespace. | 372 | |
| Parameter line should be final. | 372 | |
| ')' is preceded with whitespace. | 372 | |
| '{' should be on the previous line. | 373 | |
| '(' is followed by whitespace. | 374 | |
| ')' is preceded with whitespace. | 374 | |
| '(' is followed by whitespace. | 375 | |
| ')' is preceded with whitespace. | 375 | |
| '{' should be on the previous line. | 376 | |
| '(' is followed by whitespace. | 377 | |
| ')' is preceded with whitespace. | 377 | |
| '(' is followed by whitespace. | 379 | |
| ')' is preceded with whitespace. | 379 | |
| '{' should be on the previous line. | 380 | |
| '(' is followed by whitespace. | 381 | |
| ')' is preceded with whitespace. | 381 | |
| '}' should be on the same line. | 382 | |
| '{' should be on the previous line. | 384 | |
| Line is longer than 80 characters (found 111). | 390 | |
| Line has trailing spaces. | 391 | |
| Line is longer than 80 characters (found 111). | 392 | |
| '{' should be on the previous line. | 395 | |
| First sentence should end with a period. | 399 | |
| Line has trailing spaces. | 401 | |
| '{' should be on the previous line. | 406 | |
| First sentence should end with a period. | 411 | |
| Line has trailing spaces. | 413 | |
| '{' should be on the previous line. | 417 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters (found 84). | 33 | |
| Line is longer than 80 characters (found 84). | 35 | |
| Line is longer than 80 characters (found 92). | 37 | |
| '(' is followed by whitespace. | 37 | |
| ')' is preceded with whitespace. | 37 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '-' is followed by whitespace. | 24 | |
| '{' should be on the previous line. | 30 | |
| Line is longer than 80 characters (found 90). | 35 | |
| '(' is followed by whitespace. | 39 | |
| Parameter message should be final. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| '{' should be on the previous line. | 40 | |
| '(' is followed by whitespace. | 41 | |
| ')' is preceded with whitespace. | 41 | |
| Line is longer than 80 characters (found 117). | 45 | |
| '(' is followed by whitespace. | 50 | |
| Parameter message should be final. | 50 | |
| Parameter cause should be final. | 50 | |
| ')' is preceded with whitespace. | 50 | |
| '{' should be on the previous line. | 51 | |
| '(' is followed by whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| Line is longer than 80 characters (found 85). | 56 | |
| '(' is followed by whitespace. | 60 | |
| Parameter cause should be final. | 60 | |
| ')' is preceded with whitespace. | 60 | |
| '{' should be on the previous line. | 61 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| '(' is followed by whitespace. | 10 | |
| Parameter message should be final. | 10 | |
| ')' is preceded with whitespace. | 10 | |
| '{' should be on the previous line. | 11 | |
| '(' is followed by whitespace. | 12 | |
| ')' is preceded with whitespace. | 12 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| '(' is followed by whitespace. | 25 | |
| Parameter message should be final. | 25 | |
| ')' is preceded with whitespace. | 25 | |
| '{' should be on the previous line. | 26 | |
| '(' is followed by whitespace. | 27 | |
| ')' is preceded with whitespace. | 27 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| '(' is followed by whitespace. | 25 | |
| Parameter message should be final. | 25 | |
| ')' is preceded with whitespace. | 25 | |
| '{' should be on the previous line. | 26 | |
| '(' is followed by whitespace. | 27 | |
| ')' is preceded with whitespace. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters (found 84). | 5 | |
| Line is longer than 80 characters (found 95). | 16 | |
| Line is longer than 80 characters (found 86). | 17 | |
| Line is longer than 80 characters (found 105). | 21 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line is longer than 80 characters (found 93). | 31 | |
| Missing a Javadoc comment. | 31 | |
| '(' is followed by whitespace. | 31 | |
| Parameter delegate should be final. | 31 | |
| 'delegate' hides a field. | 31 | |
| Parameter project should be final. | 31 | |
| Parameter log should be final. | 31 | |
| 'log' hides a field. | 31 | |
| ')' is preceded with whitespace. | 31 | |
| Line is longer than 80 characters (found 91). | 35 | |
| '(' is followed by whitespace. | 35 | |
| ')' is preceded with whitespace. | 35 | |
| '(' is followed by whitespace. | 36 | |
| ')' is preceded with whitespace. | 36 | |
| Method 'doWithDevice' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Line is longer than 80 characters (found 104). | 41 | |
| '(' is followed by whitespace. | 41 | |
| ')' is preceded with whitespace. | 41 | |
| '(' is followed by whitespace. | 43 | |
| ')' is preceded with whitespace. | 43 | |
| Line is longer than 80 characters (found 82). | 45 | |
| '(' is followed by whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| '(' is followed by whitespace. | 46 | |
| ')' is preceded with whitespace. | 46 | |
| '(' is followed by whitespace. | 47 | |
| ')' is preceded with whitespace. | 47 | |
| Line is longer than 80 characters (found 92). | 50 | |
| '(' is followed by whitespace. | 50 | |
| '(' is followed by whitespace. | 51 | |
| ')' is preceded with whitespace. | 51 | |
| Line is longer than 80 characters (found 99). | 52 | |
| '(' is followed by whitespace. | 52 | |
| '(' is followed by whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| '(' is followed by whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| '(' is followed by whitespace. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| Missing a Javadoc comment. | 61 | |
| '(' is followed by whitespace. | 61 | |
| Parameter dir should be final. | 61 | |
| ')' is preceded with whitespace. | 61 | |
| '{' should be on the previous line. | 62 | |
| '{' should be on the previous line. | 64 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| '}' should be on the same line. | 66 | |
| '(' is followed by whitespace. | 67 | |
| ')' is preceded with whitespace. | 67 | |
| '{' should be on the previous line. | 68 | |
| Line is longer than 80 characters (found 109). | 69 | |
| '(' is followed by whitespace. | 69 | |
| ')' is preceded with whitespace. | 69 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters (found 86). | 31 | |
| Utility classes should not have a public or default constructor. | 35 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters (found 90). | 38 | |
| Missing a Javadoc comment. | 38 | |
| '{' is followed by whitespace. | 38 | |
| Line is longer than 80 characters (found 105). | 40 | |
| Missing a Javadoc comment. | 40 | |
| '(' is followed by whitespace. | 40 | |
| Parameter classesBaseDirectory should be final. | 40 | |
| ')' is preceded with whitespace. | 40 | |
| Line is longer than 80 characters (found 83). | 43 | |
| '(' is followed by whitespace. | 43 | |
| '!' is followed by whitespace. | 43 | |
| ')' is preceded with whitespace. | 43 | |
| Line is longer than 80 characters (found 100). | 45 | |
| '(' is followed by whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| Line is longer than 80 characters (found 85). | 48 | |
| '(' is followed by whitespace. | 48 | |
| ')' is preceded with whitespace. | 48 | |
| Line is longer than 80 characters (found 88). | 49 | |
| '(' is followed by whitespace. | 49 | |
| ')' is preceded with whitespace. | 49 | |
| '(' is followed by whitespace. | 51 | |
| ')' is preceded with whitespace. | 51 | |
| '{' should be on the previous line. | 52 | |
| '{' should be on the previous line. | 56 | |
| '(' is followed by whitespace. | 57 | |
| ')' is preceded with whitespace. | 57 | |
| '(' is followed by whitespace. | 58 | |
| ')' is preceded with whitespace. | 58 | |
| Line is longer than 80 characters (found 102). | 60 | |
| '(' is followed by whitespace. | 60 | |
| ')' is preceded with whitespace. | 61 | |
| '}' should be on the same line. | 62 | |
| '(' is followed by whitespace. | 63 | |
| ')' is preceded with whitespace. | 63 | |
| '{' should be on the previous line. | 64 | |
| Line is longer than 80 characters (found 117). | 65 | |
| '(' is followed by whitespace. | 65 | |
| Line is longer than 80 characters (found 88). | 66 | |
| Line is longer than 80 characters (found 92). | 67 | |
| ')' is preceded with whitespace. | 67 | |
| '}' should be on the same line. | 68 | |
| '{' should be on the previous line. | 70 | |
| '(' is followed by whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| Line is longer than 80 characters (found 81). | 78 | |
| Missing a Javadoc comment. | 78 | |
| '(' is followed by whitespace. | 78 | |
| Parameter classesBaseDirectory should be final. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| '(' is followed by whitespace. | 82 | |
| ')' is preceded with whitespace. | 82 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| '(' is followed by whitespace. | 85 | |
| '(' is followed by whitespace. | 87 | |
| Parameter basedir should be final. | 87 | |
| ')' is preceded with whitespace. | 87 | |
| '{' should be on the previous line. | 88 | |
| '(' is followed by whitespace. | 91 | |
| Parameter percentage should be final. | 91 | |
| Parameter file should be final. | 91 | |
| ')' is preceded with whitespace. | 91 | |
| '{' should be on the previous line. | 92 | |
| '(' is followed by whitespace. | 93 | |
| ')' is preceded with whitespace. | 93 | |
| '{' should be on the previous line. | 97 | |
| '(' is followed by whitespace. | 100 | |
| Parameter message should be final. | 100 | |
| ')' is preceded with whitespace. | 100 | |
| '{' should be on the previous line. | 101 | |
| ')' is preceded with whitespace. | 103 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters (found 95). | 30 | |
| '{' should be on the previous line. | 35 | |
| Line is longer than 80 characters (found 118). | 40 | |
| Line is longer than 80 characters (found 93). | 41 | |
| '(' is followed by whitespace. | 43 | |
| Parameter parentPackages should be final. | 43 | |
| 'parentPackages' hides a field. | 43 | |
| ')' is preceded with whitespace. | 43 | |
| '{' should be on the previous line. | 44 | |
| '(' is followed by whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| '(' is followed by whitespace. | 50 | |
| ')' is preceded with whitespace. | 50 | |
| Line is longer than 80 characters (found 118). | 52 | |
| Missing a Javadoc comment. | 52 | |
| '(' is followed by whitespace. | 52 | |
| Parameter version should be final. | 52 | |
| Parameter access should be final. | 52 | |
| Parameter name should be final. | 52 | |
| Parameter signature should be final. | 52 | |
| Parameter superName should be final. | 52 | |
| Parameter interfaces should be final. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| '(' is followed by whitespace. | 54 | |
| ')' is preceded with whitespace. | 54 | |
| '{' should be on the previous line. | 55 | |
| '(' is followed by whitespace. | 56 | |
| '(' is followed by whitespace. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters (found 85). | 59 | |
| Missing a Javadoc comment. | 64 | |
| '{' should be on the previous line. | 65 | |
| '(' is followed by whitespace. | 66 | |
| ')' is preceded with whitespace. | 66 | |
| Line is longer than 80 characters (found 84). | 72 | |
| '{' should be on the previous line. | 75 | |
| Missing a Javadoc comment. | 79 | |
| '(' is followed by whitespace. | 79 | |
| Parameter source should be final. | 79 | |
| Parameter debug should be final. | 79 | |
| ')' is preceded with whitespace. | 79 | |
| '{' should be on the previous line. | 80 | |
| Missing a Javadoc comment. | 83 | |
| '(' is followed by whitespace. | 83 | |
| Parameter owner should be final. | 83 | |
| Parameter name should be final. | 83 | |
| Parameter desc should be final. | 83 | |
| ')' is preceded with whitespace. | 83 | |
| '{' should be on the previous line. | 84 | |
| Missing a Javadoc comment. | 87 | |
| '(' is followed by whitespace. | 87 | |
| Parameter desc should be final. | 87 | |
| Parameter visible should be final. | 87 | |
| ')' is preceded with whitespace. | 87 | |
| '{' should be on the previous line. | 88 | |
| Missing a Javadoc comment. | 92 | |
| '(' is followed by whitespace. | 92 | |
| Parameter attr should be final. | 92 | |
| ')' is preceded with whitespace. | 92 | |
| '{' should be on the previous line. | 93 | |
| Line is longer than 80 characters (found 94). | 96 | |
| Missing a Javadoc comment. | 96 | |
| '(' is followed by whitespace. | 96 | |
| Parameter name should be final. | 96 | |
| Parameter outerName should be final. | 96 | |
| Parameter innerName should be final. | 96 | |
| Parameter access should be final. | 96 | |
| ')' is preceded with whitespace. | 96 | |
| Line is longer than 80 characters (found 106). | 100 | |
| Missing a Javadoc comment. | 100 | |
| '(' is followed by whitespace. | 100 | |
| Parameter access should be final. | 100 | |
| Parameter name should be final. | 100 | |
| Parameter desc should be final. | 100 | |
| Parameter signature should be final. | 100 | |
| Parameter value should be final. | 100 | |
| ')' is preceded with whitespace. | 100 | |
| Line is longer than 80 characters (found 115). | 105 | |
| Missing a Javadoc comment. | 105 | |
| '(' is followed by whitespace. | 105 | |
| Parameter access should be final. | 105 | |
| Parameter name should be final. | 105 | |
| Parameter desc should be final. | 105 | |
| Parameter signature should be final. | 105 | |
| Parameter exceptions should be final. | 105 | |
| ')' is preceded with whitespace. | 105 | |
| Missing a Javadoc comment. | 110 | |
| '{' should be on the previous line. | 111 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters (found 109). | 18 | |
| Utility classes should not have a public or default constructor. | 22 | |
| '{' should be on the previous line. | 23 | |
| Line is longer than 80 characters (found 115). | 26 | |
| Line is longer than 80 characters (found 97). | 32 | |
| '(' is followed by whitespace. | 32 | |
| Parameter artifact should be final. | 32 | |
| ')' is preceded with whitespace. | 32 | |
| '(' is followed by whitespace. | 35 | |
| ')' is preceded with whitespace. | 35 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters (found 99). | 37 | |
| '(' is followed by whitespace. | 37 | |
| Line is longer than 80 characters (found 90). | 38 | |
| ')' is preceded with whitespace. | 38 | |
| '}' should be on the same line. | 39 | |
| '{' should be on the previous line. | 41 | |
| Line is longer than 80 characters (found 119). | 42 | |
| '(' is followed by whitespace. | 42 | |
| ')' is preceded with whitespace. | 43 | |
| '(' is followed by whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| Line is longer than 80 characters (found 109). | 49 | |
| Missing a Javadoc comment. | 49 | |
| '(' is followed by whitespace. | 49 | |
| Parameter artifacts should be final. | 49 | |
| Parameter repositorySystem should be final. | 49 | |
| Line is longer than 80 characters (found 98). | 50 | |
| Parameter repositorySystemSession should be final. | 50 | |
| Line is longer than 80 characters (found 117). | 51 | |
| Parameter repositories should be final. | 51 | |
| ')' is preceded with whitespace. | 51 | |
| '{' should be on the previous line. | 54 | |
| Line is longer than 80 characters (found 82). | 56 | |
| '(' is followed by whitespace. | 58 | |
| ')' is preceded with whitespace. | 58 | |
| '{' should be on the previous line. | 59 | |
| Line is longer than 80 characters (found 110). | 61 | |
| '(' is followed by whitespace. | 61 | |
| ')' is preceded with whitespace. | 61 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| '}' should be on the same line. | 65 | |
| '(' is followed by whitespace. | 66 | |
| ')' is preceded with whitespace. | 66 | |
| '{' should be on the previous line. | 67 | |
| Line is longer than 80 characters (found 101). | 68 | |
| '(' is followed by whitespace. | 68 | |
| ')' is preceded with whitespace. | 68 | |
| Line is longer than 80 characters (found 97). | 72 | |
| Missing a Javadoc comment. | 72 | |
| '(' is followed by whitespace. | 72 | |
| Parameter artifact should be final. | 72 | |
| Parameter repositorySystem should be final. | 72 | |
| Line is longer than 80 characters (found 92). | 73 | |
| Parameter repositorySystemSession should be final. | 73 | |
| Line is longer than 80 characters (found 111). | 74 | |
| Parameter repositories should be final. | 74 | |
| ')' is preceded with whitespace. | 74 | |
| '{' should be on the previous line. | 77 | |
| Line is longer than 80 characters (found 113). | 79 | |
| '(' is followed by whitespace. | 79 | |
| ')' is preceded with whitespace. | 79 | |
| '(' is followed by whitespace. | 80 | |
| ')' is preceded with whitespace. | 80 | |
| '(' is followed by whitespace. | 81 | |
| ')' is preceded with whitespace. | 81 | |
| Line is longer than 80 characters (found 81). | 83 | |
| '(' is followed by whitespace. | 83 | |
| ')' is preceded with whitespace. | 83 | |
| Line is longer than 80 characters (found 117). | 86 | |
| '(' is followed by whitespace. | 86 | |
| Line is longer than 80 characters (found 109). | 87 | |
| ')' is preceded with whitespace. | 88 | |
| '(' is followed by whitespace. | 89 | |
| ')' is preceded with whitespace. | 89 | |
| '}' should be on the same line. | 91 | |
| '(' is followed by whitespace. | 92 | |
| ')' is preceded with whitespace. | 92 | |
| '{' should be on the previous line. | 93 | |
| Line is longer than 80 characters (found 103). | 94 | |
| '(' is followed by whitespace. | 94 | |
| ')' is preceded with whitespace. | 94 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters (found 115). | 4 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| '(' is followed by whitespace. | 37 | |
| Parameter packaging should be final. | 37 | |
| ')' is preceded with whitespace. | 37 | |
| '{' should be on the previous line. | 38 | |
| Line is longer than 80 characters (found 103). | 39 | |
| '(' is followed by whitespace. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| '(' is followed by whitespace. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| '(' is followed by whitespace. | 39 | |
| ')' is preceded with whitespace. | 39 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 11 | |
| '{' should be on the previous line. | 12 | |
| Line is longer than 80 characters (found 82). | 14 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Line is longer than 80 characters (found 93). | 18 | |
| Expected an @return tag. | 24 | |
| '(' is followed by whitespace. | 24 | |
| Parameter device should be final. | 24 | |
| Expected @param tag for 'device'. | 24 | |
| ')' is preceded with whitespace. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters (found 89). | 28 | |
| '(' is followed by whitespace. | 28 | |
| ')' is preceded with whitespace. | 28 | |
| '(' is followed by whitespace. | 29 | |
| ')' is preceded with whitespace. | 29 | |
| '{' should be on the previous line. | 30 | |
| '(' is followed by whitespace. | 31 | |
| ')' is preceded with whitespace. | 31 | |
| '(' is followed by whitespace. | 31 | |
| ')' is preceded with whitespace. | 31 | |
| '(' is followed by whitespace. | 33 | |
| ')' is preceded with whitespace. | 33 | |
| '(' is followed by whitespace. | 34 | |
| '(' is followed by whitespace. | 34 | |
| ')' is preceded with whitespace. | 34 | |
| ')' is preceded with whitespace. | 34 | |
| '{' should be on the previous line. | 35 | |
| '(' is followed by whitespace. | 36 | |
| ')' is preceded with whitespace. | 36 | |
| '(' is followed by whitespace. | 36 | |
| ')' is preceded with whitespace. | 36 | |
| '(' is followed by whitespace. | 38 | |
| ')' is preceded with whitespace. | 38 | |
| '(' is followed by whitespace. | 39 | |
| '(' is followed by whitespace. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| '{' should be on the previous line. | 40 | |
| '(' is followed by whitespace. | 41 | |
| ')' is preceded with whitespace. | 41 | |
| '(' is followed by whitespace. | 41 | |
| ')' is preceded with whitespace. | 41 | |
| '(' is followed by whitespace. | 44 | |
| ')' is preceded with whitespace. | 44 | |
| Line has trailing spaces. | 46 | |
| Line has trailing spaces. | 47 | |
| Missing a Javadoc comment. | 47 | |
| '(' is followed by whitespace. | 47 | |
| Parameter device should be final. | 47 | |
| ')' is preceded with whitespace. | 47 | |
| '{' should be on the previous line. | 48 | |
| '(' is followed by whitespace. | 49 | |
| ')' is preceded with whitespace. | 49 | |
| Line is longer than 80 characters (found 113). | 53 | |
| '(' is followed by whitespace. | 55 | |
| Parameter device should be final. | 55 | |
| Expected @param tag for 'device'. | 55 | |
| ')' is preceded with whitespace. | 55 | |
| '{' should be on the previous line. | 56 | |
| Line is longer than 80 characters (found 91). | 57 | |
| '(' is followed by whitespace. | 57 | |
| '(' is followed by whitespace. | 57 | |
| ')' is preceded with whitespace. | 57 | |
| ')' is preceded with whitespace. | 57 | |
| Line is longer than 80 characters (found 95). | 61 | |
| '(' is followed by whitespace. | 63 | |
| Parameter device should be final. | 63 | |
| Expected @param tag for 'device'. | 63 | |
| ')' is preceded with whitespace. | 63 | |
| '{' should be on the previous line. | 64 | |
| Line is longer than 80 characters (found 84). | 65 | |
| '(' is followed by whitespace. | 65 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| Line is longer than 80 characters (found 87). | 69 | |
| '(' is followed by whitespace. | 71 | |
| Parameter device should be final. | 71 | |
| Expected @param tag for 'device'. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| '{' should be on the previous line. | 72 | |
| '(' is followed by whitespace. | 74 | |
| ')' is preceded with whitespace. | 74 | |
| '{' should be on the previous line. | 75 | |
| '}' should be on the same line. | 77 | |
| '{' should be on the previous line. | 79 | |
| '(' is followed by whitespace. | 80 | |
| ')' is preceded with whitespace. | 80 | |
| '{' should be on the previous line. | 81 | |
| '}' should be on the same line. | 83 | |
| '{' should be on the previous line. | 85 | |
| '(' is followed by whitespace. | 89 | |
| ')' is preceded with whitespace. | 89 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 8 | |
| '{' should be on the previous line. | 9 | |
| Line is longer than 80 characters (found 95). | 10 | |
| Line is longer than 80 characters (found 100). | 11 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| '(' is followed by whitespace. | 14 | |
| Parameter fileName should be final. | 14 | |
| ')' is preceded with whitespace. | 14 | |
| '{' should be on the previous line. | 15 | |
| '(' is followed by whitespace. | 16 | |
| ')' is preceded with whitespace. | 16 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 20 | |
| '{' should be on the previous line. | 21 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 28 | |
| '(' is followed by whitespace. | 28 | |
| ')' is preceded with whitespace. | 28 | |
| First sentence should end with a period. | 31 | |
| Line is longer than 80 characters (found 117). | 39 | |
| '(' is followed by whitespace. | 39 | |
| Parameter jarFile should be final. | 39 | |
| Expected @param tag for 'jarFile'. | 39 | |
| Parameter outputDirectory should be final. | 39 | |
| Expected @param tag for 'outputDirectory'. | 39 | |
| Parameter unjarListener should be final. | 39 | |
| Expected @param tag for 'unjarListener'. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| Expected @throws tag for 'IOException'. | 39 | |
| '(' is followed by whitespace. | 41 | |
| ';' is followed by whitespace. | 41 | |
| '{' should be on the previous line. | 42 | |
| '(' is followed by whitespace. | 43 | |
| ')' is preceded with whitespace. | 43 | |
| '(' is followed by whitespace. | 44 | |
| ')' is preceded with whitespace. | 44 | |
| '(' is followed by whitespace. | 45 | |
| '(' is followed by whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| '{' should be on the previous line. | 46 | |
| '(' is followed by whitespace. | 48 | |
| '!' is followed by whitespace. | 48 | |
| ')' is preceded with whitespace. | 48 | |
| '{' should be on the previous line. | 49 | |
| '(' is followed by whitespace. | 50 | |
| '!' is followed by whitespace. | 50 | |
| ')' is preceded with whitespace. | 50 | |
| '{' should be on the previous line. | 51 | |
| Line is longer than 80 characters (found 113). | 52 | |
| '(' is followed by whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| '(' is followed by whitespace. | 57 | |
| '!' is followed by whitespace. | 57 | |
| ')' is preceded with whitespace. | 57 | |
| '{' should be on the previous line. | 58 | |
| '(' is followed by whitespace. | 59 | |
| ')' is preceded with whitespace. | 59 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters (found 83). | 62 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| '{' should be on the previous line. | 64 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| '}' should be on the same line. | 66 | |
| '{' should be on the previous line. | 68 | |
| '(' is followed by whitespace. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| '}' should be on the same line. | 71 | |
| '{' should be on the previous line. | 73 | |
| '(' is followed by whitespace. | 74 | |
| ')' is preceded with whitespace. | 74 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| '(' is followed by whitespace. | 33 | |
| Parameter log should be final. | 33 | |
| 'log' hides a field. | 33 | |
| ')' is preceded with whitespace. | 33 | |
| '{' should be on the previous line. | 34 | |
| Method 'start' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| '(' is followed by whitespace. | 38 | |
| Parameter totalWork should be final. | 38 | |
| ')' is preceded with whitespace. | 38 | |
| '{' should be on the previous line. | 39 | |
| Line is longer than 80 characters (found 89). | 40 | |
| '(' is followed by whitespace. | 40 | |
| ')' is preceded with whitespace. | 40 | |
| Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '{' should be on the previous line. | 44 | |
| '(' is followed by whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| Method 'isCanceled' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '{' should be on the previous line. | 49 | |
| Method 'startSubTask' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| '(' is followed by whitespace. | 53 | |
| Parameter name should be final. | 53 | |
| ')' is preceded with whitespace. | 53 | |
| '{' should be on the previous line. | 54 | |
| '(' is followed by whitespace. | 55 | |
| ')' is preceded with whitespace. | 55 | |
| Method 'advance' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| '(' is followed by whitespace. | 58 | |
| Parameter work should be final. | 58 | |
| ')' is preceded with whitespace. | 58 | |
| '{' should be on the previous line. | 59 | |
| '(' is followed by whitespace. | 60 | |
| ')' is preceded with whitespace. | 60 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters (found 120). | 59 | |
| Missing a Javadoc comment. | 59 | |
| '(' is followed by whitespace. | 59 | |
| Parameter project should be final. | 59 | |
| 'project' hides a field. | 59 | |
| Parameter projectRepos should be final. | 59 | |
| 'projectRepos' hides a field. | 59 | |
| Parameter repoSession should be final. | 59 | |
| 'repoSession' hides a field. | 59 | |
| Line is longer than 80 characters (found 96). | 60 | |
| Parameter repoSystem should be final. | 60 | |
| 'repoSystem' hides a field. | 60 | |
| Parameter artifactFactory should be final. | 60 | |
| 'artifactFactory' hides a field. | 60 | |
| Parameter log should be final. | 60 | |
| 'log' hides a field. | 60 | |
| ')' is preceded with whitespace. | 60 | |
| Line has trailing spaces. | 70 | |
| Line is longer than 80 characters (found 103). | 70 | |
| Missing a Javadoc comment. | 70 | |
| '(' is followed by whitespace. | 70 | |
| Parameter resolveNativeLibraryArtifacts should be final. | 70 | |
| Parameter unpackDirectory should be final. | 71 | |
| Line is longer than 80 characters (found 82). | 72 | |
| Parameter ndkArchitecture should be final. | 72 | |
| ')' is preceded with whitespace. | 72 | |
| Line is longer than 80 characters (found 85). | 74 | |
| '(' is followed by whitespace. | 74 | |
| ')' is preceded with whitespace. | 74 | |
| '(' is followed by whitespace. | 76 | |
| '(' is followed by whitespace. | 76 | |
| ')' is preceded with whitespace. | 76 | |
| ')' is preceded with whitespace. | 76 | |
| '{' should be on the previous line. | 77 | |
| '(' is followed by whitespace. | 80 | |
| '(' is followed by whitespace. | 80 | |
| ')' is preceded with whitespace. | 80 | |
| ')' is preceded with whitespace. | 80 | |
| '{' should be on the previous line. | 81 | |
| Line has trailing spaces. | 82 | |
| Line is longer than 80 characters (found 96). | 82 | |
| '(' is followed by whitespace. | 82 | |
| ')' is preceded with whitespace. | 83 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| '{' should be on the previous line. | 85 | |
| Line has trailing spaces. | 93 | |
| Line is longer than 80 characters (found 103). | 93 | |
| Missing a Javadoc comment. | 93 | |
| '(' is followed by whitespace. | 93 | |
| Parameter resolveNativeLibraryArtifacts should be final. |