The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 3 | |
| NewlineAtEndOfFile | 3 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 118 | |
RegexpSingleline
| 71 | |
| JavadocMethod | 68 | |
| JavadocType | 6 | |
| JavadocVariable | 147 | |
| JavadocStyle | 26 | |
| ConstantName | 8 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 2 | |
| StaticVariableName | 4 | |
| TypeName | 0 | |
| AvoidStarImport | 15 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| LineLength | 215 | |
| MethodLength | 2 | |
| ParameterNumber | 1 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 5 | |
| WhitespaceAround | 41 | |
| ModifierOrder | 0 | |
| RedundantModifier | 3 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 8 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 2 | |
| AvoidInlineConditionals | 9 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 1 | |
| HiddenField | 23 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 100 | |
| MissingSwitchDefault | 2 | |
| RedundantThrows | 2 | |
| SimplifyBooleanExpression | 10 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 76 | |
| FinalClass | 7 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 9 | |
| ArrayTypeStyle | 1 | |
| FinalParameters | 192 | |
| TodoComment | 19 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Class Album should be declared as final. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Name 'instanciaAlbum' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| First sentence should end with a period. | 46 | |
| 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 | |
| First sentence should end with a period. | 55 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| First sentence should end with a period. | 67 | |
| Parameter aID should be final. | 87 | |
| Parameter uID should be final. | 96 | |
| Parameter cID should be final. | 105 | |
| Parameter nm should be final. | 114 | |
| Parameter d should be final. | 123 | |
| Parameter dt should be final. | 132 | |
| Parameter fotoID should be final. | 197 | |
| Parameter caminho should be final. | 216 | |
| '3' is a magic number. | 247 | |
| Expected an @return tag. | 275 | |
| Parameter force should be final. | 286 | |
| Expected @param tag for 'force'. | 286 | |
| Expression can be simplified. | 288 | |
| Parameter nomeCategoria should be final. | 317 | |
| Parameter categoriaID should be final. | 334 | |
| 'categoriaID' hides a field. | 334 | |
| Parameter nomeCategoria should be final. | 349 | |
| Parameter aID should be final. | 382 | |
| Line is longer than 80 characters. | 386 | |
| Line is longer than 80 characters. | 394 | |
| Line is longer than 80 characters. | 405 | |
| Line is longer than 80 characters. | 407 | |
| Comment matches to-do format 'TODO:'. | 413 | |
| Line is longer than 80 characters. | 418 | |
| Line is longer than 80 characters. | 419 | |
| Parameter albunsID should be final. | 432 | |
| Line is longer than 80 characters. | 446 | |
| Line is longer than 80 characters. | 448 | |
| Expression can be simplified. | 464 | |
| Line is longer than 80 characters. | 470 | |
| Expression can be simplified. | 471 | |
| Line is longer than 80 characters. | 472 | |
| Line is longer than 80 characters. | 474 | |
| Expression can be simplified. | 479 | |
| Line is longer than 80 characters. | 480 | |
| Line is longer than 80 characters. | 482 | |
| Parameter nomes should be final. | 502 | |
| Parameter fotosID should be final. | 526 | |
| Line is longer than 80 characters. | 575 | |
| Unused @param tag for 'photo'. | 610 | |
| Parameter f should be final. | 612 | |
| Expected @param tag for 'f'. | 612 | |
| Missing a Javadoc comment. | 625 | |
| Parameter categoriaID should be final. | 647 | |
| 'categoriaID' hides a field. | 647 | |
| Line is longer than 80 characters. | 689 | |
| Line is longer than 80 characters. | 705 | |
| Line is longer than 80 characters. | 716 | |
| Line is longer than 80 characters. | 748 | |
| Missing a Javadoc comment. | 763 |
| Violation | Message | Line |
|---|---|---|
| Class BancoImagem should be declared as final. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Name 'instancia' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 65 | |
| First sentence should end with a period. | 86 | |
| Parameter albumID should be final. | 92 | |
| Parameter dbUrl should be final. | 118 | |
| Parameter dbDriver should be final. | 118 | |
| Line is longer than 80 characters. | 137 | |
| Expression can be simplified. | 142 | |
| Line has trailing spaces. | 150 | |
| Line contains a tab character. | 150 | |
| Expression can be simplified. | 167 | |
| Parameter title should be final. | 195 | |
| Line is longer than 80 characters. | 208 | |
| Line is longer than 80 characters. | 220 | |
| Parameter u should be final. | 269 | |
| Parameter p should be final. | 278 | |
| Parameter aRSet should be final. | 300 | |
| Missing a Javadoc comment. | 309 | |
| Line is longer than 80 characters. | 310 | |
| Line is longer than 80 characters. | 315 | |
| Line is longer than 80 characters. | 319 | |
| Missing a Javadoc comment. | 319 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 35 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 43 | |
| Parameter input should be final. | 45 | |
| Line is longer than 80 characters. | 46 | |
| 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. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Parameter photoVO should be final. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 78 | |
| More than 7 parameters. | 78 | |
| Parameter ID should be final. | 78 | |
| Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| Parameter albumID should be final. | 78 | |
| 'albumID' hides a field. | 78 | |
| Parameter fotoLegenda should be final. | 78 | |
| Parameter fotoCreditoID should be final. | 78 | |
| Parameter fotoCreditoNome should be final. | 78 | |
| Parameter fotoLargura should be final. | 78 | |
| Parameter fotoAltura should be final. | 78 | |
| Parameter tamanhoBytes should be final. | 78 | |
| 'tamanhoBytes' hides a field. | 78 | |
| Expected @param tag for 'tamanhoBytes'. | 78 | |
| Parameter arquivo should be final. | 98 | |
| Method 'getFotoID' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Method 'getCreditoID' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Method 'getCreditoNome' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Method 'getLegenda' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Method 'getLargura' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Method 'getAltura' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Line is longer than 80 characters. | 170 | |
| Method 'getResolucao' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Method 'getCaminhoArquivo' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Method 'setFotoID' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Parameter f should be final. | 192 | |
| Method 'setCreditoID' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Parameter c should be final. | 201 | |
| Method 'setLegenda' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Parameter l should be final. | 210 | |
| Method 'setLargura' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Parameter l should be final. | 219 | |
| Method 'setAltura' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Parameter a should be final. | 228 | |
| Method 'setResolucao' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Parameter r should be final. | 238 | |
| Method 'setCreditoNome' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Parameter nome should be final. | 248 | |
| Line is longer than 80 characters. | 263 | |
| Line is longer than 80 characters. | 277 | |
| Parameter nomeCredito should be final. | 298 | |
| Parameter nomeCredito should be final. | 315 | |
| First sentence should end with a period. | 324 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| Line is longer than 80 characters. | 353 | |
| Method 'resetCaminhoArquivo' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| Method 'atualizaFoto' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| Line is longer than 80 characters. | 380 | |
| Line is longer than 80 characters. | 390 | |
| Must have at least one statement. | 411 | |
| Method 'getAlbumID' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| First sentence should end with a period. | 424 | |
| Method 'setAlbumID' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| Parameter albumID should be final. | 429 | |
| 'albumID' hides a field. | 429 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| Method 'getCreditos' is not designed for extension - needs to be abstract, final or empty. | 438 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 17 | |
| Parameter arg0 should be final. | 42 | |
| Expected @param tag for 'arg0'. | 42 | |
| Parameter arg0 should be final. | 50 | |
| Expected @param tag for 'arg0'. | 50 | |
| Parameter arg0 should be final. | 59 | |
| Expected @param tag for 'arg0'. | 59 | |
| Parameter arg1 should be final. | 59 | |
| Expected @param tag for 'arg1'. | 59 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 34 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'nomesColuna' must be private and have accessor methods. | 41 | |
| '=' is not preceded with whitespace. | 41 | |
| '=' is not followed by whitespace. | 41 | |
| ',' is not followed by whitespace. | 41 | |
| ',' is not followed by whitespace. | 41 | |
| ',' is not followed by whitespace. | 41 | |
| ',' is not followed by whitespace. | 41 | |
| ',' is not followed by whitespace. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 43 | |
| Parameter listaArquivos should be final. | 48 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter listaArquivos should be final. | 58 | |
| '=' is not preceded with whitespace. | 59 | |
| '=' is not followed by whitespace. | 59 | |
| '=' is not preceded with whitespace. | 60 | |
| '=' is not followed by whitespace. | 60 | |
| '6' is a magic number. | 60 | |
| '=' is not preceded with whitespace. | 62 | |
| '=' is not followed by whitespace. | 62 | |
| 'while' is not followed by whitespace. | 63 | |
| '=' is not preceded with whitespace. | 64 | |
| '=' is not followed by whitespace. | 64 | |
| '=' is not preceded with whitespace. | 65 | |
| '=' is not followed by whitespace. | 65 | |
| '=' is not preceded with whitespace. | 66 | |
| '=' is not followed by whitespace. | 66 | |
| '=' is not preceded with whitespace. | 67 | |
| '=' is not followed by whitespace. | 67 | |
| '3' is a magic number. | 68 | |
| '=' is not preceded with whitespace. | 68 | |
| '=' is not followed by whitespace. | 68 | |
| '4' is a magic number. | 69 | |
| '=' is not preceded with whitespace. | 69 | |
| '=' is not followed by whitespace. | 69 | |
| '5' is a magic number. | 70 | |
| '=' is not preceded with whitespace. | 70 | |
| '=' is not followed by whitespace. | 70 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 18 | |
| Using the '.*' form of import should be avoided - java.awt.event.*. | 19 | |
| Using the '.*' form of import should be avoided - java.io.*. | 20 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 21 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| 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 | |
| '100' is a magic number. | 51 | |
| Missing a Javadoc comment. | 52 | |
| '100' is a magic number. | 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. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Array brackets at illegal position. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Method length is 158 lines (max allowed is 150). | 80 | |
| '3' is a magic number. | 85 | |
| Comment matches to-do format 'TODO:'. | 87 | |
| Expression can be simplified. | 102 | |
| '11' is a magic number. | 107 | |
| '348' is a magic number. | 112 | |
| '3' is a magic number. | 112 | |
| '60' is a magic number. | 112 | |
| '18' is a magic number. | 112 | |
| '8' is a magic number. | 115 | |
| '3' is a magic number. | 115 | |
| '340' is a magic number. | 115 | |
| '18' is a magic number. | 115 | |
| '8' is a magic number. | 120 | |
| '127' is a magic number. | 120 | |
| '400' is a magic number. | 120 | |
| '70' is a magic number. | 120 | |
| '8' is a magic number. | 128 | |
| '20' is a magic number. | 128 | |
| '400' is a magic number. | 128 | |
| '100' is a magic number. | 128 | |
| '8' is a magic number. | 134 | |
| '235' is a magic number. | 134 | |
| '234' is a magic number. | 134 | |
| '18' is a magic number. | 134 | |
| '246' is a magic number. | 138 | |
| '235' is a magic number. | 138 | |
| '58' is a magic number. | 138 | |
| '18' is a magic number. | 138 | |
| '8' is a magic number. | 143 | |
| '205' is a magic number. | 143 | |
| '234' is a magic number. | 143 | |
| '18' is a magic number. | 143 | |
| '246' is a magic number. | 147 | |
| '205' is a magic number. | 147 | |
| '58' is a magic number. | 147 | |
| '18' is a magic number. | 147 | |
| '308' is a magic number. | 150 | |
| '204' is a magic number. | 150 | |
| '100' is a magic number. | 150 | |
| '20' is a magic number. | 150 | |
| '420' is a magic number. | 153 | |
| '300' is a magic number. | 153 | |
| Parameter e should be final. | 166 | |
| Comment matches to-do format 'TODO:'. | 172 | |
| Parameter evt should be final. | 176 | |
| Parameter e should be final. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Parameter event should be final. | 189 | |
| Line has trailing spaces. | 190 | |
| Line contains a tab character. | 190 | |
| Parameter e should be final. | 211 | |
| Comment matches to-do format 'TODO:'. | 212 | |
| Parameter totalBytesTransferred should be final. | 230 | |
| Parameter bytesTransferred should be final. | 231 | |
| Parameter streamSize should be final. | 232 | |
| Line is longer than 80 characters. | 234 | |
| '1024' is a magic number. | 234 | |
| Missing a Javadoc comment. | 239 | |
| Comment matches to-do format 'TODO:'. | 240 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| Method length is 207 lines (max allowed is 150). | 252 | |
| '4' is a magic number. | 299 | |
| Line has trailing spaces. | 302 | |
| Line is longer than 80 characters. | 310 | |
| Line is longer than 80 characters. | 321 | |
| Line is longer than 80 characters. | 327 | |
| Line is longer than 80 characters. | 328 | |
| '5' is a magic number. | 328 | |
| Line is longer than 80 characters. | 331 | |
| Line is longer than 80 characters. | 334 | |
| Must have at least one statement. | 344 | |
| Must have at least one statement. | 349 | |
| Line is longer than 80 characters. | 362 | |
| Line is longer than 80 characters. | 364 | |
| Line is longer than 80 characters. | 366 | |
| '1024' is a magic number. | 366 | |
| Line is longer than 80 characters. | 391 | |
| '5' is a magic number. | 391 | |
| Line is longer than 80 characters. | 406 | |
| Line is longer than 80 characters. | 408 | |
| Line is longer than 80 characters. | 428 | |
| '5' is a magic number. | 428 | |
| Line is longer than 80 characters. | 435 | |
| Line is longer than 80 characters. | 436 | |
| Must have at least one statement. | 446 | |
| Must have at least one statement. | 451 | |
| '}' is not followed by whitespace. | 454 | |
| Missing a Javadoc comment. | 461 | |
| Line is longer than 80 characters. | 470 | |
| '5' is a magic number. | 470 | |
| Line is longer than 80 characters. | 473 | |
| Line has trailing spaces. | 480 | |
| Line is longer than 80 characters. | 488 | |
| Line is longer than 80 characters. | 504 | |
| Line is longer than 80 characters. | 519 | |
| Line is longer than 80 characters. | 542 | |
| Missing a Javadoc comment. | 559 | |
| Redundant throws: 'NumberFormatException' is unchecked exception. | 559 | |
| '5' is a magic number. | 560 | |
| '1024' is a magic number. | 563 | |
| Line is longer than 80 characters. | 566 | |
| Missing a Javadoc comment. | 566 | |
| Parameter streamOrigem should be final. | 566 | |
| Parameter streamDestino should be final. | 566 | |
| Parameter streamSize should be final. | 566 | |
| Redundant throws: 'CopyStreamException' is subclass of 'IOException'. | 567 | |
| Must have at least one statement. | 580 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 | |
| Variable 'ext' must be private and have accessor methods. | 35 | |
| Line has trailing spaces. | 36 | |
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Parameter f should be final. | 44 | |
| '=' is not preceded with whitespace. | 48 | |
| '=' is not followed by whitespace. | 48 | |
| '=' is not preceded with whitespace. | 49 | |
| '=' is not followed by whitespace. | 49 | |
| 'if' is not followed by whitespace. | 50 | |
| '-' is not preceded with whitespace. | 50 | |
| '-' is not followed by whitespace. | 50 | |
| '=' is not preceded with whitespace. | 51 | |
| '=' is not followed by whitespace. | 51 | |
| '+' is not preceded with whitespace. | 51 | |
| '+' is not followed by whitespace. | 51 | |
| 'if' is not followed by whitespace. | 54 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 65 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Name 'instanciaLogin' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| '8' is a magic number. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| '8' is a magic number. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Parameter title should be final. | 55 | |
| Parameter e should be final. | 81 | |
| Parameter e should be final. | 96 | |
| '200' is a magic number. | 105 | |
| '123' is a magic number. | 105 | |
| '8' is a magic number. | 117 | |
| '8' is a magic number. | 117 | |
| '40' is a magic number. | 117 | |
| '20' is a magic number. | 117 | |
| '55' is a magic number. | 118 | |
| '8' is a magic number. | 118 | |
| '129' is a magic number. | 118 | |
| '20' is a magic number. | 118 | |
| '8' is a magic number. | 119 | |
| '34' is a magic number. | 119 | |
| '40' is a magic number. | 119 | |
| '20' is a magic number. | 119 | |
| '55' is a magic number. | 120 | |
| '34' is a magic number. | 120 | |
| '129' is a magic number. | 120 | |
| '20' is a magic number. | 120 | |
| '8' is a magic number. | 122 | |
| '60' is a magic number. | 122 | |
| '88' is a magic number. | 122 | |
| '25' is a magic number. | 122 | |
| '104' is a magic number. | 123 | |
| '60' is a magic number. | 123 | |
| '80' is a magic number. | 123 | |
| '25' is a magic number. | 123 | |
| Parameter titulo should be final. | 137 | |
| Parameter msgErro should be final. | 190 | |
| Line is longer than 80 characters. | 192 |
| Violation | Message | Line |
|---|---|---|
| Class TableModelAlbum should be declared as final. | 31 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Name 'instancia' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 56 | |
| Parameter sql should be final. | 70 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Parameter col should be final. | 98 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 130 | |
| Parameter row should be final. | 145 | |
| Parameter col should be final. | 145 | |
| Line is longer than 80 characters. | 149 | |
| Comment matches to-do format 'TODO:'. | 156 | |
| Parameter l should be final. | 163 | |
| Parameter c should be final. | 163 | |
| Parameter column should be final. | 177 | |
| Line is longer than 80 characters. | 179 | |
| Line is longer than 80 characters. | 181 | |
| Parameter ultimoSQL should be final. | 200 | |
| 'ultimoSQL' hides a field. | 200 | |
| Line is longer than 80 characters. | 206 | |
| Parameter event should be final. | 211 | |
| Parameter event should be final. | 222 | |
| Comment matches to-do format 'TODO:'. | 227 | |
| Parameter event should be final. | 232 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 18 | |
| Using the '.*' form of import should be avoided - java.awt.event.*. | 19 | |
| Using the '.*' form of import should be avoided - java.util.*. | 20 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 22 | |
| Using the '.*' form of import should be avoided - javax.swing.table.*. | 25 | |
| Line has trailing spaces. | 71 | |
| Line has trailing spaces. | 73 | |
| Missing a Javadoc comment. | 80 | |
| Variable 'tableModel' must be private and have accessor methods. | 84 | |
| Missing a Javadoc comment. | 97 | |
| Name 'EMPTY_DIRECTIVE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| Line is longer than 80 characters. | 101 | |
| Parameter o1 should be final. | 104 | |
| Parameter o2 should be final. | 104 | |
| Line is longer than 80 characters. | 111 | |
| Parameter o1 should be final. | 114 | |
| Parameter o2 should be final. | 114 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 124 | |
| Parameter tableModel should be final. | 138 | |
| 'tableModel' hides a field. | 138 | |
| Expected @param tag for 'tableModel'. | 138 | |
| Parameter tableModel should be final. | 148 | |
| 'tableModel' hides a field. | 148 | |
| Expected @param tag for 'tableModel'. | 148 | |
| Parameter tableHeader should be final. | 148 | |
| 'tableHeader' hides a field. | 148 | |
| Expected @param tag for 'tableHeader'. | 148 | |
| Missing a Javadoc comment. | 154 | |
| Expected an @return tag. | 163 | |
| Parameter tableModel should be final. | 171 | |
| 'tableModel' hides a field. | 171 | |
| Expected @param tag for 'tableModel'. | 171 | |
| Expected an @return tag. | 189 | |
| Parameter tableHeader should be final. | 197 | |
| 'tableHeader' hides a field. | 197 | |
| Expected @param tag for 'tableHeader'. | 197 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 209 | |
| Expected an @return tag. | 217 | |
| Missing a Javadoc comment. | 221 | |
| Parameter column should be final. | 221 | |
| Expected an @return tag. | 236 | |
| Parameter column should be final. | 236 | |
| Expected @param tag for 'column'. | 236 | |
| Missing a Javadoc comment. | 240 | |
| Parameter column should be final. | 253 | |
| Expected @param tag for 'column'. | 253 | |
| Parameter status should be final. | 253 | |
| Expected @param tag for 'status'. | 253 | |
| Expected an @return tag. | 270 | |
| Parameter column should be final. | 270 | |
| Expected @param tag for 'column'. | 270 | |
| Parameter size should be final. | 270 | |
| Expected @param tag for 'size'. | 270 | |
| Line is longer than 80 characters. | 275 | |
| Missing a Javadoc comment. | 278 | |
| Parameter type should be final. | 288 | |
| Expected @param tag for 'type'. | 288 | |
| Parameter comparator should be final. | 288 | |
| Expected @param tag for 'comparator'. | 288 | |
| Expected an @return tag. | 301 | |
| Parameter column should be final. | 302 | |
| Expected @param tag for 'column'. | 302 | |
| Line is longer than 80 characters. | 304 | |
| Missing a Javadoc comment. | 314 | |
| Expected an @return tag. | 334 | |
| Parameter viewIndex should be final. | 334 | |
| Expected @param tag for 'viewIndex'. | 334 | |
| Missing a Javadoc comment. | 338 | |
| Line has trailing spaces. | 349 | |
| Avoid inline conditionals. | 352 | |
| Avoid inline conditionals. | 357 | |
| Parameter column should be final. | 361 | |
| Parameter column should be final. | 366 | |
| Parameter row should be final. | 371 | |
| Parameter column should be final. | 371 | |
| Parameter row should be final. | 376 | |
| Parameter column should be final. | 376 | |
| Parameter aValue should be final. | 381 | |
| Parameter row should be final. | 381 | |
| Parameter column should be final. | 381 | |
| Missing a Javadoc comment. | 386 | |
| Missing a Javadoc comment. | 388 | |
| Missing a Javadoc comment. | 390 | |
| Parameter index should be final. | 390 | |
| Parameter o should be final. | 396 | |
| Line is longer than 80 characters. | 400 | |
| Line is longer than 80 characters. | 415 | |
| Line is longer than 80 characters. | 418 | |
| Avoid inline conditionals. | 418 | |
| Missing a Javadoc comment. | 425 | |
| Parameter e should be final. | 428 | |
| Line has trailing spaces. | 429 | |
| Line is longer than 80 characters. | 429 | |
| Line has trailing spaces. | 436 | |
| Line is longer than 80 characters. | 436 | |
| Line has trailing spaces. | 437 | |
| Line is longer than 80 characters. | 437 | |
| Line has trailing spaces. | 438 | |
| Line has trailing spaces. | 445 | |
| Line is longer than 80 characters. | 445 | |
| Line has trailing spaces. | 446 | |
| Line has trailing spaces. | 447 | |
| Line has trailing spaces. | 448 | |
| Line is longer than 80 characters. | 448 | |
| Line is longer than 80 characters. | 449 | |
| Line has trailing spaces. | 450 | |
| Line is longer than 80 characters. | 450 | |
| Line is longer than 80 characters. | 453 | |
| Line has trailing spaces. | 454 | |
| Line has trailing spaces. | 455 | |
| Line is longer than 80 characters. | 455 | |
| Line has trailing spaces. | 456 | |
| Line is longer than 80 characters. | 456 | |
| Line has trailing spaces. | 457 | |
| Line has trailing spaces. | 458 | |
| Line has trailing spaces. | 459 | |
| Line is longer than 80 characters. | 459 | |
| Line has trailing spaces. | 460 | |
| Line has trailing spaces. | 461 | |
| Line has trailing spaces. | 462 | |
| Line has trailing spaces. | 475 | |
| Line is longer than 80 characters. | 475 | |
| Missing a Javadoc comment. | 481 | |
| Parameter e should be final. | 484 | |
| Line has trailing spaces. | 494 | |
| Line is longer than 80 characters. | 494 | |
| Line has trailing spaces. | 495 | |
| Line is longer than 80 characters. | 495 | |
| Avoid inline conditionals. | 496 | |
| Line is longer than 80 characters. | 497 | |
| '4' is a magic number. | 497 | |
| '3' is a magic number. | 497 | |
| Missing a Javadoc comment. | 503 | |
| Missing a Javadoc comment. | 505 | |
| Missing a Javadoc comment. | 506 | |
| Missing a Javadoc comment. | 507 | |
| Missing a Javadoc comment. | 509 | |
| Parameter descending should be final. | 509 | |
| 'descending' hides a field. | 509 | |
| Parameter size should be final. | 509 | |
| 'size' hides a field. | 509 | |
| Parameter priority should be final. | 509 | |
| 'priority' hides a field. | 509 | |
| Parameter c should be final. | 516 | |
| Parameter g should be final. | 516 | |
| Parameter x should be final. | 516 | |
| Parameter y should be final. | 516 | |
| Avoid inline conditionals. | 517 | |
| Line has trailing spaces. | 518 | |
| Line has trailing spaces. | 519 | |
| '0.8' is a magic number. | 520 | |
| Avoid inline conditionals. | 521 | |
| Line has trailing spaces. | 522 | |
| '5' is a magic number. | 523 | |
| '6' is a magic number. | 523 | |
| Avoid inline conditionals. | 523 | |
| Avoid inline conditionals. | 524 | |
| Line has trailing spaces. | 527 | |
| Line has trailing spaces. | 532 | |
| Line has trailing spaces. | 537 | |
| Missing a Javadoc comment. | 560 | |
| Missing a Javadoc comment. | 562 | |
| Missing a Javadoc comment. | 564 | |
| Parameter tableCellRenderer should be final. | 564 | |
| 'tableCellRenderer' hides a field. | 564 | |
| Parameter table should be final. | 569 | |
| Parameter value should be final. | 570 | |
| Parameter isSelected should be final. | 571 | |
| Parameter hasFocus should be final. | 572 | |
| Parameter row should be final. | 573 | |
| Parameter column should be final. | 574 | |
| Line is longer than 80 characters. | 581 | |
| Missing a Javadoc comment. | 587 | |
| Missing a Javadoc comment. | 589 | |
| Missing a Javadoc comment. | 590 | |
| Missing a Javadoc comment. | 592 | |
| Parameter column should be final. | 592 | |
| 'column' hides a field. | 592 | |
| Parameter direction should be final. | 592 | |
| 'direction' hides a field. | 592 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line contains a tab character. | 30 | |
| Variable 'cachedContext' must be private and have accessor methods. | 33 | |
| Line contains a tab character. | 34 | |
| Name 'EJB_URL_PREFIXES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| Variable 'EJB_URL_PREFIXES' must be private and have accessor methods. | 37 | |
| Line contains a tab character. | 38 | |
| Line is longer than 80 characters. | 41 | |
| Name 'EJB_CONTEXT_FACTORY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| Variable 'EJB_CONTEXT_FACTORY' must be private and have accessor methods. | 41 | |
| Line contains a tab character. | 42 | |
| Name 'EJB_SERVER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| Variable 'EJB_SERVER' must be private and have accessor methods. | 45 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line contains a tab character. | 49 | |
| Method 'initEJBContext' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Line contains a tab character. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 60 | |
| Expected an @return tag. | 64 | |
| Method 'getEJBContext' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 71 | |
| Expected an @return tag. | 76 | |
| Method 'getRemoteEJBsInitialContext' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Expected @throws tag for 'NamingException'. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 17 | |
| Line has trailing spaces. | 23 | |
| Class EJBDAOLocator should be declared as final. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line contains a tab character. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 39 | |
| Method 'addSyncListener' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Parameter listener should be final. | 54 | |
| Method 'removeSyncListener' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Parameter listener should be final. | 64 | |
| Line has trailing spaces. | 67 | |
| Parameter event should be final. | 76 | |
| Line has trailing spaces. | 77 | |
| Parameter event should be final. | 86 | |
| Parameter event should be final. | 96 | |
| Line has trailing spaces. | 97 |
| Violation | Message | Line |
|---|---|---|
| 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. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 | |
| First sentence should end with a period. | 70 | |
| Line is longer than 80 characters. | 75 | |
| Method 'transferFile' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Parameter streamOrigem should be final. | 89 | |
| Parameter streamDestino should be final. | 89 | |
| Parameter streamSize should be final. | 89 | |
| Comment matches to-do format 'TODO:'. | 108 | |
| Method 'cd' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Parameter diretorioFilho should be final. | 116 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 123 | |
| Method 'makeDirectory' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Parameter pathName should be final. | 142 | |
| Line is longer than 80 characters. | 161 | |
| Comment matches to-do format 'TODO:'. | 166 | |
| Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Comment matches to-do format 'TODO:'. | 188 | |
| Line is longer than 80 characters. | 189 | |
| '25000' is a magic number. | 192 | |
| Comment matches to-do format 'TODO:'. | 195 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 207 | |
| Line is longer than 80 characters. | 222 | |
| Comment matches to-do format 'TODO:'. | 246 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 270 | |
| Method 'disconnect' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| Parameter msg should be final. | 283 | |
| Line is longer than 80 characters. | 299 | |
| '}' is not followed by whitespace. | 301 | |
| Must have at least one statement. | 302 | |
| Line is longer than 80 characters. | 315 | |
| Method 'loadSyncCache' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| Line has trailing spaces. | 324 | |
| Line contains a tab character. | 324 | |
| Method 'loadSyncCacheLine' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| Parameter linha should be final. | 362 | |
| '3' is a magic number. | 370 | |
| switch without "default" clause. | 384 | |
| Line is longer than 80 characters. | 391 | |
| Line is longer than 80 characters. | 394 | |
| Line is longer than 80 characters. | 395 | |
| Line is longer than 80 characters. | 396 | |
| Line is longer than 80 characters. | 397 | |
| Expression can be simplified. | 398 | |
| Line is longer than 80 characters. | 399 | |
| Line is longer than 80 characters. | 400 | |
| Line is longer than 80 characters. | 402 | |
| Line is longer than 80 characters. | 403 | |
| Line is longer than 80 characters. | 413 | |
| Line is longer than 80 characters. | 414 | |
| Line is longer than 80 characters. | 415 | |
| Line is longer than 80 characters. | 416 | |
| Expression can be simplified. | 417 | |
| Line is longer than 80 characters. | 418 | |
| Line is longer than 80 characters. | 419 | |
| Line is longer than 80 characters. | 422 | |
| Line is longer than 80 characters. | 423 | |
| Line is longer than 80 characters. | 428 | |
| Line is longer than 80 characters. | 429 | |
| Line is longer than 80 characters. | 430 | |
| Line is longer than 80 characters. | 432 | |
| First sentence should end with a period. | 441 | |
| Method 'getSyncFolder' is not designed for extension - needs to be abstract, final or empty. | 446 | |
| First sentence should end with a period. | 451 | |
| Method 'setSyncFolder' is not designed for extension - needs to be abstract, final or empty. | 456 | |
| Parameter ftpRoot should be final. | 457 | |
| 'ftpRoot' hides a field. | 457 | |
| Method 'getSyncListener' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| Method 'setSyncListener' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| Parameter listener should be final. | 477 | |
| Method 'getCopyStreamListener' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| Method 'setCopyStreamListener' is not designed for extension - needs to be abstract, final or empty. | 496 | |
| Parameter copyStreamListener should be final. | 497 | |
| 'copyStreamListener' hides a field. | 497 | |
| Method 'getUsuario' is not designed for extension - needs to be abstract, final or empty. | 506 | |
| Method 'setUsuario' is not designed for extension - needs to be abstract, final or empty. | 516 | |
| Parameter usuario should be final. | 517 | |
| 'usuario' hides a field. | 517 | |
| Method 'getSenha' is not designed for extension - needs to be abstract, final or empty. | 526 | |
| Method 'setSenha' is not designed for extension - needs to be abstract, final or empty. | 536 | |
| Parameter senha should be final. | 537 | |
| 'senha' hides a field. | 537 | |
| Method 'getListaArquivos' is not designed for extension - needs to be abstract, final or empty. | 546 | |
| Method 'setListaArquivos' is not designed for extension - needs to be abstract, final or empty. | 556 | |
| Parameter _listaArquivos should be final. | 556 | |
| Name '_listaArquivos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 556 | |
| Method 'isEnviarAltaResolucao' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| Comment matches to-do format 'TODO:'. | 572 | |
| Method 'getAlbunsRoot' is not designed for extension - needs to be abstract, final or empty. | 577 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 63 | |
| Line has trailing spaces. | 71 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 82 | |
| Line has trailing spaces. | 107 | |
| Line has trailing spaces. | 108 | |
| Line has trailing spaces. | 119 | |
| Comment matches to-do format 'TODO:'. | 122 | |
| Comment matches to-do format 'TODO:'. | 128 | |
| Line has trailing spaces. | 132 | |
| Line has trailing spaces. | 143 | |
| Line has trailing spaces. | 201 | |
| Line is longer than 80 characters. | 202 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 38 | |
| Parameter o should be final. | 46 | |
| Line has trailing spaces. | 50 | |
| Parameter o should be final. | 59 | |
| Parameter retrying should be final. | 59 | |
| 'retrying' hides a field. | 59 | |
| Method 'isRetrying' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Method 'setRetrying' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter retrying should be final. | 76 | |
| 'retrying' hides a field. | 76 | |
| Line has trailing spaces. | 79 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 43 | |
| Parameter e should be final. | 49 | |
| Line has trailing spaces. | 52 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 55 | |
| Parameter msg should be final. | 61 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 37 | |
| Redundant 'public' modifier. | 42 | |
| Line has trailing spaces. | 43 | |
| Redundant 'public' modifier. | 48 | |
| Line has trailing spaces. | 49 | |
| Redundant 'public' modifier. | 54 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Class ApplicationContextResource should be declared as final. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 43 | |
| Parameter name should be final. | 43 |
| Violation | Message | Line |
|---|---|---|
| Class Util should be declared as final. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 | |
| First sentence should end with a period. | 50 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'out' must be private and have accessor methods. | 59 | |
| Variable 'err' must be private and have accessor methods. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 90 | |
| Expected an @return tag. | 101 | |
| Missing a Javadoc comment. | 105 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 135 | |
| Parameter param should be final. | 153 | |
| Expected @param tag for 'param'. | 153 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 160 | |
| Comment matches to-do format 'TODO:'. | 170 | |
| Parameter texto should be final. | 175 | |
| Parameter valor should be final. | 199 | |
| Parameter saidaGUI should be final. | 211 | |
| Parameter chave should be final. | 223 | |
| Line is longer than 80 characters. | 225 | |
| Avoid inline conditionals. | 225 | |
| Parameter tabela should be final. | 238 | |
| Parameter parametros should be final. | 238 | |
| Line is longer than 80 characters. | 251 | |
| Must have at least one statement. | 259 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 266 | |
| Parameter table should be final. | 285 | |
| Parameter vColIndex should be final. | 285 | |
| Parameter margin should be final. | 285 | |
| Line is longer than 80 characters. | 286 | |
| Line is longer than 80 characters. | 303 | |
| '65534' is a magic number. | 331 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Line is longer than 80 characters. | 34 | |
| Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Method 'isSingleton' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Line has trailing spaces. | 48 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 22 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| First sentence should end with a period. | 38 | |
| First sentence should end with a period. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 52 | |
| Parameter linha should be final. | 52 | |
| Parameter operacao should be final. | 52 | |
| Parameter album should be final. | 52 | |
| Parameter foto should be final. | 52 | |
| Parameter nomeArquivo should be final. | 52 | |
| Line is longer than 80 characters. | 69 | |
| First sentence should end with a period. | 80 | |
| Line is longer than 80 characters. | 89 | |
| Parameter linha should be final. | 89 | |
| Parameter operacao should be final. | 89 | |
| Parameter album should be final. | 89 | |
| Parameter foto should be final. | 89 | |
| Parameter nomeArquivo should be final. | 89 | |
| Parameter tam should be final. | 89 | |
| switch without "default" clause. | 96 | |
| First sentence should end with a period. | 110 | |
| Line has trailing spaces. | 121 | |
| Comment matches to-do format 'TODO:'. | 122 | |
| Unused @param tag for '_data'. | 123 | |
| Expected @param tag for 'data'. | 126 | |
| '3' is a magic number. | 130 | |
| '4' is a magic number. | 131 | |
| '5' is a magic number. | 132 | |
| First sentence should end with a period. | 135 | |
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| First sentence should end with a period. | 143 | |
| Method 'getLinhaComando' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| First sentence should end with a period. | 151 | |
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Parameter valor should be final. | 155 | |
| First sentence should end with a period. | 159 | |
| Method 'getAcao' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| First sentence should end with a period. | 167 | |
| Method 'getNomeAcao' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| First sentence should end with a period. | 175 | |
| Method 'getAlbumID' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| First sentence should end with a period. | 183 | |
| Method 'getFotoID' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| First sentence should end with a period. | 191 | |
| Method 'getNomeArquivo' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| First sentence should end with a period. | 199 | |
| Method 'getTamanho' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| First sentence should end with a period. | 207 | |
| Method 'setTamanho' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Parameter valor should be final. | 211 | |
| First sentence should end with a period. | 215 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Line is longer than 80 characters. | 221 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.io.*. | 18 | |
| Using the '.*' form of import should be avoided - java.util.*. | 19 | |
| Line is longer than 80 characters. | 27 | |
| Class CacheFTP should be declared as final. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Name 'instancia' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Line is longer than 80 characters. | 65 | |
| Parameter acao should be final. | 70 | |
| Parameter album should be final. | 70 | |
| Parameter foto should be final. | 70 | |
| Expression can be simplified. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Missing a Javadoc comment. | 86 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Parameter a should be final. | 98 | |
| Line is longer than 80 characters. | 129 | |
| Missing a Javadoc comment. | 150 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 158 | |
| '3' is a magic number. | 163 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 207 | |
| Line is longer than 80 characters. | 212 | |
| Line is longer than 80 characters. | 214 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 243 | |
| Line is longer than 80 characters. | 250 | |
| Line is longer than 80 characters. | 254 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 32 | |
| Parameter acao should be final. | 38 | |
| Parameter album should be final. | 38 | |
| Parameter foto should be final. | 38 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 50 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Parameter o should be final. | 51 | |
| Line is longer than 80 characters. | 68 | |
| Comment matches to-do format 'TODO:'. | 70 | |
| Method 'recebe' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter outra should be final. | 74 | |
| Line has trailing spaces. | 88 | |
| Unused @param tag for 'outro'. | 91 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter c should be final. | 95 | |
| Expected @param tag for 'c'. | 95 | |
| '}' should be on the same line. | 99 | |
| '}' should be on the same line. | 102 | |
| Method 'getOperacao' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Method 'getAlbumID' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Method 'getFotoID' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 137 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Parameter f should be final. | 34 | |
| '=' is not preceded with whitespace. | 34 | |
| '=' is not followed by whitespace. | 34 | |
| Line is longer than 80 characters. | 36 | |
| Parameter e should be final. | 40 | |
| '{' is not followed by whitespace. | 40 | |
| '}' is not preceded with whitespace. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Method 'windowLostFocus' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Parameter e should be final. | 46 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.sun.image.codec.jpeg.*. | 18 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 19 | |
| Using the '.*' form of import should be avoided - java.awt.image.*. | 20 | |
| Using the '.*' form of import should be avoided - java.io.*. | 21 | |
| Utility classes should not have a public or default constructor. | 30 | |
| Parameter original should be final. | 39 | |
| Parameter resized should be final. | 39 | |
| Parameter maxSize should be final. | 39 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 57 | |
| '5' is a magic number. | 68 | |
| '3' is a magic number. | 69 | |
| '3' is a magic number. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 79 | |
| '0.7f' is a magic number. | 85 |