The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 11 | ![]() |
NewlineAtEndOfFile | 30 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 128 | ![]() |
RegexpSingleline
| 186 | ![]() |
JavadocMethod | 250 | ![]() |
JavadocType | 21 | ![]() |
JavadocVariable | 1224 | ![]() |
JavadocStyle | 50 | ![]() |
ConstantName | 819 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 3 | ![]() |
StaticVariableName | 4 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 30 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 1472 | ![]() |
MethodLength | 6 | ![]() |
ParameterNumber | 1 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 812 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 3 | ![]() |
ParenPad | 1618 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 38 | ![]() |
WhitespaceAround | 242 | ![]() |
ModifierOrder | 1 | ![]() |
RedundantModifier | 19 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 14 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 13 | ![]() |
AvoidInlineConditionals | 18 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 1 | ![]() |
HiddenField | 97 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 410 | ![]() |
MissingSwitchDefault | 2 | ![]() |
RedundantThrows | 10 | ![]() |
SimplifyBooleanExpression | 10 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 239 | ![]() |
FinalClass | 11 | ![]() |
HideUtilityClassConstructor | 5 | ![]() |
InterfaceIsType | 3 | ![]() |
VisibilityModifier | 17 | ![]() |
ArrayTypeStyle | 6 | ![]() |
FinalParameters | 487 | ![]() |
TodoComment | 33 | ![]() |
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 |
![]() | Utility classes should not have a public or default constructor. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter args should be final. | 42 |
![]() | Array brackets at illegal position. | 42 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 61 |
![]() | '100' is a magic number. | 63 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Parameter tabela should be final. | 57 |
![]() | Parameter combo should be final. | 57 |
![]() | Parameter tituloDialogo should be final. | 57 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter e should be final. | 77 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 118 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.io.*. | 21 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Variable 'btAlterar' must be private and have accessor methods. | 63 |
![]() | Variable 'btNovo' must be private and have accessor methods. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Variable 'tbAlbuns' must be private and have accessor methods. | 64 |
![]() | Variable 'tbFotos' must be private and have accessor methods. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter botaoNovo should be final. | 79 |
![]() | Parameter botaoAlterar should be final. | 79 |
![]() | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Parameter ev should be final. | 100 |
![]() | Line is longer than 80 characters. | 102 |
![]() | '}' should be on the same line. | 104 |
![]() | Line is longer than 80 characters. | 107 |
![]() | '}' should be on the same line. | 109 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Method 'executaAlteracoes' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Line has trailing spaces. | 143 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line has trailing spaces. | 160 |
![]() | Line has trailing spaces. | 163 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line is longer than 80 characters. | 195 |
![]() | '}' is not followed by whitespace. | 199 |
![]() | First sentence should end with a period. | 212 |
![]() | Parameter albumVO should be final. | 219 |
![]() | Expected @param tag for 'albumVO'. | 219 |
![]() | Parameter caminhoAlbum should be final. | 219 |
![]() | Expected @param tag for 'caminhoAlbum'. | 219 |
![]() | Line has trailing spaces. | 221 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line is longer than 80 characters. | 233 |
![]() | First sentence should end with a period. | 239 |
![]() | Parameter album should be final. | 245 |
![]() | Expected @param tag for 'album'. | 245 |
![]() | Parameter caminhoAlbum should be final. | 245 |
![]() | Expected @param tag for 'caminhoAlbum'. | 245 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line is longer than 80 characters. | 253 |
![]() | First sentence should end with a period. | 263 |
![]() | Parameter fotos should be final. | 268 |
![]() | Expected @param tag for 'fotos'. | 268 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | First sentence should end with a period. | 296 |
![]() | Comment matches to-do format 'TODO:'. | 301 |
![]() | Line is longer than 80 characters. | 302 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Missing a Javadoc comment. | 321 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Parameter tabela should be final. | 54 |
![]() | Parameter legenda should be final. | 54 |
![]() | Parameter creditos should be final. | 54 |
![]() | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Parameter e should be final. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Method 'insertUpdate' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter e should be final. | 48 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Method 'removeUpdate' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter e should be final. | 62 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Method 'changedUpdate' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter e should be final. | 76 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Method 'altera' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Parameter e should be final. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter e should be final. | 59 |
![]() | '20' is a magic number. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line is longer than 80 characters. | 113 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.io.*. | 19 |
![]() | 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 |
![]() | Parameter tabela should be final. | 53 |
![]() | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter e should be final. | 75 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 88 |
![]() | '20' is a magic number. | 95 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line is longer than 80 characters. | 171 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter tabela should be final. | 42 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Method 'itemStateChanged' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter e should be final. | 66 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter lst should be final. | 55 |
![]() | Parameter txt should be final. | 55 |
![]() | Parameter tb should be final. | 55 |
![]() | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter e should be final. | 72 |
![]() | Line is longer than 80 characters. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter m should be final. | 51 |
![]() | Method 'mousePressed' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Parameter evt should be final. | 63 |
![]() | '24' is a magic number. | 64 |
![]() | '24' is a magic number. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Parameter e should be final. | 54 |
![]() | Method 'mostraAlbum' is not designed for extension - needs to be abstract, final or empty. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Parameter e should be final. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 29 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Type Javadoc comment is missing an @param <E> tag. | 28 |
![]() | Type Javadoc comment is missing an @param <I> tag. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'entityManager' must be private and have accessor methods. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter entityClass should be final. | 34 |
![]() | 'entityClass' hides a field. | 34 |
![]() | Parameter keyClass should be final. | 34 |
![]() | 'keyClass' hides a field. | 34 |
![]() | First sentence should end with a period. | 39 |
![]() | Expected an @return tag. | 46 |
![]() | Method 'createNativeQuery' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Parameter query should be final. | 47 |
![]() | Expected @param tag for 'query'. | 47 |
![]() | Method 'findBy' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter id should be final. | 51 |
![]() | Method 'save' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter object should be final. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter object should be final. | 63 |
![]() | Method 'getEntityManager' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Parameter entityManager should be final. | 79 |
![]() | 'entityManager' hides a field. | 79 |
![]() | First sentence should end with a period. | 83 |
![]() | Expected an @return tag. | 90 |
![]() | Method 'findByNativeQuery' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Parameter query should be final. | 91 |
![]() | Expected @param tag for 'query'. | 91 |
![]() | Method 'find' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter query should be final. | 96 |
![]() | Method 'findByNamedQuery' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter query should be final. | 101 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Type Javadoc comment is missing an @param <I> tag. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Line has trailing spaces. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Line has trailing spaces. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Parameter photoOne should be final. | 35 |
![]() | Parameter photoTwo should be final. | 35 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Parameter photoOne should be final. | 44 |
![]() | Parameter photoTwo should be final. | 44 |
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 49 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Parameter o2 should be final. | 25 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Parameter obj should be final. | 35 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 46 |
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 |
---|---|---|
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'sql' must be private and have accessor methods. | 38 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Parameter posSQL should be final. | 46 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | '=' is not preceded with whitespace. | 48 |
![]() | '=' is not followed by whitespace. | 48 |
![]() | '+=' is not preceded with whitespace. | 50 |
![]() | '+=' is not followed by whitespace. | 50 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter e should be final. | 62 |
![]() | Line has trailing spaces. | 72 |
![]() | Line contains a tab character. | 72 |
Violation | Message | Line |
---|---|---|
![]() | Class AdicionarFotos should be declared as final. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Parameter caminho should be final. | 43 |
![]() | Parameter pai should be final. | 43 |
![]() | '=' is not preceded with whitespace. | 44 |
![]() | '=' is not followed by whitespace. | 44 |
![]() | Line is longer than 80 characters. | 49 |
![]() | '=' is not preceded with whitespace. | 52 |
![]() | '=' is not followed by whitespace. | 52 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '=' is not preceded with whitespace. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | 'if' is not followed by whitespace. | 59 |
![]() | '==' is not preceded with whitespace. | 59 |
![]() | '==' is not followed by whitespace. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '31' is a magic number. | 37 |
![]() | '28' is a magic number. | 37 |
![]() | '31' is a magic number. | 37 |
![]() | '30' is a magic number. | 37 |
![]() | '31' is a magic number. | 37 |
![]() | '30' is a magic number. | 37 |
![]() | '31' is a magic number. | 37 |
![]() | '31' is a magic number. | 37 |
![]() | '30' is a magic number. | 37 |
![]() | '31' is a magic number. | 37 |
![]() | '30' is a magic number. | 37 |
![]() | '31' is a magic number. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Parameter formato_ddmmaa should be final. | 58 |
![]() | Name 'formato_ddmmaa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | '10' is a magic number. | 61 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Method 'mostrar' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | '29' is a magic number. | 83 |
![]() | '7' is a magic number. | 92 |
![]() | '7' is a magic number. | 93 |
![]() | '7' is a magic number. | 103 |
![]() | '7' is a magic number. | 105 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 32 |
![]() | Parameter parent should be final. | 40 |
![]() | Parameter modal should be final. | 40 |
![]() | Line has trailing spaces. | 44 |
![]() | Line is longer than 80 characters. | 50 |
![]() | '}' is not followed by whitespace. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Parameter args should be final. | 70 |
![]() | Array brackets at illegal position. | 70 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line has trailing spaces. | 78 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line has trailing spaces. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 27 |
![]() | Class FrameWebFotos should be declared as final. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | First sentence should end with a period. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Comment matches to-do format 'TODO:'. | 40 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line has trailing spaces. | 45 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Parameter evt should be final. | 74 |
![]() | Parameter evt should be final. | 79 |
![]() | Parameter evt should be final. | 98 |
![]() | '}' is not followed by whitespace. | 133 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter evt should be final. | 135 |
![]() | '{' is not followed by whitespace. | 135 |
![]() | '}' is not followed by whitespace. | 137 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter evt should be final. | 139 |
![]() | '{' is not followed by whitespace. | 139 |
![]() | 'cast' is not followed by whitespace. | 141 |
![]() | Line has trailing spaces. | 146 |
![]() | 'if' is not followed by whitespace. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | '}' is not followed by whitespace. | 154 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Parameter evt should be final. | 156 |
![]() | '{' is not followed by whitespace. | 156 |
![]() | '}' is not followed by whitespace. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | 'if' is not followed by whitespace. | 166 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Must have at least one statement. | 176 |
![]() | Line has trailing spaces. | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Missing a Javadoc comment. | 183 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Missing a Javadoc comment. | 188 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Line has trailing spaces. | 199 |
![]() | Line contains a tab character. | 199 |
Violation | Message | Line |
---|---|---|
![]() | Parameter msg should be final. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter cause should be final. | 34 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter message should be final. | 38 |
![]() | Parameter cause should be final. | 38 |
![]() | Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 24 |
![]() | Using the '.*' form of import should be avoided - net.sf.webphotos.action.*. | 30 |
![]() | Class PainelWebFotos should be declared as final. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | First sentence should end with a period. | 70 |
![]() | Comment matches to-do format 'TODO:'. | 71 |
![]() | Parameter force should be final. | 75 |
![]() | Expected @param tag for 'force'. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line is longer than 80 characters. | 87 |
![]() | First sentence should end with a period. | 90 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Method length is 478 lines (max allowed is 150). | 119 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Parameter evt should be final. | 179 |
![]() | Parameter evt should be final. | 187 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Parameter evt should be final. | 196 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Parameter evt should be final. | 204 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Parameter evt should be final. | 212 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Parameter evt should be final. | 220 |
![]() | Parameter evt should be final. | 229 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Parameter evt should be final. | 237 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line is longer than 80 characters. | 259 |
![]() | '5' is a magic number. | 259 |
![]() | '5' is a magic number. | 259 |
![]() | '5' is a magic number. | 259 |
![]() | '5' is a magic number. | 259 |
![]() | '462' is a magic number. | 260 |
![]() | '150' is a magic number. | 260 |
![]() | Parameter evt should be final. | 265 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Parameter evt should be final. | 274 |
![]() | Parameter evt should be final. | 277 |
![]() | Parameter evt should be final. | 280 |
![]() | '10' is a magic number. | 288 |
![]() | Line is longer than 80 characters. | 300 |
![]() | Line is longer than 80 characters. | 302 |
![]() | '3' is a magic number. | 302 |
![]() | '3' is a magic number. | 302 |
![]() | '3' is a magic number. | 302 |
![]() | '3' is a magic number. | 302 |
![]() | '500' is a magic number. | 303 |
![]() | '250' is a magic number. | 303 |
![]() | '500' is a magic number. | 304 |
![]() | '300' is a magic number. | 304 |
![]() | '3' is a magic number. | 310 |
![]() | '3' is a magic number. | 310 |
![]() | '3' is a magic number. | 310 |
![]() | '3' is a magic number. | 310 |
![]() | '477' is a magic number. | 314 |
![]() | '22' is a magic number. | 314 |
![]() | '3' is a magic number. | 321 |
![]() | '3' is a magic number. | 321 |
![]() | '3' is a magic number. | 321 |
![]() | '3' is a magic number. | 321 |
![]() | '3' is a magic number. | 329 |
![]() | '3' is a magic number. | 329 |
![]() | '3' is a magic number. | 329 |
![]() | '3' is a magic number. | 329 |
![]() | Line is longer than 80 characters. | 332 |
![]() | '5.0' is a magic number. | 339 |
![]() | '3' is a magic number. | 340 |
![]() | '3' is a magic number. | 340 |
![]() | '3' is a magic number. | 340 |
![]() | '3' is a magic number. | 340 |
![]() | Line is longer than 80 characters. | 346 |
![]() | Parameter evt should be final. | 347 |
![]() | '3' is a magic number. | 354 |
![]() | '3' is a magic number. | 354 |
![]() | '3' is a magic number. | 354 |
![]() | '3' is a magic number. | 354 |
![]() | '3' is a magic number. | 359 |
![]() | '3' is a magic number. | 362 |
![]() | '3' is a magic number. | 362 |
![]() | '3' is a magic number. | 362 |
![]() | '3' is a magic number. | 362 |
![]() | '11' is a magic number. | 365 |
![]() | '22' is a magic number. | 365 |
![]() | '72' is a magic number. | 366 |
![]() | '22' is a magic number. | 366 |
![]() | '4' is a magic number. | 368 |
![]() | '3' is a magic number. | 373 |
![]() | '3' is a magic number. | 373 |
![]() | '3' is a magic number. | 373 |
![]() | '3' is a magic number. | 373 |
![]() | '3' is a magic number. | 381 |
![]() | '3' is a magic number. | 381 |
![]() | '3' is a magic number. | 381 |
![]() | '3' is a magic number. | 381 |
![]() | '5.0' is a magic number. | 397 |
![]() | '3' is a magic number. | 398 |
![]() | '3' is a magic number. | 398 |
![]() | '3' is a magic number. | 398 |
![]() | '3' is a magic number. | 398 |
![]() | Parameter evt should be final. | 404 |
![]() | Parameter evt should be final. | 407 |
![]() | '3' is a magic number. | 415 |
![]() | '10.0' is a magic number. | 418 |
![]() | '3' is a magic number. | 419 |
![]() | '3' is a magic number. | 419 |
![]() | '3' is a magic number. | 419 |
![]() | '3' is a magic number. | 419 |
![]() | Line is longer than 80 characters. | 424 |
![]() | '3' is a magic number. | 424 |
![]() | '3' is a magic number. | 424 |
![]() | '3' is a magic number. | 424 |
![]() | '3' is a magic number. | 424 |
![]() | '210' is a magic number. | 425 |
![]() | '2147483647' is a magic number. | 425 |
![]() | '210' is a magic number. | 426 |
![]() | '24' is a magic number. | 426 |
![]() | '210' is a magic number. | 427 |
![]() | '24' is a magic number. | 427 |
![]() | '5.0' is a magic number. | 435 |
![]() | '3' is a magic number. | 436 |
![]() | '3' is a magic number. | 436 |
![]() | '3' is a magic number. | 436 |
![]() | '3' is a magic number. | 436 |
![]() | '3' is a magic number. | 446 |
![]() | '3' is a magic number. | 446 |
![]() | '3' is a magic number. | 446 |
![]() | '3' is a magic number. | 446 |
![]() | Line is longer than 80 characters. | 449 |
![]() | Line is longer than 80 characters. | 450 |
![]() | Parameter evt should be final. | 456 |
![]() | Parameter evt should be final. | 459 |
![]() | '3.0' is a magic number. | 471 |
![]() | '3' is a magic number. | 472 |
![]() | '3' is a magic number. | 472 |
![]() | '3' is a magic number. | 472 |
![]() | '3' is a magic number. | 472 |
![]() | Line is longer than 80 characters. | 475 |
![]() | '3' is a magic number. | 479 |
![]() | '3' is a magic number. | 480 |
![]() | '3' is a magic number. | 483 |
![]() | '3' is a magic number. | 483 |
![]() | '3' is a magic number. | 483 |
![]() | '3' is a magic number. | 483 |
![]() | Parameter evt should be final. | 490 |
![]() | '3' is a magic number. | 495 |
![]() | '3' is a magic number. | 496 |
![]() | '3' is a magic number. | 497 |
![]() | '3' is a magic number. | 497 |
![]() | '3' is a magic number. | 497 |
![]() | '3' is a magic number. | 497 |
![]() | '1.5' is a magic number. | 507 |
![]() | '32767' is a magic number. | 510 |
![]() | '73' is a magic number. | 510 |
![]() | '710' is a magic number. | 511 |
![]() | '73' is a magic number. | 511 |
![]() | Line is longer than 80 characters. | 514 |
![]() | Line is longer than 80 characters. | 515 |
![]() | '32767' is a magic number. | 517 |
![]() | '63' is a magic number. | 517 |
![]() | '24' is a magic number. | 518 |
![]() | '63' is a magic number. | 518 |
![]() | '22' is a magic number. | 519 |
![]() | '63' is a magic number. | 519 |
![]() | '11' is a magic number. | 521 |
![]() | '100.0' is a magic number. | 527 |
![]() | '5' is a magic number. | 528 |
![]() | '5' is a magic number. | 528 |
![]() | '5' is a magic number. | 528 |
![]() | '5' is a magic number. | 528 |
![]() | Line is longer than 80 characters. | 531 |
![]() | '3' is a magic number. | 531 |
![]() | '3' is a magic number. | 531 |
![]() | '3' is a magic number. | 531 |
![]() | '3' is a magic number. | 531 |
![]() | '3' is a magic number. | 538 |
![]() | '3' is a magic number. | 538 |
![]() | '3' is a magic number. | 538 |
![]() | '3' is a magic number. | 538 |
![]() | '3' is a magic number. | 544 |
![]() | '3' is a magic number. | 544 |
![]() | '3' is a magic number. | 544 |
![]() | '3' is a magic number. | 544 |
![]() | '3' is a magic number. | 550 |
![]() | '3' is a magic number. | 550 |
![]() | '3' is a magic number. | 550 |
![]() | '3' is a magic number. | 550 |
![]() | '3' is a magic number. | 557 |
![]() | '3' is a magic number. | 557 |
![]() | '3' is a magic number. | 557 |
![]() | '3' is a magic number. | 557 |
![]() | '3' is a magic number. | 569 |
![]() | '3' is a magic number. | 569 |
![]() | '3' is a magic number. | 569 |
![]() | '3' is a magic number. | 569 |
![]() | '3' is a magic number. | 581 |
![]() | '3' is a magic number. | 581 |
![]() | '3' is a magic number. | 581 |
![]() | '3' is a magic number. | 581 |
![]() | '3' is a magic number. | 591 |
![]() | '}' is not followed by whitespace. | 596 |
![]() | Line is longer than 80 characters. | 602 |
![]() | Parameter evt should be final. | 602 |
![]() | '{' is not followed by whitespace. | 602 |
![]() | Line is longer than 80 characters. | 617 |
![]() | Line is longer than 80 characters. | 618 |
![]() | Line is longer than 80 characters. | 619 |
![]() | Line is longer than 80 characters. | 621 |
![]() | '}' is not followed by whitespace. | 639 |
![]() | Line is longer than 80 characters. | 645 |
![]() | Parameter evt should be final. | 645 |
![]() | '{' is not followed by whitespace. | 645 |
![]() | Line is longer than 80 characters. | 660 |
![]() | Line is longer than 80 characters. | 661 |
![]() | Line is longer than 80 characters. | 662 |
![]() | Line is longer than 80 characters. | 664 |
![]() | '}' is not followed by whitespace. | 681 |
![]() | Line is longer than 80 characters. | 683 |
![]() | Missing a Javadoc comment. | 683 |
![]() | Parameter evt should be final. | 683 |
![]() | '{' is not followed by whitespace. | 683 |
![]() | '}' is not followed by whitespace. | 685 |
![]() | Line is longer than 80 characters. | 687 |
![]() | Missing a Javadoc comment. | 687 |
![]() | Parameter evt should be final. | 687 |
![]() | '{' is not followed by whitespace. | 687 |
![]() | '}' is not followed by whitespace. | 689 |
![]() | Line is longer than 80 characters. | 691 |
![]() | Missing a Javadoc comment. | 691 |
![]() | Parameter evt should be final. | 691 |
![]() | '{' is not followed by whitespace. | 691 |
![]() | '}' is not followed by whitespace. | 699 |
![]() | Line is longer than 80 characters. | 701 |
![]() | Missing a Javadoc comment. | 701 |
![]() | Parameter evt should be final. | 701 |
![]() | '{' is not followed by whitespace. | 701 |
![]() | '}' is not followed by whitespace. | 703 |
![]() | Line is longer than 80 characters. | 705 |
![]() | Missing a Javadoc comment. | 705 |
![]() | Parameter evt should be final. | 705 |
![]() | '{' is not followed by whitespace. | 705 |
![]() | Line is longer than 80 characters. | 713 |
![]() | Line is longer than 80 characters. | 714 |
![]() | Line is longer than 80 characters. | 715 |
![]() | Line is longer than 80 characters. | 716 |
![]() | '}' is not followed by whitespace. | 724 |
![]() | Line is longer than 80 characters. | 726 |
![]() | Missing a Javadoc comment. | 726 |
![]() | Parameter evt should be final. | 726 |
![]() | '{' is not followed by whitespace. | 726 |
![]() | '}' is not followed by whitespace. | 728 |
![]() | Line is longer than 80 characters. | 730 |
![]() | Missing a Javadoc comment. | 730 |
![]() | Parameter evt should be final. | 730 |
![]() | '{' is not followed by whitespace. | 730 |
![]() | '}' is not followed by whitespace. | 732 |
![]() | Line is longer than 80 characters. | 734 |
![]() | Missing a Javadoc comment. | 734 |
![]() | Parameter evt should be final. | 734 |
![]() | '{' is not followed by whitespace. | 734 |
![]() | Line is longer than 80 characters. | 740 |
![]() | Line is longer than 80 characters. | 744 |
![]() | '}' is not followed by whitespace. | 751 |
![]() | Line is longer than 80 characters. | 753 |
![]() | Missing a Javadoc comment. | 753 |
![]() | Parameter evt should be final. | 753 |
![]() | '{' is not followed by whitespace. | 753 |
![]() | '}' is not followed by whitespace. | 755 |
![]() | Line is longer than 80 characters. | 757 |
![]() | Missing a Javadoc comment. | 757 |
![]() | Parameter evt should be final. | 757 |
![]() | '{' is not followed by whitespace. | 757 |
![]() | '}' is not followed by whitespace. | 765 |
![]() | Line is longer than 80 characters. | 767 |
![]() | Missing a Javadoc comment. | 767 |
![]() | Parameter evt should be final. | 767 |
![]() | '{' is not followed by whitespace. | 767 |
![]() | '}' is not followed by whitespace. | 769 |
![]() | Line is longer than 80 characters. | 771 |
![]() | Missing a Javadoc comment. | 771 |
![]() | Parameter evt should be final. | 771 |
![]() | '{' is not followed by whitespace. | 771 |
![]() | '}' is not followed by whitespace. | 773 |
![]() | Line is longer than 80 characters. | 775 |
![]() | Missing a Javadoc comment. | 775 |
![]() | Parameter evt should be final. | 775 |
![]() | '{' is not followed by whitespace. | 775 |
![]() | Line is longer than 80 characters. | 776 |
![]() | Line is longer than 80 characters. | 784 |
![]() | Line is longer than 80 characters. | 788 |
![]() | Line is longer than 80 characters. | 789 |
![]() | '}' is not followed by whitespace. | 792 |
![]() | Line is longer than 80 characters. | 794 |
![]() | Missing a Javadoc comment. | 794 |
![]() | Parameter evt should be final. | 794 |
![]() | '{' is not followed by whitespace. | 794 |
![]() | Line is longer than 80 characters. | 795 |
![]() | Line is longer than 80 characters. | 803 |
![]() | Line is longer than 80 characters. | 812 |
![]() | Line is longer than 80 characters. | 813 |
![]() | '}' is not followed by whitespace. | 815 |
![]() | Line is longer than 80 characters. | 835 |
![]() | Parameter comando should be final. | 839 |
![]() | Line is longer than 80 characters. | 842 |
![]() | Line is longer than 80 characters. | 843 |
![]() | Line is longer than 80 characters. | 855 |
![]() | Parameter comando should be final. | 859 |
![]() | Line is longer than 80 characters. | 862 |
![]() | Expected @throws tag for 'Exception'. | 874 |
![]() | Line is longer than 80 characters. | 879 |
![]() | Line is longer than 80 characters. | 881 |
![]() | Line is longer than 80 characters. | 885 |
![]() | Line is longer than 80 characters. | 890 |
![]() | Line is longer than 80 characters. | 894 |
![]() | Line is longer than 80 characters. | 903 |
![]() | Line is longer than 80 characters. | 921 |
![]() | Line is longer than 80 characters. | 932 |
![]() | Parameter e should be final. | 934 |
![]() | Line is longer than 80 characters. | 950 |
![]() | Parameter e should be final. | 952 |
![]() | Line is longer than 80 characters. | 958 |
![]() | Parameter e should be final. | 960 |
![]() | Line is longer than 80 characters. | 976 |
![]() | Parameter e should be final. | 978 |
![]() | Extra HTML tag found: </U>. | 991 |
![]() | Parameter valor should be final. | 995 |
![]() | Line is longer than 80 characters. | 997 |
![]() | Comment matches to-do format 'TODO:'. | 1005 |
![]() | Line is longer than 80 characters. | 1017 |
![]() | Line is longer than 80 characters. | 1024 |
![]() | Line is longer than 80 characters. | 1025 |
![]() | Line is longer than 80 characters. | 1026 |
![]() | Line is longer than 80 characters. | 1039 |
![]() | Parameter valor should be final. | 1043 |
![]() | First sentence should end with a period. | 1047 |
![]() | Line is longer than 80 characters. | 1071 |
![]() | Line is longer than 80 characters. | 1080 |
![]() | Line is longer than 80 characters. | 1087 |
![]() | Line is longer than 80 characters. | 1115 |
![]() | Line has trailing spaces. | 1128 |
![]() | Line is longer than 80 characters. | 1139 |
![]() | Line is longer than 80 characters. | 1146 |
![]() | Line is longer than 80 characters. | 1147 |
![]() | Avoid inline conditionals. | 1147 |
![]() | Line is longer than 80 characters. | 1148 |
![]() | Avoid inline conditionals. | 1148 |
![]() | Line is longer than 80 characters. | 1153 |
![]() | Line is longer than 80 characters. | 1161 |
![]() | Missing a Javadoc comment. | 1167 |
![]() | Missing a Javadoc comment. | 1192 |
![]() | Line is longer than 80 characters. | 1194 |
![]() | Line is longer than 80 characters. | 1202 |
![]() | Line is longer than 80 characters. | 1203 |
![]() | Line is longer than 80 characters. | 1211 |
![]() | Line is longer than 80 characters. | 1233 |
![]() | Avoid inline conditionals. | 1233 |
![]() | Missing a Javadoc comment. | 1236 |
![]() | Line is longer than 80 characters. | 1242 |
![]() | Missing a Javadoc comment. | 1253 |
![]() | Parameter valor should be final. | 1253 |
![]() | Missing a Javadoc comment. | 1261 |
![]() | Parameter valor should be final. | 1261 |
![]() | Line is longer than 80 characters. | 1274 |
![]() | Missing a Javadoc comment. | 1283 |
![]() | Line is longer than 80 characters. | 1288 |
![]() | Line is longer than 80 characters. | 1291 |
![]() | Line is longer than 80 characters. | 1302 |
![]() | Line is longer than 80 characters. | 1318 |
![]() | Line is longer than 80 characters. | 1324 |
![]() | Line is longer than 80 characters. | 1410 |
![]() | Line is longer than 80 characters. | 1418 |
![]() | Missing a Javadoc comment. | 1418 |
![]() | Missing a Javadoc comment. | 1420 |
![]() | Missing a Javadoc comment. | 1421 |
![]() | Missing a Javadoc comment. | 1422 |
![]() | Missing a Javadoc comment. | 1423 |
![]() | Missing a Javadoc comment. | 1424 |
![]() | Missing a Javadoc comment. | 1425 |
![]() | Missing a Javadoc comment. | 1426 |
![]() | Missing a Javadoc comment. | 1427 |
![]() | Missing a Javadoc comment. | 1428 |
![]() | Missing a Javadoc comment. | 1429 |
![]() | Missing a Javadoc comment. | 1430 |
![]() | Missing a Javadoc comment. | 1431 |
![]() | Missing a Javadoc comment. | 1432 |
![]() | Missing a Javadoc comment. | 1433 |
![]() | Missing a Javadoc comment. | 1434 |
![]() | Missing a Javadoc comment. | 1435 |
![]() | Missing a Javadoc comment. | 1436 |
![]() | Missing a Javadoc comment. | 1437 |
![]() | Missing a Javadoc comment. | 1438 |
![]() | Missing a Javadoc comment. | 1439 |
![]() | Missing a Javadoc comment. | 1440 |
![]() | Missing a Javadoc comment. | 1441 |
![]() | Missing a Javadoc comment. | 1442 |
![]() | Missing a Javadoc comment. | 1443 |
![]() | Missing a Javadoc comment. | 1444 |
![]() | Missing a Javadoc comment. | 1445 |
![]() | Missing a Javadoc comment. | 1446 |
![]() | Missing a Javadoc comment. | 1447 |
![]() | Missing a Javadoc comment. | 1448 |
![]() | Missing a Javadoc comment. | 1449 |
![]() | Missing a Javadoc comment. | 1450 |
![]() | Missing a Javadoc comment. | 1451 |
![]() | Missing a Javadoc comment. | 1452 |
![]() | Missing a Javadoc comment. | 1453 |
![]() | Missing a Javadoc comment. | 1454 |
![]() | Missing a Javadoc comment. | 1455 |
![]() | Missing a Javadoc comment. | 1456 |
![]() | Missing a Javadoc comment. | 1457 |
![]() | Missing a Javadoc comment. | 1458 |
![]() | Missing a Javadoc comment. | 1459 |
![]() | Missing a Javadoc comment. | 1460 |
![]() | Missing a Javadoc comment. | 1461 |
![]() | Missing a Javadoc comment. | 1462 |
![]() | Missing a Javadoc comment. | 1463 |
![]() | Missing a Javadoc comment. | 1464 |
![]() | Missing a Javadoc comment. | 1465 |
![]() | Missing a Javadoc comment. | 1466 |
![]() | Missing a Javadoc comment. | 1467 |
![]() | Missing a Javadoc comment. | 1468 |
![]() | Missing a Javadoc comment. | 1469 |
![]() | Missing a Javadoc comment. | 1470 |
![]() | Missing a Javadoc comment. | 1471 |
![]() | Missing a Javadoc comment. | 1474 |
![]() | Missing a Javadoc comment. | 1476 |
![]() | Missing a Javadoc comment. | 1477 |
![]() | Missing a Javadoc comment. | 1479 |
![]() | Missing a Javadoc comment. | 1481 |
![]() | Missing a Javadoc comment. | 1482 |
![]() | Missing a Javadoc comment. | 1484 |
![]() | Comment matches to-do format 'TODO:'. | 1506 |
![]() | Line is longer than 80 characters. | 1557 |
![]() | Parameter aMascaraData should be final. | 1557 |
![]() | Missing a Javadoc comment. | 1561 |
![]() | Line is longer than 80 characters. | 1562 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 18 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '=' is not preceded with whitespace. | 28 |
![]() | '=' is not followed by whitespace. | 28 |
![]() | Line is longer than 80 characters. | 32 |
![]() | '=' is not preceded with whitespace. | 36 |
![]() | '=' is not followed by whitespace. | 36 |
![]() | 'while' is not followed by whitespace. | 38 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | '!=' is not preceded with whitespace. | 38 |
![]() | '!=' is not followed by whitespace. | 38 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | ',' is not followed by whitespace. | 40 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | '+' is not preceded with whitespace. | 41 |
![]() | '+' is not followed by whitespace. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Parameter a should be final. | 57 |
![]() | '=' is not preceded with whitespace. | 58 |
![]() | '=' is not followed by whitespace. | 58 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | '20' is a magic number. | 63 |
![]() | ',' is not followed by whitespace. | 63 |
![]() | '20' is a magic number. | 63 |
![]() | ',' is not followed by whitespace. | 63 |
![]() | '100' is a magic number. | 63 |
![]() | ',' is not followed by whitespace. | 63 |
![]() | '25' is a magic number. | 63 |
![]() | '200' is a magic number. | 68 |
![]() | ',' is not followed by whitespace. | 68 |
![]() | '200' is a magic number. | 68 |
![]() | Method 'getPreSQL' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Method 'setPreSQL' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter preSQL should be final. | 86 |
![]() | 'preSQL' hides a field. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Parameter caminhoImagem should be final. | 50 |
![]() | Parameter frame should be final. | 50 |
![]() | Parameter titulo should be final. | 50 |
![]() | '550' is a magic number. | 61 |
![]() | '550' is a magic number. | 61 |
![]() | '550' is a magic number. | 62 |
![]() | '10' is a magic number. | 67 |
![]() | '60' is a magic number. | 67 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Parameter original should be final. | 85 |
![]() | Parameter tamMaximo should be final. | 85 |
![]() | Comment matches to-do format 'TODO:'. | 107 |
![]() | Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Parameter g should be final. | 111 |
![]() | '5' is a magic number. | 113 |
![]() | '28' is a magic number. | 113 |
![]() | Comment matches to-do format 'TODO:'. | 120 |
![]() | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Parameter e should be final. | 124 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Parameter a should be final. | 136 |
![]() | Array brackets at illegal position. | 136 |
![]() | '1154' is a magic number. | 137 |
![]() | '1772' is a magic number. | 137 |
![]() | '550' is a magic number. | 138 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'acaoToolbar' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | First sentence should end with a period. | 36 |
![]() | First sentence should end with a period. | 40 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Variable 'botaoPersonalizado' must be private and have accessor methods. | 49 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 69 |
![]() | Method 'getIconPrefix' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Method 'setIconPrefix' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Parameter iconPrefix should be final. | 108 |
![]() | 'iconPrefix' hides a field. | 108 |
![]() | Parameter iconPrefix should be final. | 116 |
![]() | 'iconPrefix' hides a field. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 121 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.beans.*. | 18 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '{' is not preceded with whitespace. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
![]() | '(' is followed by whitespace. | 29 |
![]() | ')' is preceded with whitespace. | 29 |
![]() | '}' is not followed by whitespace. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name 'PROPERTY_accessibleContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Name 'PROPERTY_action' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Name 'PROPERTY_actionCommand' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Name 'PROPERTY_actionListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Name 'PROPERTY_actionMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'PROPERTY_alignmentX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'PROPERTY_alignmentY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Name 'PROPERTY_ancestorListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Name 'PROPERTY_autoscrolls' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Name 'PROPERTY_background' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Name 'PROPERTY_backgroundSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Name 'PROPERTY_baselineResizeBehavior' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'PROPERTY_border' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'PROPERTY_borderPainted' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Name 'PROPERTY_bounds' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'PROPERTY_changeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Name 'PROPERTY_colorModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Name 'PROPERTY_component' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Name 'PROPERTY_componentCount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Name 'PROPERTY_componentListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Name 'PROPERTY_componentOrientation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Name 'PROPERTY_componentPopupMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Name 'PROPERTY_components' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'PROPERTY_containerListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'PROPERTY_contentAreaFilled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Name 'PROPERTY_cursor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Name 'PROPERTY_cursorSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Name 'PROPERTY_debugGraphicsOptions' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Name 'PROPERTY_defaultButton' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Name 'PROPERTY_defaultCapable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Name 'PROPERTY_disabledIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Name 'PROPERTY_disabledSelectedIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Name 'PROPERTY_displayable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Name 'PROPERTY_displayedMnemonicIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Name 'PROPERTY_doubleBuffered' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name 'PROPERTY_dropTarget' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Name 'PROPERTY_enabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name 'PROPERTY_focusable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Name 'PROPERTY_focusCycleRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Name 'PROPERTY_focusCycleRootAncestor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Name 'PROPERTY_focusListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Name 'PROPERTY_focusOwner' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Name 'PROPERTY_focusPainted' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Name 'PROPERTY_focusTraversable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Name 'PROPERTY_focusTraversalKeys' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Name 'PROPERTY_focusTraversalKeysEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Name 'PROPERTY_focusTraversalPolicy' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Name 'PROPERTY_focusTraversalPolicyProvider' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Name 'PROPERTY_focusTraversalPolicySet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Name 'PROPERTY_font' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Name 'PROPERTY_fontSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Name 'PROPERTY_foreground' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Name 'PROPERTY_foregroundSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Name 'PROPERTY_graphics' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Name 'PROPERTY_graphicsConfiguration' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Name 'PROPERTY_height' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Name 'PROPERTY_hideActionText' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Name 'PROPERTY_hierarchyBoundsListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Name 'PROPERTY_hierarchyListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Name 'PROPERTY_horizontalAlignment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 94 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Name 'PROPERTY_horizontalTextPosition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Name 'PROPERTY_icon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Name 'PROPERTY_iconPrefix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 97 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Name 'PROPERTY_iconTextGap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 98 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Name 'PROPERTY_ignoreRepaint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 99 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Name 'PROPERTY_inheritsPopupMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 100 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Name 'PROPERTY_inputContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Name 'PROPERTY_inputMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 102 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Name 'PROPERTY_inputMethodListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 103 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Name 'PROPERTY_inputMethodRequests' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 104 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Name 'PROPERTY_inputVerifier' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 105 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Name 'PROPERTY_insets' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 106 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Name 'PROPERTY_itemListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 107 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Name 'PROPERTY_keyListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 108 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Name 'PROPERTY_label' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 109 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Name 'PROPERTY_layout' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 110 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Name 'PROPERTY_lightweight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 111 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Name 'PROPERTY_locale' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 112 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Name 'PROPERTY_location' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 113 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Name 'PROPERTY_locationOnScreen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 114 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Name 'PROPERTY_managingFocus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 115 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Name 'PROPERTY_margin' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Name 'PROPERTY_maximumSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 117 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Name 'PROPERTY_maximumSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 118 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Name 'PROPERTY_minimumSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 119 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Name 'PROPERTY_minimumSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 120 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Name 'PROPERTY_mnemonic' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 121 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Name 'PROPERTY_model' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 122 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Name 'PROPERTY_mouseListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 123 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Name 'PROPERTY_mouseMotionListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 124 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Name 'PROPERTY_mousePosition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Name 'PROPERTY_mouseWheelListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 126 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Name 'PROPERTY_multiClickThreshhold' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 127 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Name 'PROPERTY_name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 128 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Name 'PROPERTY_nextFocusableComponent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 129 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Name 'PROPERTY_opaque' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 130 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Name 'PROPERTY_optimizedDrawingEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 131 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Name 'PROPERTY_paintingForPrint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 132 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Name 'PROPERTY_paintingTile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 133 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Name 'PROPERTY_parent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Name 'PROPERTY_peer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 135 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Name 'PROPERTY_preferredSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Name 'PROPERTY_preferredSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 137 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Name 'PROPERTY_pressedIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 138 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Name 'PROPERTY_propertyChangeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 139 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Name 'PROPERTY_registeredKeyStrokes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 140 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Name 'PROPERTY_requestFocusEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 141 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Name 'PROPERTY_rolloverEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 142 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Name 'PROPERTY_rolloverIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 143 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Name 'PROPERTY_rolloverSelectedIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 144 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Name 'PROPERTY_rootPane' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 145 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Name 'PROPERTY_selected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Name 'PROPERTY_selectedIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 147 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Name 'PROPERTY_selectedObjects' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 148 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Name 'PROPERTY_showing' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 149 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Name 'PROPERTY_size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 150 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Name 'PROPERTY_text' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 151 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Name 'PROPERTY_toolkit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 152 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Name 'PROPERTY_toolTipText' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 153 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Name 'PROPERTY_topLevelAncestor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 154 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Name 'PROPERTY_transferHandler' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 155 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Name 'PROPERTY_treeLock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 156 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Name 'PROPERTY_UIClassID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 158 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Name 'PROPERTY_valid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 159 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Name 'PROPERTY_validateRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 160 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Name 'PROPERTY_verifyInputWhenFocusTarget' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 161 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Name 'PROPERTY_verticalAlignment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 162 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Name 'PROPERTY_verticalTextPosition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 163 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Name 'PROPERTY_vetoableChangeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 164 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Name 'PROPERTY_visible' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 165 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Name 'PROPERTY_visibleRect' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 166 |
![]() | Missing a Javadoc comment. | 167 |
![]() | Name 'PROPERTY_width' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 167 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Name 'PROPERTY_x' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 168 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Name 'PROPERTY_y' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 169 |
![]() | Line has trailing spaces. | 171 |
![]() | Missing a Javadoc comment. | 173 |
![]() | '{' is not preceded with whitespace. | 173 |
![]() | '135' is a magic number. | 174 |
![]() | Line has trailing spaces. | 175 |
![]() | Line is longer than 80 characters. | 177 |
![]() | '(' is preceded with whitespace. | 177 |
![]() | '(' is followed by whitespace. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | '(' is preceded with whitespace. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | '(' is preceded with whitespace. | 181 |
![]() | '(' is followed by whitespace. | 181 |
![]() | ')' is preceded with whitespace. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | '(' is preceded with whitespace. | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | Line is longer than 80 characters. | 184 |
![]() | '(' is preceded with whitespace. | 184 |
![]() | '(' is followed by whitespace. | 184 |
![]() | ')' is preceded with whitespace. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | '(' is followed by whitespace. | 185 |
![]() | ')' is preceded with whitespace. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | '(' is followed by whitespace. | 186 |
![]() | ')' is preceded with whitespace. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | '(' is preceded with whitespace. | 187 |
![]() | '(' is followed by whitespace. | 187 |
![]() | ')' is preceded with whitespace. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | '(' is preceded with whitespace. | 188 |
![]() | '(' is followed by whitespace. | 188 |
![]() | ')' is preceded with whitespace. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | '(' is preceded with whitespace. | 189 |
![]() | '(' is followed by whitespace. | 189 |
![]() | ')' is preceded with whitespace. | 189 |
![]() | Line is longer than 80 characters. | 190 |
![]() | '(' is preceded with whitespace. | 190 |
![]() | '(' is followed by whitespace. | 190 |
![]() | ')' is preceded with whitespace. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | '(' is preceded with whitespace. | 191 |
![]() | '(' is followed by whitespace. | 191 |
![]() | ')' is preceded with whitespace. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | '(' is preceded with whitespace. | 192 |
![]() | '(' is followed by whitespace. | 192 |
![]() | ')' is preceded with whitespace. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | Line is longer than 80 characters. | 194 |
![]() | '(' is preceded with whitespace. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | ')' is preceded with whitespace. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '(' is followed by whitespace. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | '(' is preceded with whitespace. | 196 |
![]() | '(' is followed by whitespace. | 196 |
![]() | ')' is preceded with whitespace. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | '(' is preceded with whitespace. | 197 |
![]() | '(' is followed by whitespace. | 197 |
![]() | ')' is preceded with whitespace. | 197 |
![]() | Line is longer than 80 characters. | 198 |
![]() | '(' is preceded with whitespace. | 198 |
![]() | '(' is followed by whitespace. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | '(' is preceded with whitespace. | 199 |
![]() | '(' is followed by whitespace. | 199 |
![]() | ')' is preceded with whitespace. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | '(' is preceded with whitespace. | 200 |
![]() | '(' is followed by whitespace. | 200 |
![]() | ')' is preceded with whitespace. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | '(' is preceded with whitespace. | 201 |
![]() | '(' is followed by whitespace. | 201 |
![]() | ')' is preceded with whitespace. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | '(' is preceded with whitespace. | 202 |
![]() | '(' is followed by whitespace. | 202 |
![]() | ')' is preceded with whitespace. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | '(' is preceded with whitespace. | 203 |
![]() | '(' is followed by whitespace. | 203 |
![]() | ')' is preceded with whitespace. | 203 |
![]() | Line is longer than 80 characters. | 204 |
![]() | '(' is preceded with whitespace. | 204 |
![]() | '(' is followed by whitespace. | 204 |
![]() | ')' is preceded with whitespace. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | '(' is preceded with whitespace. | 205 |
![]() | '(' is followed by whitespace. | 205 |
![]() | ')' is preceded with whitespace. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | '(' is preceded with whitespace. | 206 |
![]() | '(' is followed by whitespace. | 206 |
![]() | ')' is preceded with whitespace. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | '(' is followed by whitespace. | 207 |
![]() | ')' is preceded with whitespace. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | '(' is preceded with whitespace. | 208 |
![]() | '(' is followed by whitespace. | 208 |
![]() | ')' is preceded with whitespace. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | '(' is followed by whitespace. | 209 |
![]() | ')' is preceded with whitespace. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | '(' is preceded with whitespace. | 210 |
![]() | '(' is followed by whitespace. | 210 |
![]() | ')' is preceded with whitespace. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | '(' is followed by whitespace. | 211 |
![]() | ')' is preceded with whitespace. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | '(' is preceded with whitespace. | 212 |
![]() | '(' is followed by whitespace. | 212 |
![]() | ')' is preceded with whitespace. | 212 |
![]() | Line is longer than 80 characters. | 213 |
![]() | '(' is preceded with whitespace. | 213 |
![]() | '(' is followed by whitespace. | 213 |
![]() | ')' is preceded with whitespace. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | '(' is preceded with whitespace. | 214 |
![]() | '(' is followed by whitespace. | 214 |
![]() | ')' is preceded with whitespace. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | '(' is preceded with whitespace. | 215 |
![]() | '(' is followed by whitespace. | 215 |
![]() | ')' is preceded with whitespace. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | '(' is followed by whitespace. | 216 |
![]() | ')' is preceded with whitespace. | 216 |
![]() | Line is longer than 80 characters. | 217 |
![]() | '(' is preceded with whitespace. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | Line is longer than 80 characters. | 218 |
![]() | '(' is preceded with whitespace. | 218 |
![]() | '(' is followed by whitespace. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | Line is longer than 80 characters. | 219 |
![]() | '(' is preceded with whitespace. | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | ')' is preceded with whitespace. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | '(' is preceded with whitespace. | 220 |
![]() | '(' is followed by whitespace. | 220 |
![]() | ')' is preceded with whitespace. | 220 |
![]() | Line is longer than 80 characters. | 221 |
![]() | '(' is preceded with whitespace. | 221 |
![]() | '(' is followed by whitespace. | 221 |
![]() | ')' is preceded with whitespace. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | '(' is followed by whitespace. | 222 |
![]() | ')' is preceded with whitespace. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | '(' is preceded with whitespace. | 223 |
![]() | '(' is followed by whitespace. | 223 |
![]() | ')' is preceded with whitespace. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | '(' is preceded with whitespace. | 224 |
![]() | '(' is followed by whitespace. | 224 |
![]() | ')' is preceded with whitespace. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | '(' is followed by whitespace. | 225 |
![]() | ')' is preceded with whitespace. | 225 |
![]() | Line is longer than 80 characters. | 226 |
![]() | '(' is preceded with whitespace. | 226 |
![]() | '(' is followed by whitespace. | 226 |
![]() | ')' is preceded with whitespace. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | '(' is preceded with whitespace. | 227 |
![]() | '(' is followed by whitespace. | 227 |
![]() | ')' is preceded with whitespace. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | '(' is preceded with whitespace. | 228 |
![]() | '(' is followed by whitespace. | 228 |
![]() | ')' is preceded with whitespace. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | '(' is preceded with whitespace. | 229 |
![]() | '(' is followed by whitespace. | 229 |
![]() | ')' is preceded with whitespace. | 229 |
![]() | Line is longer than 80 characters. | 230 |
![]() | '(' is preceded with whitespace. | 230 |
![]() | '(' is followed by whitespace. | 230 |
![]() | ')' is preceded with whitespace. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | '(' is preceded with whitespace. | 231 |
![]() | '(' is followed by whitespace. | 231 |
![]() | ')' is preceded with whitespace. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | '(' is preceded with whitespace. | 232 |
![]() | '(' is followed by whitespace. | 232 |
![]() | ')' is preceded with whitespace. | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | '(' is preceded with whitespace. | 233 |
![]() | '(' is followed by whitespace. | 233 |
![]() | ')' is preceded with whitespace. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | '(' is preceded with whitespace. | 234 |
![]() | '(' is followed by whitespace. | 234 |
![]() | ')' is preceded with whitespace. | 234 |
![]() | Line is longer than 80 characters. | 235 |
![]() | '(' is preceded with whitespace. | 235 |
![]() | '(' is followed by whitespace. | 235 |
![]() | ')' is preceded with whitespace. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | '(' is preceded with whitespace. | 236 |
![]() | '(' is followed by whitespace. | 236 |
![]() | ')' is preceded with whitespace. | 236 |
![]() | Line is longer than 80 characters. | 237 |
![]() | '(' is preceded with whitespace. | 237 |
![]() | '(' is followed by whitespace. | 237 |
![]() | ')' is preceded with whitespace. | 237 |
![]() | Line is longer than 80 characters. | 238 |
![]() | '(' is preceded with whitespace. | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | '(' is preceded with whitespace. | 239 |
![]() | '(' is followed by whitespace. | 239 |
![]() | ')' is preceded with whitespace. | 239 |
![]() | Line is longer than 80 characters. | 240 |
![]() | '(' is preceded with whitespace. | 240 |
![]() | '(' is followed by whitespace. | 240 |
![]() | ')' is preceded with whitespace. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | '(' is preceded with whitespace. | 241 |
![]() | '(' is followed by whitespace. | 241 |
![]() | ')' is preceded with whitespace. | 241 |
![]() | Line is longer than 80 characters. | 242 |
![]() | '(' is preceded with whitespace. | 242 |
![]() | '(' is followed by whitespace. | 242 |
![]() | ')' is preceded with whitespace. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | '(' is preceded with whitespace. | 243 |
![]() | '(' is followed by whitespace. | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | Line is longer than 80 characters. | 244 |
![]() | '(' is preceded with whitespace. | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | Line is longer than 80 characters. | 245 |
![]() | '(' is preceded with whitespace. | 245 |
![]() | '(' is followed by whitespace. | 245 |
![]() | ')' is preceded with whitespace. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | '(' is preceded with whitespace. | 246 |
![]() | '(' is followed by whitespace. | 246 |
![]() | ')' is preceded with whitespace. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | '(' is preceded with whitespace. | 247 |
![]() | '(' is followed by whitespace. | 247 |
![]() | ')' is preceded with whitespace. | 247 |
![]() | Line is longer than 80 characters. | 248 |
![]() | '(' is preceded with whitespace. | 248 |
![]() | '(' is followed by whitespace. | 248 |
![]() | ')' is preceded with whitespace. | 248 |
![]() | Line is longer than 80 characters. | 249 |
![]() | '(' is preceded with whitespace. | 249 |
![]() | '(' is followed by whitespace. | 249 |
![]() | ')' is preceded with whitespace. | 249 |
![]() | Line is longer than 80 characters. | 250 |
![]() | '(' is preceded with whitespace. | 250 |
![]() | '(' is followed by whitespace. | 250 |
![]() | ')' is preceded with whitespace. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | '(' is preceded with whitespace. | 251 |
![]() | '(' is followed by whitespace. | 251 |
![]() | ')' is preceded with whitespace. | 251 |
![]() | Line is longer than 80 characters. | 252 |
![]() | '(' is preceded with whitespace. | 252 |
![]() | '(' is followed by whitespace. | 252 |
![]() | ')' is preceded with whitespace. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | '(' is preceded with whitespace. | 253 |
![]() | '(' is followed by whitespace. | 253 |
![]() | ')' is preceded with whitespace. | 253 |
![]() | Line is longer than 80 characters. | 254 |
![]() | '(' is preceded with whitespace. | 254 |
![]() | '(' is followed by whitespace. | 254 |
![]() | ')' is preceded with whitespace. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | '(' is preceded with whitespace. | 255 |
![]() | '(' is followed by whitespace. | 255 |
![]() | ')' is preceded with whitespace. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | '(' is preceded with whitespace. | 256 |
![]() | '(' is followed by whitespace. | 256 |
![]() | ')' is preceded with whitespace. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | '(' is preceded with whitespace. | 257 |
![]() | '(' is followed by whitespace. | 257 |
![]() | ')' is preceded with whitespace. | 257 |
![]() | Line is longer than 80 characters. | 258 |
![]() | '(' is preceded with whitespace. | 258 |
![]() | '(' is followed by whitespace. | 258 |
![]() | ')' is preceded with whitespace. | 258 |
![]() | Line is longer than 80 characters. | 259 |
![]() | '(' is preceded with whitespace. | 259 |
![]() | '(' is followed by whitespace. | 259 |
![]() | ')' is preceded with whitespace. | 259 |
![]() | Line is longer than 80 characters. | 260 |
![]() | '(' is preceded with whitespace. | 260 |
![]() | '(' is followed by whitespace. | 260 |
![]() | ')' is preceded with whitespace. | 260 |
![]() | Line is longer than 80 characters. | 261 |
![]() | '(' is preceded with whitespace. | 261 |
![]() | '(' is followed by whitespace. | 261 |
![]() | ')' is preceded with whitespace. | 261 |
![]() | Line is longer than 80 characters. | 262 |
![]() | '(' is preceded with whitespace. | 262 |
![]() | '(' is followed by whitespace. | 262 |
![]() | ')' is preceded with whitespace. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | '(' is preceded with whitespace. | 263 |
![]() | '(' is followed by whitespace. | 263 |
![]() | ')' is preceded with whitespace. | 263 |
![]() | Line is longer than 80 characters. | 264 |
![]() | '(' is preceded with whitespace. | 264 |
![]() | '(' is followed by whitespace. | 264 |
![]() | ')' is preceded with whitespace. | 264 |
![]() | Line is longer than 80 characters. | 265 |
![]() | '(' is preceded with whitespace. | 265 |
![]() | '(' is followed by whitespace. | 265 |
![]() | ')' is preceded with whitespace. | 265 |
![]() | Line is longer than 80 characters. | 266 |
![]() | '(' is preceded with whitespace. | 266 |
![]() | '(' is followed by whitespace. | 266 |
![]() | ')' is preceded with whitespace. | 266 |
![]() | Line is longer than 80 characters. | 267 |
![]() | '(' is preceded with whitespace. | 267 |
![]() | '(' is followed by whitespace. | 267 |
![]() | ')' is preceded with whitespace. | 267 |
![]() | Line is longer than 80 characters. | 268 |
![]() | '(' is preceded with whitespace. | 268 |
![]() | '(' is followed by whitespace. | 268 |
![]() | ')' is preceded with whitespace. | 268 |
![]() | Line is longer than 80 characters. | 269 |
![]() | '(' is preceded with whitespace. | 269 |
![]() | '(' is followed by whitespace. | 269 |
![]() | ')' is preceded with whitespace. | 269 |
![]() | Line is longer than 80 characters. | 270 |
![]() | '(' is preceded with whitespace. | 270 |
![]() | '(' is followed by whitespace. | 270 |
![]() | ')' is preceded with whitespace. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | '(' is preceded with whitespace. | 271 |
![]() | '(' is followed by whitespace. | 271 |
![]() | ')' is preceded with whitespace. | 271 |
![]() | Line is longer than 80 characters. | 272 |
![]() | '(' is preceded with whitespace. | 272 |
![]() | '(' is followed by whitespace. | 272 |
![]() | ')' is preceded with whitespace. | 272 |
![]() | Line is longer than 80 characters. | 273 |
![]() | '(' is preceded with whitespace. | 273 |
![]() | '(' is followed by whitespace. | 273 |
![]() | ')' is preceded with whitespace. | 273 |
![]() | Line is longer than 80 characters. | 274 |
![]() | '(' is preceded with whitespace. | 274 |
![]() | '(' is followed by whitespace. | 274 |
![]() | ')' is preceded with whitespace. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | '(' is preceded with whitespace. | 275 |
![]() | '(' is followed by whitespace. | 275 |
![]() | ')' is preceded with whitespace. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | '(' is preceded with whitespace. | 276 |
![]() | '(' is followed by whitespace. | 276 |
![]() | ')' is preceded with whitespace. | 276 |
![]() | Line is longer than 80 characters. | 277 |
![]() | '(' is preceded with whitespace. | 277 |
![]() | '(' is followed by whitespace. | 277 |
![]() | ')' is preceded with whitespace. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | '(' is preceded with whitespace. | 278 |
![]() | '(' is followed by whitespace. | 278 |
![]() | ')' is preceded with whitespace. | 278 |
![]() | Line is longer than 80 characters. | 279 |
![]() | '(' is preceded with whitespace. | 279 |
![]() | '(' is followed by whitespace. | 279 |
![]() | ')' is preceded with whitespace. | 279 |
![]() | Line is longer than 80 characters. | 280 |
![]() | '(' is preceded with whitespace. | 280 |
![]() | '(' is followed by whitespace. | 280 |
![]() | ')' is preceded with whitespace. | 280 |
![]() | Line is longer than 80 characters. | 281 |
![]() | '(' is preceded with whitespace. | 281 |
![]() | '(' is followed by whitespace. | 281 |
![]() | ')' is preceded with whitespace. | 281 |
![]() | Line is longer than 80 characters. | 282 |
![]() | '(' is preceded with whitespace. | 282 |
![]() | '(' is followed by whitespace. | 282 |
![]() | ')' is preceded with whitespace. | 282 |
![]() | Line is longer than 80 characters. | 283 |
![]() | '(' is preceded with whitespace. | 283 |
![]() | '(' is followed by whitespace. | 283 |
![]() | ')' is preceded with whitespace. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | '(' is preceded with whitespace. | 284 |
![]() | '(' is followed by whitespace. | 284 |
![]() | ')' is preceded with whitespace. | 284 |
![]() | Line is longer than 80 characters. | 285 |
![]() | '(' is preceded with whitespace. | 285 |
![]() | '(' is followed by whitespace. | 285 |
![]() | ')' is preceded with whitespace. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | '(' is preceded with whitespace. | 286 |
![]() | '(' is followed by whitespace. | 286 |
![]() | ')' is preceded with whitespace. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | '(' is preceded with whitespace. | 287 |
![]() | '(' is followed by whitespace. | 287 |
![]() | ')' is preceded with whitespace. | 287 |
![]() | Line is longer than 80 characters. | 288 |
![]() | '(' is preceded with whitespace. | 288 |
![]() | '(' is followed by whitespace. | 288 |
![]() | ')' is preceded with whitespace. | 288 |
![]() | Line is longer than 80 characters. | 289 |
![]() | '(' is preceded with whitespace. | 289 |
![]() | '(' is followed by whitespace. | 289 |
![]() | ')' is preceded with whitespace. | 289 |
![]() | Line is longer than 80 characters. | 290 |
![]() | '(' is preceded with whitespace. | 290 |
![]() | '(' is followed by whitespace. | 290 |
![]() | ')' is preceded with whitespace. | 290 |
![]() | Line is longer than 80 characters. | 291 |
![]() | '(' is preceded with whitespace. | 291 |
![]() | '(' is followed by whitespace. | 291 |
![]() | ')' is preceded with whitespace. | 291 |
![]() | Line is longer than 80 characters. | 292 |
![]() | '(' is preceded with whitespace. | 292 |
![]() | '(' is followed by whitespace. | 292 |
![]() | ')' is preceded with whitespace. | 292 |
![]() | Line is longer than 80 characters. | 293 |
![]() | '(' is preceded with whitespace. | 293 |
![]() | '(' is followed by whitespace. | 293 |
![]() | ')' is preceded with whitespace. | 293 |
![]() | Line is longer than 80 characters. | 294 |
![]() | '(' is preceded with whitespace. | 294 |
![]() | '(' is followed by whitespace. | 294 |
![]() | ')' is preceded with whitespace. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | '(' is preceded with whitespace. | 295 |
![]() | '(' is followed by whitespace. | 295 |
![]() | ')' is preceded with whitespace. | 295 |
![]() | Line is longer than 80 characters. | 296 |
![]() | '(' is preceded with whitespace. | 296 |
![]() | '(' is followed by whitespace. | 296 |
![]() | ')' is preceded with whitespace. | 296 |
![]() | Line is longer than 80 characters. | 297 |
![]() | '(' is preceded with whitespace. | 297 |
![]() | '(' is followed by whitespace. | 297 |
![]() | ')' is preceded with whitespace. | 297 |
![]() | Line is longer than 80 characters. | 298 |
![]() | '(' is preceded with whitespace. | 298 |
![]() | '(' is followed by whitespace. | 298 |
![]() | ')' is preceded with whitespace. | 298 |
![]() | Line is longer than 80 characters. | 299 |
![]() | '(' is preceded with whitespace. | 299 |
![]() | '(' is followed by whitespace. | 299 |
![]() | ')' is preceded with whitespace. | 299 |
![]() | Line is longer than 80 characters. | 300 |
![]() | '(' is preceded with whitespace. | 300 |
![]() | '(' is followed by whitespace. | 300 |
![]() | ')' is preceded with whitespace. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | '(' is preceded with whitespace. | 301 |
![]() | '(' is followed by whitespace. | 301 |
![]() | ')' is preceded with whitespace. | 301 |
![]() | Line is longer than 80 characters. | 302 |
![]() | '(' is preceded with whitespace. | 302 |
![]() | '(' is followed by whitespace. | 302 |
![]() | ')' is preceded with whitespace. | 302 |
![]() | Line is longer than 80 characters. | 303 |
![]() | '(' is preceded with whitespace. | 303 |
![]() | '(' is followed by whitespace. | 303 |
![]() | ')' is preceded with whitespace. | 303 |
![]() | Line is longer than 80 characters. | 304 |
![]() | '(' is preceded with whitespace. | 304 |
![]() | '(' is followed by whitespace. | 304 |
![]() | ')' is preceded with whitespace. | 304 |
![]() | Line is longer than 80 characters. | 305 |
![]() | '(' is preceded with whitespace. | 305 |
![]() | '(' is followed by whitespace. | 305 |
![]() | ')' is preceded with whitespace. | 305 |
![]() | Line is longer than 80 characters. | 306 |
![]() | '(' is preceded with whitespace. | 306 |
![]() | '(' is followed by whitespace. | 306 |
![]() | ')' is preceded with whitespace. | 306 |
![]() | Line is longer than 80 characters. | 307 |
![]() | '(' is preceded with whitespace. | 307 |
![]() | '(' is followed by whitespace. | 307 |
![]() | ')' is preceded with whitespace. | 307 |
![]() | Line is longer than 80 characters. | 308 |
![]() | '(' is preceded with whitespace. | 308 |
![]() | '(' is followed by whitespace. | 308 |
![]() | ')' is preceded with whitespace. | 308 |
![]() | Line is longer than 80 characters. | 309 |
![]() | '(' is preceded with whitespace. | 309 |
![]() | '(' is followed by whitespace. | 309 |
![]() | ')' is preceded with whitespace. | 309 |
![]() | Line is longer than 80 characters. | 310 |
![]() | '(' is preceded with whitespace. | 310 |
![]() | '(' is followed by whitespace. | 310 |
![]() | ')' is preceded with whitespace. | 310 |
![]() | Line is longer than 80 characters. | 311 |
![]() | '(' is preceded with whitespace. | 311 |
![]() | '(' is followed by whitespace. | 311 |
![]() | ')' is preceded with whitespace. | 311 |
![]() | '}' should be on the same line. | 312 |
![]() | 'catch' is not followed by whitespace. | 313 |
![]() | '}' is not followed by whitespace. | 315 |
![]() | '}' is not followed by whitespace. | 319 |
![]() | Missing a Javadoc comment. | 321 |
![]() | Name 'EVENT_actionListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 321 |
![]() | Missing a Javadoc comment. | 322 |
![]() | Name 'EVENT_ancestorListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 322 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Name 'EVENT_changeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 323 |
![]() | Missing a Javadoc comment. | 324 |
![]() | Name 'EVENT_componentListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 324 |
![]() | Missing a Javadoc comment. | 325 |
![]() | Name 'EVENT_containerListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 325 |
![]() | Missing a Javadoc comment. | 326 |
![]() | Name 'EVENT_focusListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 326 |
![]() | Missing a Javadoc comment. | 327 |
![]() | Name 'EVENT_hierarchyBoundsListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 327 |
![]() | Missing a Javadoc comment. | 328 |
![]() | Name 'EVENT_hierarchyListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 328 |
![]() | Missing a Javadoc comment. | 329 |
![]() | Name 'EVENT_inputMethodListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 329 |
![]() | Missing a Javadoc comment. | 330 |
![]() | Name 'EVENT_itemListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 330 |
![]() | Missing a Javadoc comment. | 331 |
![]() | Name 'EVENT_keyListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 331 |
![]() | Missing a Javadoc comment. | 332 |
![]() | Name 'EVENT_mouseListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 332 |
![]() | Missing a Javadoc comment. | 333 |
![]() | Name 'EVENT_mouseMotionListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 333 |
![]() | Missing a Javadoc comment. | 334 |
![]() | Name 'EVENT_mouseWheelListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 334 |
![]() | Missing a Javadoc comment. | 335 |
![]() | Name 'EVENT_propertyChangeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 335 |
![]() | Missing a Javadoc comment. | 336 |
![]() | Name 'EVENT_vetoableChangeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 336 |
![]() | Missing a Javadoc comment. | 340 |
![]() | '{' is not preceded with whitespace. | 340 |
![]() | '16' is a magic number. | 341 |
![]() | Line has trailing spaces. | 342 |
![]() | Line is longer than 80 characters. | 344 |
![]() | '(' is preceded with whitespace. | 344 |
![]() | '(' is followed by whitespace. | 344 |
![]() | ')' is preceded with whitespace. | 344 |
![]() | Line is longer than 80 characters. | 345 |
![]() | '(' is preceded with whitespace. | 345 |
![]() | '(' is followed by whitespace. | 345 |
![]() | ')' is preceded with whitespace. | 345 |
![]() | Line is longer than 80 characters. | 346 |
![]() | '(' is preceded with whitespace. | 346 |
![]() | '(' is followed by whitespace. | 346 |
![]() | ')' is preceded with whitespace. | 346 |
![]() | Line is longer than 80 characters. | 347 |
![]() | '(' is preceded with whitespace. | 347 |
![]() | '(' is followed by whitespace. | 347 |
![]() | ')' is preceded with whitespace. | 347 |
![]() | Line is longer than 80 characters. | 348 |
![]() | '(' is preceded with whitespace. | 348 |
![]() | '(' is followed by whitespace. | 348 |
![]() | ')' is preceded with whitespace. | 348 |
![]() | Line is longer than 80 characters. | 349 |
![]() | '(' is preceded with whitespace. | 349 |
![]() | '(' is followed by whitespace. | 349 |
![]() | ')' is preceded with whitespace. | 349 |
![]() | Line is longer than 80 characters. | 350 |
![]() | '(' is preceded with whitespace. | 350 |
![]() | '(' is followed by whitespace. | 350 |
![]() | ')' is preceded with whitespace. | 350 |
![]() | Line is longer than 80 characters. | 351 |
![]() | '(' is preceded with whitespace. | 351 |
![]() | '(' is followed by whitespace. | 351 |
![]() | ')' is preceded with whitespace. | 351 |
![]() | Line is longer than 80 characters. | 352 |
![]() | '(' is preceded with whitespace. | 352 |
![]() | '(' is followed by whitespace. | 352 |
![]() | ')' is preceded with whitespace. | 352 |
![]() | Line is longer than 80 characters. | 353 |
![]() | '(' is preceded with whitespace. | 353 |
![]() | '(' is followed by whitespace. | 353 |
![]() | ')' is preceded with whitespace. | 353 |
![]() | Line is longer than 80 characters. | 354 |
![]() | '(' is preceded with whitespace. | 354 |
![]() | '(' is followed by whitespace. | 354 |
![]() | ')' is preceded with whitespace. | 354 |
![]() | Line is longer than 80 characters. | 355 |
![]() | '(' is preceded with whitespace. | 355 |
![]() | '(' is followed by whitespace. | 355 |
![]() | ')' is preceded with whitespace. | 355 |
![]() | Line is longer than 80 characters. | 356 |
![]() | '(' is preceded with whitespace. | 356 |
![]() | '(' is followed by whitespace. | 356 |
![]() | ')' is preceded with whitespace. | 356 |
![]() | Line is longer than 80 characters. | 357 |
![]() | '(' is preceded with whitespace. | 357 |
![]() | '(' is followed by whitespace. | 357 |
![]() | ')' is preceded with whitespace. | 357 |
![]() | Line is longer than 80 characters. | 358 |
![]() | '(' is preceded with whitespace. | 358 |
![]() | '(' is followed by whitespace. | 358 |
![]() | ')' is preceded with whitespace. | 358 |
![]() | Line is longer than 80 characters. | 359 |
![]() | '(' is preceded with whitespace. | 359 |
![]() | '(' is followed by whitespace. | 359 |
![]() | ')' is preceded with whitespace. | 359 |
![]() | '}' should be on the same line. | 360 |
![]() | 'catch' is not followed by whitespace. | 361 |
![]() | '}' is not followed by whitespace. | 363 |
![]() | '}' is not followed by whitespace. | 367 |
![]() | Missing a Javadoc comment. | 369 |
![]() | Name 'METHOD_action0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 369 |
![]() | Missing a Javadoc comment. | 370 |
![]() | Name 'METHOD_addNotify1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 370 |
![]() | Missing a Javadoc comment. | 371 |
![]() | Name 'METHOD_addPropertyChangeListener2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 371 |
![]() | Missing a Javadoc comment. | 372 |
![]() | Name 'METHOD_applyComponentOrientation3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 372 |
![]() | Missing a Javadoc comment. | 373 |
![]() | Name 'METHOD_areFocusTraversalKeysSet4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 373 |
![]() | Missing a Javadoc comment. | 374 |
![]() | Name 'METHOD_bounds5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 374 |
![]() | Missing a Javadoc comment. | 375 |
![]() | Name 'METHOD_checkImage6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 375 |
![]() | Missing a Javadoc comment. | 376 |
![]() | Name 'METHOD_checkImage7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 376 |
![]() | Missing a Javadoc comment. | 377 |
![]() | Name 'METHOD_computeVisibleRect8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 377 |
![]() | Missing a Javadoc comment. | 378 |
![]() | Name 'METHOD_contains9' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 378 |
![]() | Missing a Javadoc comment. | 379 |
![]() | Name 'METHOD_contains10' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 379 |
![]() | Missing a Javadoc comment. | 380 |
![]() | Name 'METHOD_countComponents11' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 380 |
![]() | Missing a Javadoc comment. | 381 |
![]() | Name 'METHOD_createImage12' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 381 |
![]() | Missing a Javadoc comment. | 382 |
![]() | Name 'METHOD_createImage13' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 382 |
![]() | Missing a Javadoc comment. | 383 |
![]() | Name 'METHOD_createToolTip14' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 383 |
![]() | Missing a Javadoc comment. | 384 |
![]() | Name 'METHOD_createVolatileImage15' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 384 |
![]() | Missing a Javadoc comment. | 385 |
![]() | Name 'METHOD_createVolatileImage16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 385 |
![]() | Missing a Javadoc comment. | 386 |
![]() | Name 'METHOD_deliverEvent17' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 386 |
![]() | Missing a Javadoc comment. | 387 |
![]() | Name 'METHOD_disable18' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 387 |
![]() | Missing a Javadoc comment. | 388 |
![]() | Name 'METHOD_dispatchEvent19' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 388 |
![]() | Missing a Javadoc comment. | 389 |
![]() | Name 'METHOD_doClick20' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 389 |
![]() | Missing a Javadoc comment. | 390 |
![]() | Name 'METHOD_doClick21' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 390 |
![]() | Missing a Javadoc comment. | 391 |
![]() | Name 'METHOD_doLayout22' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 391 |
![]() | Missing a Javadoc comment. | 392 |
![]() | Name 'METHOD_enable23' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 392 |
![]() | Missing a Javadoc comment. | 393 |
![]() | Name 'METHOD_enable24' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 393 |
![]() | Missing a Javadoc comment. | 394 |
![]() | Name 'METHOD_enableInputMethods25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 394 |
![]() | Missing a Javadoc comment. | 395 |
![]() | Name 'METHOD_findComponentAt26' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 395 |
![]() | Missing a Javadoc comment. | 396 |
![]() | Name 'METHOD_findComponentAt27' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 396 |
![]() | Missing a Javadoc comment. | 397 |
![]() | Name 'METHOD_firePropertyChange28' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 397 |
![]() | Missing a Javadoc comment. | 398 |
![]() | Name 'METHOD_firePropertyChange29' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 398 |
![]() | Missing a Javadoc comment. | 399 |
![]() | Name 'METHOD_firePropertyChange30' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 399 |
![]() | Missing a Javadoc comment. | 400 |
![]() | Name 'METHOD_firePropertyChange31' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 400 |
![]() | Missing a Javadoc comment. | 401 |
![]() | Name 'METHOD_firePropertyChange32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 401 |
![]() | Missing a Javadoc comment. | 402 |
![]() | Name 'METHOD_firePropertyChange33' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 402 |
![]() | Missing a Javadoc comment. | 403 |
![]() | Name 'METHOD_firePropertyChange34' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 403 |
![]() | Missing a Javadoc comment. | 404 |
![]() | Name 'METHOD_firePropertyChange35' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 404 |
![]() | Missing a Javadoc comment. | 405 |
![]() | Name 'METHOD_getAcaoToolbar36' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 405 |
![]() | Missing a Javadoc comment. | 406 |
![]() | Name 'METHOD_getActionForKeyStroke37' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 406 |
![]() | Missing a Javadoc comment. | 407 |
![]() | Name 'METHOD_getBaseline38' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 407 |
![]() | Missing a Javadoc comment. | 408 |
![]() | Name 'METHOD_getBounds39' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 408 |
![]() | Missing a Javadoc comment. | 409 |
![]() | Name 'METHOD_getClientProperty40' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 409 |
![]() | Missing a Javadoc comment. | 410 |
![]() | Name 'METHOD_getComponentAt41' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 410 |
![]() | Missing a Javadoc comment. | 411 |
![]() | Name 'METHOD_getComponentAt42' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 411 |
![]() | Missing a Javadoc comment. | 412 |
![]() | Name 'METHOD_getComponentZOrder43' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 412 |
![]() | Missing a Javadoc comment. | 413 |
![]() | Name 'METHOD_getConditionForKeyStroke44' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 413 |
![]() | Missing a Javadoc comment. | 414 |
![]() | Name 'METHOD_getDefaultLocale45' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 414 |
![]() | Missing a Javadoc comment. | 415 |
![]() | Name 'METHOD_getFocusTraversalKeys46' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 415 |
![]() | Missing a Javadoc comment. | 416 |
![]() | Name 'METHOD_getFontMetrics47' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 416 |
![]() | Missing a Javadoc comment. | 417 |
![]() | Name 'METHOD_getInsets48' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 417 |
![]() | Missing a Javadoc comment. | 418 |
![]() | Name 'METHOD_getListeners49' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 418 |
![]() | Missing a Javadoc comment. | 419 |
![]() | Name 'METHOD_getLocation50' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 419 |
![]() | Missing a Javadoc comment. | 420 |
![]() | Name 'METHOD_getMnemonic51' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 420 |
![]() | Missing a Javadoc comment. | 421 |
![]() | Name 'METHOD_getMousePosition52' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 421 |
![]() | Missing a Javadoc comment. | 422 |
![]() | Name 'METHOD_getPopupLocation53' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 422 |
![]() | Missing a Javadoc comment. | 423 |
![]() | Name 'METHOD_getPropertyChangeListeners54' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 423 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Name 'METHOD_getSize55' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 424 |
![]() | Missing a Javadoc comment. | 425 |
![]() | Name 'METHOD_getToolTipLocation56' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 425 |
![]() | Missing a Javadoc comment. | 426 |
![]() | Name 'METHOD_getToolTipText57' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 426 |
![]() | Missing a Javadoc comment. | 427 |
![]() | Name 'METHOD_gotFocus58' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 427 |
![]() | Missing a Javadoc comment. | 428 |
![]() | Name 'METHOD_grabFocus59' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 428 |
![]() | Missing a Javadoc comment. | 429 |
![]() | Name 'METHOD_handleEvent60' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 429 |
![]() | Missing a Javadoc comment. | 430 |
![]() | Name 'METHOD_hasFocus61' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 430 |
![]() | Missing a Javadoc comment. | 431 |
![]() | Name 'METHOD_hide62' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 431 |
![]() | Missing a Javadoc comment. | 432 |
![]() | Name 'METHOD_imageUpdate63' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 432 |
![]() | Missing a Javadoc comment. | 433 |
![]() | Name 'METHOD_insets64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 433 |
![]() | Missing a Javadoc comment. | 434 |
![]() | Name 'METHOD_inside65' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 434 |
![]() | Missing a Javadoc comment. | 435 |
![]() | Name 'METHOD_invalidate66' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 435 |
![]() | Missing a Javadoc comment. | 436 |
![]() | Name 'METHOD_isAncestorOf67' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 436 |
![]() | Missing a Javadoc comment. | 437 |
![]() | Name 'METHOD_isFocusCycleRoot68' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 437 |
![]() | Missing a Javadoc comment. | 438 |
![]() | Name 'METHOD_isLightweightComponent69' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 438 |
![]() | Missing a Javadoc comment. | 439 |
![]() | Name 'METHOD_keyDown70' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 439 |
![]() | Missing a Javadoc comment. | 440 |
![]() | Name 'METHOD_keyUp71' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 440 |
![]() | Missing a Javadoc comment. | 441 |
![]() | Name 'METHOD_layout72' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 441 |
![]() | Missing a Javadoc comment. | 442 |
![]() | Name 'METHOD_list73' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 442 |
![]() | Missing a Javadoc comment. | 443 |
![]() | Name 'METHOD_list74' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 443 |
![]() | Missing a Javadoc comment. | 444 |
![]() | Name 'METHOD_list75' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 444 |
![]() | Missing a Javadoc comment. | 445 |
![]() | Name 'METHOD_list76' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 445 |
![]() | Missing a Javadoc comment. | 446 |
![]() | Name 'METHOD_list77' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 446 |
![]() | Missing a Javadoc comment. | 447 |
![]() | Name 'METHOD_locate78' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 447 |
![]() | Missing a Javadoc comment. | 448 |
![]() | Name 'METHOD_location79' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 448 |
![]() | Missing a Javadoc comment. | 449 |
![]() | Name 'METHOD_lostFocus80' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 449 |
![]() | Missing a Javadoc comment. | 450 |
![]() | Name 'METHOD_minimumSize81' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 450 |
![]() | Missing a Javadoc comment. | 451 |
![]() | Name 'METHOD_mouseDown82' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 451 |
![]() | Missing a Javadoc comment. | 452 |
![]() | Name 'METHOD_mouseDrag83' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 452 |
![]() | Missing a Javadoc comment. | 453 |
![]() | Name 'METHOD_mouseEnter84' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 453 |
![]() | Missing a Javadoc comment. | 454 |
![]() | Name 'METHOD_mouseExit85' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 454 |
![]() | Missing a Javadoc comment. | 455 |
![]() | Name 'METHOD_mouseMove86' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 455 |
![]() | Missing a Javadoc comment. | 456 |
![]() | Name 'METHOD_mouseUp87' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 456 |
![]() | Missing a Javadoc comment. | 457 |
![]() | Name 'METHOD_move88' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 457 |
![]() | Missing a Javadoc comment. | 458 |
![]() | Name 'METHOD_nextFocus89' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 458 |
![]() | Missing a Javadoc comment. | 459 |
![]() | Name 'METHOD_paint90' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 459 |
![]() | Missing a Javadoc comment. | 460 |
![]() | Name 'METHOD_paintAll91' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 460 |
![]() | Missing a Javadoc comment. | 461 |
![]() | Name 'METHOD_paintComponents92' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 461 |
![]() | Missing a Javadoc comment. | 462 |
![]() | Name 'METHOD_paintImmediately93' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 462 |
![]() | Missing a Javadoc comment. | 463 |
![]() | Name 'METHOD_paintImmediately94' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 463 |
![]() | Missing a Javadoc comment. | 464 |
![]() | Name 'METHOD_postEvent95' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 464 |
![]() | Missing a Javadoc comment. | 465 |
![]() | Name 'METHOD_preferredSize96' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 465 |
![]() | Missing a Javadoc comment. | 466 |
![]() | Name 'METHOD_prepareImage97' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 466 |
![]() | Missing a Javadoc comment. | 467 |
![]() | Name 'METHOD_prepareImage98' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 467 |
![]() | Missing a Javadoc comment. | 468 |
![]() | Name 'METHOD_print99' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 468 |
![]() | Missing a Javadoc comment. | 469 |
![]() | Name 'METHOD_printAll100' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 469 |
![]() | Missing a Javadoc comment. | 470 |
![]() | Name 'METHOD_printComponents101' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 470 |
![]() | Missing a Javadoc comment. | 471 |
![]() | Name 'METHOD_putClientProperty102' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 471 |
![]() | Missing a Javadoc comment. | 472 |
![]() | Name 'METHOD_registerKeyboardAction103' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 472 |
![]() | Missing a Javadoc comment. | 473 |
![]() | Name 'METHOD_registerKeyboardAction104' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 473 |
![]() | Missing a Javadoc comment. | 474 |
![]() | Name 'METHOD_remove105' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 474 |
![]() | Missing a Javadoc comment. | 475 |
![]() | Name 'METHOD_remove106' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 475 |
![]() | Missing a Javadoc comment. | 476 |
![]() | Name 'METHOD_remove107' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 476 |
![]() | Missing a Javadoc comment. | 477 |
![]() | Name 'METHOD_removeAll108' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 477 |
![]() | Missing a Javadoc comment. | 478 |
![]() | Name 'METHOD_removeNotify109' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 478 |
![]() | Missing a Javadoc comment. | 479 |
![]() | Name 'METHOD_removePropertyChangeListener110' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 479 |
![]() | Missing a Javadoc comment. | 480 |
![]() | Name 'METHOD_repaint111' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 480 |
![]() | Missing a Javadoc comment. | 481 |
![]() | Name 'METHOD_repaint112' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 481 |
![]() | Missing a Javadoc comment. | 482 |
![]() | Name 'METHOD_repaint113' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 482 |
![]() | Missing a Javadoc comment. | 483 |
![]() | Name 'METHOD_repaint114' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 483 |
![]() | Missing a Javadoc comment. | 484 |
![]() | Name 'METHOD_repaint115' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 484 |
![]() | Missing a Javadoc comment. | 485 |
![]() | Name 'METHOD_requestDefaultFocus116' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 485 |
![]() | Missing a Javadoc comment. | 486 |
![]() | Name 'METHOD_requestFocus117' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 486 |
![]() | Missing a Javadoc comment. | 487 |
![]() | Name 'METHOD_requestFocus118' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 487 |
![]() | Missing a Javadoc comment. | 488 |
![]() | Name 'METHOD_requestFocusInWindow119' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 488 |
![]() | Missing a Javadoc comment. | 489 |
![]() | Name 'METHOD_resetKeyboardActions120' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 489 |
![]() | Missing a Javadoc comment. | 490 |
![]() | Name 'METHOD_reshape121' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 490 |
![]() | Missing a Javadoc comment. | 491 |
![]() | Name 'METHOD_resize122' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 491 |
![]() | Missing a Javadoc comment. | 492 |
![]() | Name 'METHOD_resize123' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 492 |
![]() | Missing a Javadoc comment. | 493 |
![]() | Name 'METHOD_revalidate124' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 493 |
![]() | Missing a Javadoc comment. | 494 |
![]() | Name 'METHOD_scrollRectToVisible125' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 494 |
![]() | Missing a Javadoc comment. | 495 |
![]() | Name 'METHOD_setBounds126' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 495 |
![]() | Missing a Javadoc comment. | 496 |
![]() | Name 'METHOD_setComponentZOrder127' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 496 |
![]() | Missing a Javadoc comment. | 497 |
![]() | Name 'METHOD_setDefaultLocale128' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 497 |
![]() | Missing a Javadoc comment. | 498 |
![]() | Name 'METHOD_setMnemonic129' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 498 |
![]() | Missing a Javadoc comment. | 499 |
![]() | Name 'METHOD_show130' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 499 |
![]() | Missing a Javadoc comment. | 500 |
![]() | Name 'METHOD_show131' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 500 |
![]() | Missing a Javadoc comment. | 501 |
![]() | Name 'METHOD_size132' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 501 |
![]() | Missing a Javadoc comment. | 502 |
![]() | Name 'METHOD_toString133' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 502 |
![]() | Missing a Javadoc comment. | 503 |
![]() | Name 'METHOD_transferFocus134' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 503 |
![]() | Missing a Javadoc comment. | 504 |
![]() | Name 'METHOD_transferFocusBackward135' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 504 |
![]() | Missing a Javadoc comment. | 505 |
![]() | Name 'METHOD_transferFocusDownCycle136' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 505 |
![]() | Missing a Javadoc comment. | 506 |
![]() | Name 'METHOD_transferFocusUpCycle137' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 506 |
![]() | Missing a Javadoc comment. | 507 |
![]() | Name 'METHOD_unregisterKeyboardAction138' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 507 |
![]() | Missing a Javadoc comment. | 508 |
![]() | Name 'METHOD_update139' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 508 |
![]() | Missing a Javadoc comment. | 509 |
![]() | Name 'METHOD_updateUI140' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 509 |
![]() | Missing a Javadoc comment. | 510 |
![]() | Name 'METHOD_validate141' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 510 |
![]() | Line has trailing spaces. | 512 |
![]() | Method length is 294 lines (max allowed is 150). | 514 |
![]() | Missing a Javadoc comment. | 514 |
![]() | '{' is not preceded with whitespace. | 514 |
![]() | '142' is a magic number. | 515 |
![]() | Line has trailing spaces. | 516 |
![]() | Line is longer than 80 characters. | 518 |
![]() | '(' is preceded with whitespace. | 519 |
![]() | '(' is followed by whitespace. | 519 |
![]() | ')' is preceded with whitespace. | 519 |
![]() | Line is longer than 80 characters. | 520 |
![]() | '(' is preceded with whitespace. | 521 |
![]() | '(' is followed by whitespace. | 521 |
![]() | ')' is preceded with whitespace. | 521 |
![]() | Line is longer than 80 characters. | 522 |
![]() | '(' is preceded with whitespace. | 523 |
![]() | '(' is followed by whitespace. | 523 |
![]() | ')' is preceded with whitespace. | 523 |
![]() | Line is longer than 80 characters. | 524 |
![]() | '(' is preceded with whitespace. | 525 |
![]() | '(' is followed by whitespace. | 525 |
![]() | ')' is preceded with whitespace. | 525 |
![]() | Line is longer than 80 characters. | 526 |
![]() | '(' is preceded with whitespace. | 527 |
![]() | '(' is followed by whitespace. | 527 |
![]() | ')' is preceded with whitespace. | 527 |
![]() | Line is longer than 80 characters. | 528 |
![]() | '(' is preceded with whitespace. | 529 |
![]() | '(' is followed by whitespace. | 529 |
![]() | ')' is preceded with whitespace. | 529 |
![]() | Line is longer than 80 characters. | 530 |
![]() | '(' is preceded with whitespace. | 531 |
![]() | '(' is followed by whitespace. | 531 |
![]() | ')' is preceded with whitespace. | 531 |
![]() | Line is longer than 80 characters. | 532 |
![]() | '(' is preceded with whitespace. | 533 |
![]() | '(' is followed by whitespace. | 533 |
![]() | ')' is preceded with whitespace. | 533 |
![]() | Line is longer than 80 characters. | 534 |
![]() | '(' is preceded with whitespace. | 535 |
![]() | '(' is followed by whitespace. | 535 |
![]() | ')' is preceded with whitespace. | 535 |
![]() | Line is longer than 80 characters. | 536 |
![]() | '(' is preceded with whitespace. | 537 |
![]() | '(' is followed by whitespace. | 537 |
![]() | ')' is preceded with whitespace. | 537 |
![]() | Line is longer than 80 characters. | 538 |
![]() | '(' is preceded with whitespace. | 539 |
![]() | '(' is followed by whitespace. | 539 |
![]() | ')' is preceded with whitespace. | 539 |
![]() | Line is longer than 80 characters. | 540 |
![]() | '(' is preceded with whitespace. | 541 |
![]() | '(' is followed by whitespace. | 541 |
![]() | ')' is preceded with whitespace. | 541 |
![]() | Line is longer than 80 characters. | 542 |
![]() | '(' is preceded with whitespace. | 543 |
![]() | '(' is followed by whitespace. | 543 |
![]() | ')' is preceded with whitespace. | 543 |
![]() | Line is longer than 80 characters. | 544 |
![]() | '(' is preceded with whitespace. | 545 |
![]() | '(' is followed by whitespace. | 545 |
![]() | ')' is preceded with whitespace. | 545 |
![]() | Line is longer than 80 characters. | 546 |
![]() | '(' is preceded with whitespace. | 547 |
![]() | '(' is followed by whitespace. | 547 |
![]() | ')' is preceded with whitespace. | 547 |
![]() | Line is longer than 80 characters. | 548 |
![]() | '(' is preceded with whitespace. | 549 |
![]() | '(' is followed by whitespace. | 549 |
![]() | ')' is preceded with whitespace. | 549 |
![]() | Line is longer than 80 characters. | 550 |
![]() | '(' is preceded with whitespace. | 551 |
![]() | '(' is followed by whitespace. | 551 |
![]() | ')' is preceded with whitespace. | 551 |
![]() | Line is longer than 80 characters. | 552 |
![]() | '(' is preceded with whitespace. | 553 |
![]() | '(' is followed by whitespace. | 553 |
![]() | ')' is preceded with whitespace. | 553 |
![]() | Line is longer than 80 characters. | 554 |
![]() | '(' is preceded with whitespace. | 555 |
![]() | '(' is followed by whitespace. | 555 |
![]() | ')' is preceded with whitespace. | 555 |
![]() | Line is longer than 80 characters. | 556 |
![]() | '(' is preceded with whitespace. | 557 |
![]() | '(' is followed by whitespace. | 557 |
![]() | ')' is preceded with whitespace. | 557 |
![]() | Line is longer than 80 characters. | 558 |
![]() | '(' is preceded with whitespace. | 559 |
![]() | '(' is followed by whitespace. | 559 |
![]() | ')' is preceded with whitespace. | 559 |
![]() | Line is longer than 80 characters. | 560 |
![]() | '(' is preceded with whitespace. | 561 |
![]() | '(' is followed by whitespace. | 561 |
![]() | ')' is preceded with whitespace. | 561 |
![]() | Line is longer than 80 characters. | 562 |
![]() | '(' is preceded with whitespace. | 563 |
![]() | '(' is followed by whitespace. | 563 |
![]() | ')' is preceded with whitespace. | 563 |
![]() | Line is longer than 80 characters. | 564 |
![]() | '(' is preceded with whitespace. | 565 |
![]() | '(' is followed by whitespace. | 565 |
![]() | ')' is preceded with whitespace. | 565 |
![]() | Line is longer than 80 characters. | 566 |
![]() | '(' is preceded with whitespace. | 567 |
![]() | '(' is followed by whitespace. | 567 |
![]() | ')' is preceded with whitespace. | 567 |
![]() | Line is longer than 80 characters. | 568 |
![]() | '(' is preceded with whitespace. | 569 |
![]() | '(' is followed by whitespace. | 569 |
![]() | ')' is preceded with whitespace. | 569 |
![]() | Line is longer than 80 characters. | 570 |
![]() | '(' is preceded with whitespace. | 571 |
![]() | '(' is followed by whitespace. | 571 |
![]() | ')' is preceded with whitespace. | 571 |
![]() | Line is longer than 80 characters. | 572 |
![]() | '(' is preceded with whitespace. | 573 |
![]() | '(' is followed by whitespace. | 573 |
![]() | ')' is preceded with whitespace. | 573 |
![]() | Line is longer than 80 characters. | 574 |
![]() | '(' is preceded with whitespace. | 575 |
![]() | '(' is followed by whitespace. | 575 |
![]() | ')' is preceded with whitespace. | 575 |
![]() | Line is longer than 80 characters. | 576 |
![]() | '(' is preceded with whitespace. | 577 |
![]() | '(' is followed by whitespace. | 577 |
![]() | ')' is preceded with whitespace. | 577 |
![]() | Line is longer than 80 characters. | 578 |
![]() | '(' is preceded with whitespace. | 579 |
![]() | '(' is followed by whitespace. | 579 |
![]() | ')' is preceded with whitespace. | 579 |
![]() | Line is longer than 80 characters. | 580 |
![]() | '(' is preceded with whitespace. | 581 |
![]() | '(' is followed by whitespace. | 581 |
![]() | ')' is preceded with whitespace. | 581 |
![]() | Line is longer than 80 characters. | 582 |
![]() | '(' is preceded with whitespace. | 583 |
![]() | '(' is followed by whitespace. | 583 |
![]() | ')' is preceded with whitespace. | 583 |
![]() | Line is longer than 80 characters. | 584 |
![]() | '(' is preceded with whitespace. | 585 |
![]() | '(' is followed by whitespace. | 585 |
![]() | ')' is preceded with whitespace. | 585 |
![]() | Line is longer than 80 characters. | 586 |
![]() | '(' is preceded with whitespace. | 587 |
![]() | '(' is followed by whitespace. | 587 |
![]() | ')' is preceded with whitespace. | 587 |
![]() | Line is longer than 80 characters. | 588 |
![]() | '(' is preceded with whitespace. | 589 |
![]() | '(' is followed by whitespace. | 589 |
![]() | ')' is preceded with whitespace. | 589 |
![]() | Line is longer than 80 characters. | 590 |
![]() | '(' is preceded with whitespace. | 591 |
![]() | '(' is followed by whitespace. | 591 |
![]() | ')' is preceded with whitespace. | 591 |
![]() | Line is longer than 80 characters. | 592 |
![]() | '(' is preceded with whitespace. | 593 |
![]() | '(' is followed by whitespace. | 593 |
![]() | ')' is preceded with whitespace. | 593 |
![]() | Line is longer than 80 characters. | 594 |
![]() | '(' is preceded with whitespace. | 595 |
![]() | '(' is followed by whitespace. | 595 |
![]() | ')' is preceded with whitespace. | 595 |
![]() | Line is longer than 80 characters. | 596 |
![]() | '(' is preceded with whitespace. | 597 |
![]() | '(' is followed by whitespace. | 597 |
![]() | ')' is preceded with whitespace. | 597 |
![]() | Line is longer than 80 characters. | 598 |
![]() | '(' is preceded with whitespace. | 599 |
![]() | '(' is followed by whitespace. | 599 |
![]() | ')' is preceded with whitespace. | 599 |
![]() | Line is longer than 80 characters. | 600 |
![]() | '(' is preceded with whitespace. | 601 |
![]() | '(' is followed by whitespace. | 601 |
![]() | ')' is preceded with whitespace. | 601 |
![]() | Line is longer than 80 characters. | 602 |
![]() | '(' is preceded with whitespace. | 603 |
![]() | '(' is followed by whitespace. | 603 |
![]() | ')' is preceded with whitespace. | 603 |
![]() | Line is longer than 80 characters. | 604 |
![]() | '(' is preceded with whitespace. | 605 |
![]() | '(' is followed by whitespace. | 605 |
![]() | ')' is preceded with whitespace. | 605 |
![]() | Line is longer than 80 characters. | 606 |
![]() | '(' is preceded with whitespace. | 607 |
![]() | '(' is followed by whitespace. | 607 |
![]() | ')' is preceded with whitespace. | 607 |
![]() | Line is longer than 80 characters. | 608 |
![]() | '(' is preceded with whitespace. | 609 |
![]() | '(' is followed by whitespace. | 609 |
![]() | ')' is preceded with whitespace. | 609 |
![]() | Line is longer than 80 characters. | 610 |
![]() | '(' is preceded with whitespace. | 611 |
![]() | '(' is followed by whitespace. | 611 |
![]() | ')' is preceded with whitespace. | 611 |
![]() | Line is longer than 80 characters. | 612 |
![]() | '(' is preceded with whitespace. | 613 |
![]() | '(' is followed by whitespace. | 613 |
![]() | ')' is preceded with whitespace. | 613 |
![]() | Line is longer than 80 characters. | 614 |
![]() | '(' is preceded with whitespace. | 615 |
![]() | '(' is followed by whitespace. | 615 |
![]() | ')' is preceded with whitespace. | 615 |
![]() | Line is longer than 80 characters. | 616 |
![]() | '(' is preceded with whitespace. | 617 |
![]() | '(' is followed by whitespace. | 617 |
![]() | ')' is preceded with whitespace. | 617 |
![]() | Line is longer than 80 characters. | 618 |
![]() | '(' is preceded with whitespace. | 619 |
![]() | '(' is followed by whitespace. | 619 |
![]() | ')' is preceded with whitespace. | 619 |
![]() | Line is longer than 80 characters. | 620 |
![]() | '(' is preceded with whitespace. | 621 |
![]() | '(' is followed by whitespace. | 621 |
![]() | ')' is preceded with whitespace. | 621 |
![]() | Line is longer than 80 characters. | 622 |
![]() | '(' is preceded with whitespace. | 623 |
![]() | '(' is followed by whitespace. | 623 |
![]() | ')' is preceded with whitespace. | 623 |
![]() | Line is longer than 80 characters. | 624 |
![]() | '(' is preceded with whitespace. | 625 |
![]() | '(' is followed by whitespace. | 625 |
![]() | ')' is preceded with whitespace. | 625 |
![]() | Line is longer than 80 characters. | 626 |
![]() | '(' is preceded with whitespace. | 627 |
![]() | '(' is followed by whitespace. | 627 |
![]() | ')' is preceded with whitespace. | 627 |
![]() | Line is longer than 80 characters. | 628 |
![]() | '(' is preceded with whitespace. | 629 |
![]() | '(' is followed by whitespace. | 629 |
![]() | ')' is preceded with whitespace. | 629 |
![]() | Line is longer than 80 characters. | 630 |
![]() | '(' is preceded with whitespace. | 631 |
![]() | '(' is followed by whitespace. | 631 |
![]() | ')' is preceded with whitespace. | 631 |
![]() | Line is longer than 80 characters. | 632 |
![]() | '(' is preceded with whitespace. | 633 |
![]() | '(' is followed by whitespace. | 633 |
![]() | ')' is preceded with whitespace. | 633 |
![]() | Line is longer than 80 characters. | 634 |
![]() | '(' is preceded with whitespace. | 635 |
![]() | '(' is followed by whitespace. | 635 |
![]() | ')' is preceded with whitespace. | 635 |
![]() | Line is longer than 80 characters. | 636 |
![]() | '(' is preceded with whitespace. | 637 |
![]() | '(' is followed by whitespace. | 637 |
![]() | ')' is preceded with whitespace. | 637 |
![]() | Line is longer than 80 characters. | 638 |
![]() | '(' is preceded with whitespace. | 639 |
![]() | '(' is followed by whitespace. | 639 |
![]() | ')' is preceded with whitespace. | 639 |
![]() | Line is longer than 80 characters. | 640 |
![]() | '(' is preceded with whitespace. | 641 |
![]() | '(' is followed by whitespace. | 641 |
![]() | ')' is preceded with whitespace. | 641 |
![]() | Line is longer than 80 characters. | 642 |
![]() | '(' is preceded with whitespace. | 643 |
![]() | '(' is followed by whitespace. | 643 |
![]() | ')' is preceded with whitespace. | 643 |
![]() | Line is longer than 80 characters. | 644 |
![]() | '(' is preceded with whitespace. | 645 |
![]() | '(' is followed by whitespace. | 645 |
![]() | ')' is preceded with whitespace. | 645 |
![]() | Line is longer than 80 characters. | 646 |
![]() | '(' is preceded with whitespace. | 647 |
![]() | '(' is followed by whitespace. | 647 |
![]() | ')' is preceded with whitespace. | 647 |
![]() | Line is longer than 80 characters. | 648 |
![]() | '(' is preceded with whitespace. | 649 |
![]() | '(' is followed by whitespace. | 649 |
![]() | ')' is preceded with whitespace. | 649 |
![]() | Line is longer than 80 characters. | 650 |
![]() | '(' is preceded with whitespace. | 651 |
![]() | '(' is followed by whitespace. | 651 |
![]() | ')' is preceded with whitespace. | 651 |
![]() | Line is longer than 80 characters. | 652 |
![]() | '(' is preceded with whitespace. | 653 |
![]() | '(' is followed by whitespace. | 653 |
![]() | ')' is preceded with whitespace. | 653 |
![]() | Line is longer than 80 characters. | 654 |
![]() | '(' is preceded with whitespace. | 655 |
![]() | '(' is followed by whitespace. | 655 |
![]() | ')' is preceded with whitespace. | 655 |
![]() | Line is longer than 80 characters. | 656 |
![]() | '(' is preceded with whitespace. | 657 |
![]() | '(' is followed by whitespace. | 657 |
![]() | ')' is preceded with whitespace. | 657 |
![]() | Line is longer than 80 characters. | 658 |
![]() | '(' is preceded with whitespace. | 659 |
![]() | '(' is followed by whitespace. | 659 |
![]() | ')' is preceded with whitespace. | 659 |
![]() | Line is longer than 80 characters. | 660 |
![]() | '(' is preceded with whitespace. | 661 |
![]() | '(' is followed by whitespace. | 661 |
![]() | ')' is preceded with whitespace. | 661 |
![]() | Line is longer than 80 characters. | 662 |
![]() | '(' is preceded with whitespace. | 663 |
![]() | '(' is followed by whitespace. | 663 |
![]() | ')' is preceded with whitespace. | 663 |
![]() | Line is longer than 80 characters. | 664 |
![]() | '(' is preceded with whitespace. | 665 |
![]() | '(' is followed by whitespace. | 665 |
![]() | ')' is preceded with whitespace. | 665 |
![]() | Line is longer than 80 characters. | 666 |
![]() | '(' is preceded with whitespace. | 667 |
![]() | '(' is followed by whitespace. | 667 |
![]() | ')' is preceded with whitespace. | 667 |
![]() | Line is longer than 80 characters. | 668 |
![]() | '(' is preceded with whitespace. | 669 |
![]() | '(' is followed by whitespace. | 669 |
![]() | ')' is preceded with whitespace. | 669 |
![]() | Line is longer than 80 characters. | 670 |
![]() | '(' is preceded with whitespace. | 671 |
![]() | '(' is followed by whitespace. | 671 |
![]() | ')' is preceded with whitespace. | 671 |
![]() | Line is longer than 80 characters. | 672 |
![]() | '(' is preceded with whitespace. | 673 |
![]() | '(' is followed by whitespace. | 673 |
![]() | ')' is preceded with whitespace. | 673 |
![]() | Line is longer than 80 characters. | 674 |
![]() | '(' is preceded with whitespace. | 675 |
![]() | '(' is followed by whitespace. | 675 |
![]() | ')' is preceded with whitespace. | 675 |
![]() | Line is longer than 80 characters. | 676 |
![]() | '(' is preceded with whitespace. | 677 |
![]() | '(' is followed by whitespace. | 677 |
![]() | ')' is preceded with whitespace. | 677 |
![]() | Line is longer than 80 characters. | 678 |
![]() | '(' is preceded with whitespace. | 679 |
![]() | '(' is followed by whitespace. | 679 |
![]() | ')' is preceded with whitespace. | 679 |
![]() | Line is longer than 80 characters. | 680 |
![]() | '(' is preceded with whitespace. | 681 |
![]() | '(' is followed by whitespace. | 681 |
![]() | ')' is preceded with whitespace. | 681 |
![]() | Line is longer than 80 characters. | 682 |
![]() | '(' is preceded with whitespace. | 683 |
![]() | '(' is followed by whitespace. | 683 |
![]() | ')' is preceded with whitespace. | 683 |
![]() | Line is longer than 80 characters. | 684 |
![]() | '(' is preceded with whitespace. | 685 |
![]() | '(' is followed by whitespace. | 685 |
![]() | ')' is preceded with whitespace. | 685 |
![]() | Line is longer than 80 characters. | 686 |
![]() | '(' is preceded with whitespace. | 687 |
![]() | '(' is followed by whitespace. | 687 |
![]() | ')' is preceded with whitespace. | 687 |
![]() | Line is longer than 80 characters. | 688 |
![]() | '(' is preceded with whitespace. | 689 |
![]() | '(' is followed by whitespace. | 689 |
![]() | ')' is preceded with whitespace. | 689 |
![]() | Line is longer than 80 characters. | 690 |
![]() | '(' is preceded with whitespace. | 691 |
![]() | '(' is followed by whitespace. | 691 |
![]() | ')' is preceded with whitespace. | 691 |
![]() | Line is longer than 80 characters. | 692 |
![]() | '(' is preceded with whitespace. | 693 |
![]() | '(' is followed by whitespace. | 693 |
![]() | ')' is preceded with whitespace. | 693 |
![]() | Line is longer than 80 characters. | 694 |
![]() | '(' is preceded with whitespace. | 695 |
![]() | '(' is followed by whitespace. | 695 |
![]() | ')' is preceded with whitespace. | 695 |
![]() | Line is longer than 80 characters. | 696 |
![]() | '(' is preceded with whitespace. | 697 |
![]() | '(' is followed by whitespace. | 697 |
![]() | ')' is preceded with whitespace. | 697 |
![]() | Line is longer than 80 characters. | 698 |
![]() | '(' is preceded with whitespace. | 699 |
![]() | '(' is followed by whitespace. | 699 |
![]() | ')' is preceded with whitespace. | 699 |
![]() | Line is longer than 80 characters. | 700 |
![]() | '(' is preceded with whitespace. | 701 |
![]() | '(' is followed by whitespace. | 701 |
![]() | ')' is preceded with whitespace. | 701 |
![]() | Line is longer than 80 characters. | 702 |
![]() | '(' is preceded with whitespace. | 703 |
![]() | '(' is followed by whitespace. | 703 |
![]() | ')' is preceded with whitespace. | 703 |
![]() | Line is longer than 80 characters. | 704 |
![]() | '(' is preceded with whitespace. | 705 |
![]() | '(' is followed by whitespace. | 705 |
![]() | ')' is preceded with whitespace. | 705 |
![]() | Line is longer than 80 characters. | 706 |
![]() | '(' is preceded with whitespace. | 707 |
![]() | '(' is followed by whitespace. | 707 |
![]() | ')' is preceded with whitespace. | 707 |
![]() | Line is longer than 80 characters. | 708 |
![]() | '(' is preceded with whitespace. | 709 |
![]() | '(' is followed by whitespace. | 709 |
![]() | ')' is preceded with whitespace. | 709 |
![]() | Line is longer than 80 characters. | 710 |
![]() | '(' is preceded with whitespace. | 711 |
![]() | '(' is followed by whitespace. | 711 |
![]() | ')' is preceded with whitespace. | 711 |
![]() | Line is longer than 80 characters. | 712 |
![]() | '(' is preceded with whitespace. | 713 |
![]() | '(' is followed by whitespace. | 713 |
![]() | ')' is preceded with whitespace. | 713 |
![]() | Line is longer than 80 characters. | 714 |
![]() | '(' is preceded with whitespace. | 715 |
![]() | '(' is followed by whitespace. | 715 |
![]() | ')' is preceded with whitespace. | 715 |
![]() | Line is longer than 80 characters. | 716 |
![]() | '(' is preceded with whitespace. | 717 |
![]() | '(' is followed by whitespace. | 717 |
![]() | ')' is preceded with whitespace. | 717 |
![]() | Line is longer than 80 characters. | 718 |
![]() | '(' is preceded with whitespace. | 719 |
![]() | '(' is followed by whitespace. | 719 |
![]() | ')' is preceded with whitespace. | 719 |
![]() | Line is longer than 80 characters. | 720 |
![]() | '(' is preceded with whitespace. | 721 |
![]() | '(' is followed by whitespace. | 721 |
![]() | ')' is preceded with whitespace. | 721 |
![]() | Line is longer than 80 characters. | 722 |
![]() | '(' is preceded with whitespace. | 723 |
![]() | '(' is followed by whitespace. | 723 |
![]() | ')' is preceded with whitespace. | 723 |
![]() | Line is longer than 80 characters. | 724 |
![]() | '(' is preceded with whitespace. | 725 |
![]() | '(' is followed by whitespace. | 725 |
![]() | ')' is preceded with whitespace. | 725 |
![]() | Line is longer than 80 characters. | 726 |
![]() | '(' is preceded with whitespace. | 727 |
![]() | '(' is followed by whitespace. | 727 |
![]() | ')' is preceded with whitespace. | 727 |
![]() | Line is longer than 80 characters. | 728 |
![]() | '(' is preceded with whitespace. | 729 |
![]() | '(' is followed by whitespace. | 729 |
![]() | ')' is preceded with whitespace. | 729 |
![]() | Line is longer than 80 characters. | 730 |
![]() | '(' is preceded with whitespace. | 731 |
![]() | '(' is followed by whitespace. | 731 |
![]() | ')' is preceded with whitespace. | 731 |
![]() | Line is longer than 80 characters. | 732 |
![]() | '(' is preceded with whitespace. | 733 |
![]() | '(' is followed by whitespace. | 733 |
![]() | ')' is preceded with whitespace. | 733 |
![]() | Line is longer than 80 characters. | 734 |
![]() | '(' is preceded with whitespace. | 735 |
![]() | '(' is followed by whitespace. | 735 |
![]() | ')' is preceded with whitespace. | 735 |
![]() | Line is longer than 80 characters. | 736 |
![]() | '(' is preceded with whitespace. | 737 |
![]() | '(' is followed by whitespace. | 737 |
![]() | ')' is preceded with whitespace. | 737 |
![]() | Line is longer than 80 characters. | 738 |
![]() | Line is longer than 80 characters. | 739 |
![]() | '(' is preceded with whitespace. | 739 |
![]() | '(' is followed by whitespace. | 739 |
![]() | ')' is preceded with whitespace. | 739 |
![]() | Line is longer than 80 characters. | 740 |
![]() | '(' is preceded with whitespace. | 741 |
![]() | '(' is followed by whitespace. | 741 |
![]() | ')' is preceded with whitespace. | 741 |
![]() | Line is longer than 80 characters. | 742 |
![]() | '(' is preceded with whitespace. | 743 |
![]() | '(' is followed by whitespace. | 743 |
![]() | ')' is preceded with whitespace. | 743 |
![]() | Line is longer than 80 characters. | 744 |
![]() | '(' is preceded with whitespace. | 745 |
![]() | '(' is followed by whitespace. | 745 |
![]() | ')' is preceded with whitespace. | 745 |
![]() | Line is longer than 80 characters. | 746 |
![]() | '(' is preceded with whitespace. | 747 |
![]() | '(' is followed by whitespace. | 747 |
![]() | ')' is preceded with whitespace. | 747 |
![]() | Line is longer than 80 characters. | 748 |
![]() | '(' is preceded with whitespace. | 749 |
![]() | '(' is followed by whitespace. | 749 |
![]() | ')' is preceded with whitespace. | 749 |
![]() | Line is longer than 80 characters. | 750 |
![]() | '(' is preceded with whitespace. | 751 |
![]() | '(' is followed by whitespace. | 751 |
![]() | ')' is preceded with whitespace. | 751 |
![]() | Line is longer than 80 characters. | 752 |
![]() | '(' is preceded with whitespace. | 753 |
![]() | '(' is followed by whitespace. | 753 |
![]() | ')' is preceded with whitespace. | 753 |
![]() | Line is longer than 80 characters. | 754 |
![]() | '(' is preceded with whitespace. | 755 |
![]() | '(' is followed by whitespace. | 755 |
![]() | ')' is preceded with whitespace. | 755 |
![]() | Line is longer than 80 characters. | 756 |
![]() | '(' is preceded with whitespace. | 757 |
![]() | '(' is followed by whitespace. | 757 |
![]() | ')' is preceded with whitespace. | 757 |
![]() | Line is longer than 80 characters. | 758 |
![]() | '(' is preceded with whitespace. | 759 |
![]() | '(' is followed by whitespace. | 759 |
![]() | ')' is preceded with whitespace. | 759 |
![]() | Line is longer than 80 characters. | 760 |
![]() | '(' is preceded with whitespace. | 761 |
![]() | '(' is followed by whitespace. | 761 |
![]() | ')' is preceded with whitespace. | 761 |
![]() | Line is longer than 80 characters. | 762 |
![]() | '(' is preceded with whitespace. | 763 |
![]() | '(' is followed by whitespace. | 763 |
![]() | ')' is preceded with whitespace. | 763 |
![]() | Line is longer than 80 characters. | 764 |
![]() | '(' is preceded with whitespace. | 765 |
![]() | '(' is followed by whitespace. | 765 |
![]() | ')' is preceded with whitespace. | 765 |
![]() | Line is longer than 80 characters. | 766 |
![]() | '(' is preceded with whitespace. | 767 |
![]() | '(' is followed by whitespace. | 767 |
![]() | ')' is preceded with whitespace. | 767 |
![]() | Line is longer than 80 characters. | 768 |
![]() | '(' is preceded with whitespace. | 769 |
![]() | '(' is followed by whitespace. | 769 |
![]() | ')' is preceded with whitespace. | 769 |
![]() | Line is longer than 80 characters. | 770 |
![]() | '(' is preceded with whitespace. | 771 |
![]() | '(' is followed by whitespace. | 771 |
![]() | ')' is preceded with whitespace. | 771 |
![]() | Line is longer than 80 characters. | 772 |
![]() | '(' is preceded with whitespace. | 773 |
![]() | '(' is followed by whitespace. | 773 |
![]() | ')' is preceded with whitespace. | 773 |
![]() | Line is longer than 80 characters. | 774 |
![]() | '(' is preceded with whitespace. | 775 |
![]() | '(' is followed by whitespace. | 775 |
![]() | ')' is preceded with whitespace. | 775 |
![]() | Line is longer than 80 characters. | 776 |
![]() | '(' is preceded with whitespace. | 777 |
![]() | '(' is followed by whitespace. | 777 |
![]() | ')' is preceded with whitespace. | 777 |
![]() | Line is longer than 80 characters. | 778 |
![]() | '(' is preceded with whitespace. | 779 |
![]() | '(' is followed by whitespace. | 779 |
![]() | ')' is preceded with whitespace. | 779 |
![]() | Line is longer than 80 characters. | 780 |
![]() | '(' is preceded with whitespace. | 781 |
![]() | '(' is followed by whitespace. | 781 |
![]() | ')' is preceded with whitespace. | 781 |
![]() | Line is longer than 80 characters. | 782 |
![]() | '(' is preceded with whitespace. | 783 |
![]() | '(' is followed by whitespace. | 783 |
![]() | ')' is preceded with whitespace. | 783 |
![]() | Line is longer than 80 characters. | 784 |
![]() | '(' is preceded with whitespace. | 785 |
![]() | '(' is followed by whitespace. | 785 |
![]() | ')' is preceded with whitespace. | 785 |
![]() | Line is longer than 80 characters. | 786 |
![]() | '(' is preceded with whitespace. | 787 |
![]() | '(' is followed by whitespace. | 787 |
![]() | ')' is preceded with whitespace. | 787 |
![]() | Line is longer than 80 characters. | 788 |
![]() | '(' is preceded with whitespace. | 789 |
![]() | '(' is followed by whitespace. | 789 |
![]() | ')' is preceded with whitespace. | 789 |
![]() | Line is longer than 80 characters. | 790 |
![]() | '(' is preceded with whitespace. | 791 |
![]() | '(' is followed by whitespace. | 791 |
![]() | ')' is preceded with whitespace. | 791 |
![]() | Line is longer than 80 characters. | 792 |
![]() | '(' is preceded with whitespace. | 793 |
![]() | '(' is followed by whitespace. | 793 |
![]() | ')' is preceded with whitespace. | 793 |
![]() | Line is longer than 80 characters. | 794 |
![]() | '(' is preceded with whitespace. | 795 |
![]() | '(' is followed by whitespace. | 795 |
![]() | ')' is preceded with whitespace. | 795 |
![]() | Line is longer than 80 characters. | 796 |
![]() | '(' is preceded with whitespace. | 797 |
![]() | '(' is followed by whitespace. | 797 |
![]() | ')' is preceded with whitespace. | 797 |
![]() | Line is longer than 80 characters. | 798 |
![]() | '(' is preceded with whitespace. | 799 |
![]() | '(' is followed by whitespace. | 799 |
![]() | ')' is preceded with whitespace. | 799 |
![]() | Line is longer than 80 characters. | 800 |
![]() | '(' is preceded with whitespace. | 801 |
![]() | '(' is followed by whitespace. | 801 |
![]() | ')' is preceded with whitespace. | 801 |
![]() | '}' should be on the same line. | 802 |
![]() | 'catch' is not followed by whitespace. | 803 |
![]() | '(' is followed by whitespace. | 803 |
![]() | Must have at least one statement. | 803 |
![]() | '{' is not followed by whitespace. | 803 |
![]() | '}' is not preceded with whitespace. | 803 |
![]() | '}' is not followed by whitespace. | 803 |
![]() | Line has trailing spaces. | 806 |
![]() | '}' is not followed by whitespace. | 807 |
![]() | Missing a Javadoc comment. | 808 |
![]() | ';' is not followed by whitespace. | 808 |
![]() | Missing a Javadoc comment. | 809 |
![]() | Missing a Javadoc comment. | 810 |
![]() | Missing a Javadoc comment. | 811 |
![]() | ';' is not followed by whitespace. | 811 |
![]() | Missing a Javadoc comment. | 812 |
![]() | ';' is not followed by whitespace. | 812 |
![]() | Missing a Javadoc comment. | 813 |
![]() | Missing a Javadoc comment. | 814 |
![]() | Missing a Javadoc comment. | 815 |
![]() | ';' is not followed by whitespace. | 815 |
![]() | Missing a Javadoc comment. | 816 |
![]() | Name 'defaultPropertyIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 816 |
![]() | ';' is not followed by whitespace. | 816 |
![]() | Missing a Javadoc comment. | 817 |
![]() | Name 'defaultEventIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 817 |
![]() | ';' is not followed by whitespace. | 817 |
![]() | Method 'getBeanDescriptor' is not designed for extension - needs to be abstract, final or empty. | 830 |
![]() | Method 'getPropertyDescriptors' is not designed for extension - needs to be abstract, final or empty. | 847 |
![]() | Method 'getEventSetDescriptors' is not designed for extension - needs to be abstract, final or empty. | 860 |
![]() | Method 'getMethodDescriptors' is not designed for extension - needs to be abstract, final or empty. | 873 |
![]() | Line is longer than 80 characters. | 884 |
![]() | Line contains a tab character. | 884 |
![]() | Method 'getDefaultPropertyIndex' is not designed for extension - needs to be abstract, final or empty. | 887 |
![]() | Line contains a tab character. | 897 |
![]() | Method 'getDefaultEventIndex' is not designed for extension - needs to be abstract, final or empty. | 899 |
![]() | Method 'getIcon' is not designed for extension - needs to be abstract, final or empty. | 920 |
![]() | Parameter iconKind should be final. | 921 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 30 |
![]() | Line has trailing spaces. | 34 |
![]() | First sentence should end with a period. | 35 |
![]() | Line has trailing spaces. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '200' is a magic number. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | ',' is not followed by whitespace. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '=' is not preceded with whitespace. | 47 |
![]() | '=' is not followed by whitespace. | 47 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line has trailing spaces. | 56 |
![]() | Line is longer than 80 characters. | 62 |
![]() | '210' is a magic number. | 68 |
![]() | '2147483647' is a magic number. | 68 |
![]() | '210' is a magic number. | 69 |
![]() | '10' is a magic number. | 69 |
![]() | '210' is a magic number. | 70 |
![]() | '210' is a magic number. | 70 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Parameter evt should be final. | 76 |
![]() | Parameter evt should be final. | 79 |
![]() | Parameter evt should be final. | 82 |
![]() | '10' is a magic number. | 88 |
![]() | '}' is not followed by whitespace. | 92 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter evt should be final. | 94 |
![]() | '{' is not followed by whitespace. | 94 |
![]() | 'if' is not followed by whitespace. | 95 |
![]() | 'foto' hides a field. | 96 |
![]() | '=' is not preceded with whitespace. | 96 |
![]() | '=' is not followed by whitespace. | 96 |
![]() | ',' is not followed by whitespace. | 96 |
![]() | '=' is not preceded with whitespace. | 97 |
![]() | '=' is not followed by whitespace. | 97 |
![]() | ',' is not followed by whitespace. | 97 |
![]() | ',' is not followed by whitespace. | 97 |
![]() | '}' is not followed by whitespace. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter evt should be final. | 101 |
![]() | '{' is not followed by whitespace. | 101 |
![]() | '}' is not followed by whitespace. | 103 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter evt should be final. | 105 |
![]() | '{' is not followed by whitespace. | 105 |
![]() | '}' is not followed by whitespace. | 107 |
![]() | Line has trailing spaces. | 108 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | '=' is not preceded with whitespace. | 117 |
![]() | '=' is not followed by whitespace. | 117 |
![]() | '=' is not preceded with whitespace. | 118 |
![]() | '=' is not followed by whitespace. | 118 |
![]() | ',' is not followed by whitespace. | 120 |
![]() | ',' is not followed by whitespace. | 120 |
![]() | '200' is a magic number. | 120 |
![]() | ',' is not followed by whitespace. | 120 |
![]() | '200' is a magic number. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | '==' is not preceded with whitespace. | 123 |
![]() | '==' is not followed by whitespace. | 123 |
![]() | Method 'loadImage' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Parameter caminhoImagem should be final. | 135 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | Line has trailing spaces. | 140 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Method 'loadImage' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Line is longer than 80 characters. | 148 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '=' is not preceded with whitespace. | 156 |
![]() | '=' is not followed by whitespace. | 156 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '=' is not preceded with whitespace. | 160 |
![]() | '=' is not followed by whitespace. | 160 |
![]() | '(' is preceded with whitespace. | 163 |
![]() | '=' is not preceded with whitespace. | 167 |
![]() | '=' is not followed by whitespace. | 167 |
![]() | '=' is not preceded with whitespace. | 168 |
![]() | '=' is not followed by whitespace. | 168 |
![]() | '+' is not preceded with whitespace. | 170 |
![]() | '+' is not followed by whitespace. | 170 |
![]() | 'if' is not followed by whitespace. | 173 |
![]() | '=' is not preceded with whitespace. | 175 |
![]() | '=' is not followed by whitespace. | 175 |
![]() | '=' is not preceded with whitespace. | 176 |
![]() | '=' is not followed by whitespace. | 176 |
![]() | '=' is not preceded with whitespace. | 179 |
![]() | '=' is not followed by whitespace. | 179 |
![]() | '=' is not preceded with whitespace. | 180 |
![]() | '=' is not followed by whitespace. | 180 |
![]() | '=' is not preceded with whitespace. | 183 |
![]() | '=' is not followed by whitespace. | 183 |
![]() | '=' is not preceded with whitespace. | 184 |
![]() | '=' is not followed by whitespace. | 184 |
![]() | Line has trailing spaces. | 186 |
![]() | '(' is preceded with whitespace. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | '*' is not preceded with whitespace. | 188 |
![]() | '*' is not followed by whitespace. | 188 |
![]() | '*' is not preceded with whitespace. | 188 |
![]() | '*' is not followed by whitespace. | 188 |
![]() | '(' is preceded with whitespace. | 189 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Method 'getFoto' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Method 'setFoto' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Parameter foto should be final. | 209 |
![]() | 'foto' hides a field. | 209 |
![]() | Method 'getNomeArquivo' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | Method 'setNomeArquivo' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | Parameter nomeArquivo should be final. | 225 |
![]() | 'nomeArquivo' hides a field. | 225 |
![]() | Method 'getLblFotoInfo' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() | Method 'setLblFotoInfo' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Parameter lblFotoInfo should be final. | 241 |
![]() | 'lblFotoInfo' hides a field. | 241 |
![]() | Line has trailing spaces. | 244 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line has trailing spaces. | 253 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.beans.*. | 18 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '{' is not preceded with whitespace. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
![]() | '(' is followed by whitespace. | 29 |
![]() | ')' is preceded with whitespace. | 29 |
![]() | '}' is not followed by whitespace. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name 'PROPERTY_accessibleContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Name 'PROPERTY_actionMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Name 'PROPERTY_alignmentX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Name 'PROPERTY_alignmentY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Name 'PROPERTY_ancestorListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'PROPERTY_autoscrolls' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'PROPERTY_background' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Name 'PROPERTY_backgroundSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Name 'PROPERTY_baselineResizeBehavior' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Name 'PROPERTY_border' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Name 'PROPERTY_bounds' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Name 'PROPERTY_colorModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'PROPERTY_component' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'PROPERTY_componentCount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Name 'PROPERTY_componentListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'PROPERTY_componentOrientation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Name 'PROPERTY_componentPopupMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Name 'PROPERTY_components' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Name 'PROPERTY_containerListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Name 'PROPERTY_cursor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Name 'PROPERTY_cursorSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Name 'PROPERTY_debugGraphicsOptions' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Name 'PROPERTY_displayable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'PROPERTY_doubleBuffered' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'PROPERTY_dropTarget' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Name 'PROPERTY_enabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Name 'PROPERTY_focusable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Name 'PROPERTY_focusCycleRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Name 'PROPERTY_focusCycleRootAncestor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Name 'PROPERTY_focusListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Name 'PROPERTY_focusOwner' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Name 'PROPERTY_focusTraversable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Name 'PROPERTY_focusTraversalKeys' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Name 'PROPERTY_focusTraversalKeysEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Name 'PROPERTY_focusTraversalPolicy' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name 'PROPERTY_focusTraversalPolicyProvider' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Name 'PROPERTY_focusTraversalPolicySet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name 'PROPERTY_font' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Name 'PROPERTY_fontSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Name 'PROPERTY_foreground' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Name 'PROPERTY_foregroundSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Name 'PROPERTY_foto' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Name 'PROPERTY_graphics' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Name 'PROPERTY_graphicsConfiguration' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Name 'PROPERTY_height' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Name 'PROPERTY_hierarchyBoundsListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Name 'PROPERTY_hierarchyListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Name 'PROPERTY_ignoreRepaint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Name 'PROPERTY_inheritsPopupMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Name 'PROPERTY_inputContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Name 'PROPERTY_inputMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Name 'PROPERTY_inputMethodListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Name 'PROPERTY_inputMethodRequests' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Name 'PROPERTY_inputVerifier' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Name 'PROPERTY_insets' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Name 'PROPERTY_keyListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Name 'PROPERTY_layout' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Name 'PROPERTY_lblFotoInfo' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Name 'PROPERTY_lightweight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Name 'PROPERTY_locale' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 94 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Name 'PROPERTY_location' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Name 'PROPERTY_locationOnScreen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Name 'PROPERTY_managingFocus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 97 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Name 'PROPERTY_maximumSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 98 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Name 'PROPERTY_maximumSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 99 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Name 'PROPERTY_minimumSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 100 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Name 'PROPERTY_minimumSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Name 'PROPERTY_mouseListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 102 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Name 'PROPERTY_mouseMotionListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 103 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Name 'PROPERTY_mousePosition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 104 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Name 'PROPERTY_mouseWheelListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 105 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Name 'PROPERTY_name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 106 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Name 'PROPERTY_nextFocusableComponent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 107 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Name 'PROPERTY_nomeArquivo' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 108 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Name 'PROPERTY_opaque' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 109 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Name 'PROPERTY_optimizedDrawingEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 110 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Name 'PROPERTY_paintingForPrint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 111 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Name 'PROPERTY_paintingTile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 112 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Name 'PROPERTY_parent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 113 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Name 'PROPERTY_peer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 114 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Name 'PROPERTY_preferredSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 115 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Name 'PROPERTY_preferredSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Name 'PROPERTY_propertyChangeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 117 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Name 'PROPERTY_registeredKeyStrokes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 118 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Name 'PROPERTY_requestFocusEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 119 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Name 'PROPERTY_rootPane' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 120 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Name 'PROPERTY_showing' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 121 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Name 'PROPERTY_size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 122 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Name 'PROPERTY_toolkit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 123 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Name 'PROPERTY_toolTipText' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 124 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Name 'PROPERTY_topLevelAncestor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Name 'PROPERTY_transferHandler' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 126 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Name 'PROPERTY_treeLock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 127 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Name 'PROPERTY_UIClassID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 129 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Name 'PROPERTY_valid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 130 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Name 'PROPERTY_validateRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 131 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Name 'PROPERTY_verifyInputWhenFocusTarget' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 132 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Name 'PROPERTY_vetoableChangeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 133 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Name 'PROPERTY_visible' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Name 'PROPERTY_visibleRect' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 135 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Name 'PROPERTY_width' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Name 'PROPERTY_x' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 137 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Name 'PROPERTY_y' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 138 |
![]() | Line has trailing spaces. | 140 |
![]() | Missing a Javadoc comment. | 142 |
![]() | '{' is not preceded with whitespace. | 142 |
![]() | '104' is a magic number. | 143 |
![]() | Line has trailing spaces. | 144 |
![]() | Line is longer than 80 characters. | 146 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | Line is longer than 80 characters. | 147 |
![]() | '(' is preceded with whitespace. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '(' is followed by whitespace. | 148 |
![]() | ')' is preceded with whitespace. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | '(' is preceded with whitespace. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '(' is followed by whitespace. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | '(' is preceded with whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | '(' is preceded with whitespace. | 152 |
![]() | '(' is followed by whitespace. | 152 |
![]() | ')' is preceded with whitespace. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | '(' is preceded with whitespace. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '(' is followed by whitespace. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | '(' is preceded with whitespace. | 156 |
![]() | '(' is followed by whitespace. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | '(' is preceded with whitespace. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | '(' is preceded with whitespace. | 159 |
![]() | '(' is followed by whitespace. | 159 |
![]() | ')' is preceded with whitespace. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | '(' is preceded with whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | '(' is preceded with whitespace. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | '(' is preceded with whitespace. | 163 |
![]() | '(' is followed by whitespace. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | '(' is preceded with whitespace. | 164 |
![]() | '(' is followed by whitespace. | 164 |
![]() | ')' is preceded with whitespace. | 164 |
![]() | Line is longer than 80 characters. | 165 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | '(' is followed by whitespace. | 165 |
![]() | ')' is preceded with whitespace. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | '(' is preceded with whitespace. | 166 |
![]() | '(' is followed by whitespace. | 166 |
![]() | ')' is preceded with whitespace. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '(' is followed by whitespace. | 168 |
![]() | ')' is preceded with whitespace. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | '(' is preceded with whitespace. | 169 |
![]() | '(' is followed by whitespace. | 169 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | '(' is preceded with whitespace. | 170 |
![]() | '(' is followed by whitespace. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | '(' is preceded with whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | '(' is preceded with whitespace. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | '(' is preceded with whitespace. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | '(' is followed by whitespace. | 175 |
![]() | ')' is preceded with whitespace. | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | '(' is preceded with whitespace. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | '(' is preceded with whitespace. | 177 |
![]() | '(' is followed by whitespace. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | '(' is preceded with whitespace. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | '(' is preceded with whitespace. | 181 |
![]() | '(' is followed by whitespace. | 181 |
![]() | ')' is preceded with whitespace. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | '(' is preceded with whitespace. | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | Line is longer than 80 characters. | 184 |
![]() | '(' is preceded with whitespace. | 184 |
![]() | '(' is followed by whitespace. | 184 |
![]() | ')' is preceded with whitespace. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | '(' is followed by whitespace. | 185 |
![]() | ')' is preceded with whitespace. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | '(' is followed by whitespace. | 186 |
![]() | ')' is preceded with whitespace. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | '(' is preceded with whitespace. | 187 |
![]() | '(' is followed by whitespace. | 187 |
![]() | ')' is preceded with whitespace. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | '(' is preceded with whitespace. | 188 |
![]() | '(' is followed by whitespace. | 188 |
![]() | ')' is preceded with whitespace. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | '(' is preceded with whitespace. | 189 |
![]() | '(' is followed by whitespace. | 189 |
![]() | ')' is preceded with whitespace. | 189 |
![]() | Line is longer than 80 characters. | 190 |
![]() | '(' is preceded with whitespace. | 190 |
![]() | '(' is followed by whitespace. | 190 |
![]() | ')' is preceded with whitespace. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | '(' is preceded with whitespace. | 191 |
![]() | '(' is followed by whitespace. | 191 |
![]() | ')' is preceded with whitespace. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | '(' is preceded with whitespace. | 192 |
![]() | '(' is followed by whitespace. | 192 |
![]() | ')' is preceded with whitespace. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | Line is longer than 80 characters. | 194 |
![]() | '(' is preceded with whitespace. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | ')' is preceded with whitespace. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '(' is followed by whitespace. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | '(' is preceded with whitespace. | 196 |
![]() | '(' is followed by whitespace. | 196 |
![]() | ')' is preceded with whitespace. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | '(' is preceded with whitespace. | 197 |
![]() | '(' is followed by whitespace. | 197 |
![]() | ')' is preceded with whitespace. | 197 |
![]() | Line is longer than 80 characters. | 198 |
![]() | '(' is preceded with whitespace. | 198 |
![]() | '(' is followed by whitespace. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | '(' is preceded with whitespace. | 199 |
![]() | '(' is followed by whitespace. | 199 |
![]() | ')' is preceded with whitespace. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | '(' is preceded with whitespace. | 200 |
![]() | '(' is followed by whitespace. | 200 |
![]() | ')' is preceded with whitespace. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | '(' is preceded with whitespace. | 201 |
![]() | '(' is followed by whitespace. | 201 |
![]() | ')' is preceded with whitespace. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | '(' is preceded with whitespace. | 202 |
![]() | '(' is followed by whitespace. | 202 |
![]() | ')' is preceded with whitespace. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | '(' is preceded with whitespace. | 203 |
![]() | '(' is followed by whitespace. | 203 |
![]() | ')' is preceded with whitespace. | 203 |
![]() | Line is longer than 80 characters. | 204 |
![]() | '(' is preceded with whitespace. | 204 |
![]() | '(' is followed by whitespace. | 204 |
![]() | ')' is preceded with whitespace. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | '(' is preceded with whitespace. | 205 |
![]() | '(' is followed by whitespace. | 205 |
![]() | ')' is preceded with whitespace. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | '(' is preceded with whitespace. | 206 |
![]() | '(' is followed by whitespace. | 206 |
![]() | ')' is preceded with whitespace. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | '(' is followed by whitespace. | 207 |
![]() | ')' is preceded with whitespace. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | '(' is preceded with whitespace. | 208 |
![]() | '(' is followed by whitespace. | 208 |
![]() | ')' is preceded with whitespace. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | '(' is followed by whitespace. | 209 |
![]() | ')' is preceded with whitespace. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | '(' is preceded with whitespace. | 210 |
![]() | '(' is followed by whitespace. | 210 |
![]() | ')' is preceded with whitespace. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | '(' is followed by whitespace. | 211 |
![]() | ')' is preceded with whitespace. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | '(' is preceded with whitespace. | 212 |
![]() | '(' is followed by whitespace. | 212 |
![]() | ')' is preceded with whitespace. | 212 |
![]() | Line is longer than 80 characters. | 213 |
![]() | '(' is preceded with whitespace. | 213 |
![]() | '(' is followed by whitespace. | 213 |
![]() | ')' is preceded with whitespace. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | '(' is preceded with whitespace. | 214 |
![]() | '(' is followed by whitespace. | 214 |
![]() | ')' is preceded with whitespace. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | '(' is preceded with whitespace. | 215 |
![]() | '(' is followed by whitespace. | 215 |
![]() | ')' is preceded with whitespace. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | '(' is followed by whitespace. | 216 |
![]() | ')' is preceded with whitespace. | 216 |
![]() | Line is longer than 80 characters. | 217 |
![]() | '(' is preceded with whitespace. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | Line is longer than 80 characters. | 218 |
![]() | '(' is preceded with whitespace. | 218 |
![]() | '(' is followed by whitespace. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | Line is longer than 80 characters. | 219 |
![]() | '(' is preceded with whitespace. | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | ')' is preceded with whitespace. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | '(' is preceded with whitespace. | 220 |
![]() | '(' is followed by whitespace. | 220 |
![]() | ')' is preceded with whitespace. | 220 |
![]() | Line is longer than 80 characters. | 221 |
![]() | '(' is preceded with whitespace. | 221 |
![]() | '(' is followed by whitespace. | 221 |
![]() | ')' is preceded with whitespace. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | '(' is followed by whitespace. | 222 |
![]() | ')' is preceded with whitespace. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | '(' is preceded with whitespace. | 223 |
![]() | '(' is followed by whitespace. | 223 |
![]() | ')' is preceded with whitespace. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | '(' is preceded with whitespace. | 224 |
![]() | '(' is followed by whitespace. | 224 |
![]() | ')' is preceded with whitespace. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | '(' is followed by whitespace. | 225 |
![]() | ')' is preceded with whitespace. | 225 |
![]() | Line is longer than 80 characters. | 226 |
![]() | '(' is preceded with whitespace. | 226 |
![]() | '(' is followed by whitespace. | 226 |
![]() | ')' is preceded with whitespace. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | '(' is preceded with whitespace. | 227 |
![]() | '(' is followed by whitespace. | 227 |
![]() | ')' is preceded with whitespace. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | '(' is preceded with whitespace. | 228 |
![]() | '(' is followed by whitespace. | 228 |
![]() | ')' is preceded with whitespace. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | '(' is preceded with whitespace. | 229 |
![]() | '(' is followed by whitespace. | 229 |
![]() | ')' is preceded with whitespace. | 229 |
![]() | Line is longer than 80 characters. | 230 |
![]() | '(' is preceded with whitespace. | 230 |
![]() | '(' is followed by whitespace. | 230 |
![]() | ')' is preceded with whitespace. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | '(' is preceded with whitespace. | 231 |
![]() | '(' is followed by whitespace. | 231 |
![]() | ')' is preceded with whitespace. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | '(' is preceded with whitespace. | 232 |
![]() | '(' is followed by whitespace. | 232 |
![]() | ')' is preceded with whitespace. | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | '(' is preceded with whitespace. | 233 |
![]() | '(' is followed by whitespace. | 233 |
![]() | ')' is preceded with whitespace. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | '(' is preceded with whitespace. | 234 |
![]() | '(' is followed by whitespace. | 234 |
![]() | ')' is preceded with whitespace. | 234 |
![]() | Line is longer than 80 characters. | 235 |
![]() | '(' is preceded with whitespace. | 235 |
![]() | '(' is followed by whitespace. | 235 |
![]() | ')' is preceded with whitespace. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | '(' is preceded with whitespace. | 236 |
![]() | '(' is followed by whitespace. | 236 |
![]() | ')' is preceded with whitespace. | 236 |
![]() | Line is longer than 80 characters. | 237 |
![]() | '(' is preceded with whitespace. | 237 |
![]() | '(' is followed by whitespace. | 237 |
![]() | ')' is preceded with whitespace. | 237 |
![]() | Line is longer than 80 characters. | 238 |
![]() | '(' is preceded with whitespace. | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | '(' is preceded with whitespace. | 239 |
![]() | '(' is followed by whitespace. | 239 |
![]() | ')' is preceded with whitespace. | 239 |
![]() | Line is longer than 80 characters. | 240 |
![]() | '(' is preceded with whitespace. | 240 |
![]() | '(' is followed by whitespace. | 240 |
![]() | ')' is preceded with whitespace. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | '(' is preceded with whitespace. | 241 |
![]() | '(' is followed by whitespace. | 241 |
![]() | ')' is preceded with whitespace. | 241 |
![]() | Line is longer than 80 characters. | 242 |
![]() | '(' is preceded with whitespace. | 242 |
![]() | '(' is followed by whitespace. | 242 |
![]() | ')' is preceded with whitespace. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | '(' is preceded with whitespace. | 243 |
![]() | '(' is followed by whitespace. | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | Line is longer than 80 characters. | 244 |
![]() | '(' is preceded with whitespace. | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | Line is longer than 80 characters. | 245 |
![]() | '(' is preceded with whitespace. | 245 |
![]() | '(' is followed by whitespace. | 245 |
![]() | ')' is preceded with whitespace. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | '(' is preceded with whitespace. | 246 |
![]() | '(' is followed by whitespace. | 246 |
![]() | ')' is preceded with whitespace. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | '(' is preceded with whitespace. | 247 |
![]() | '(' is followed by whitespace. | 247 |
![]() | ')' is preceded with whitespace. | 247 |
![]() | Line is longer than 80 characters. | 248 |
![]() | '(' is preceded with whitespace. | 248 |
![]() | '(' is followed by whitespace. | 248 |
![]() | ')' is preceded with whitespace. | 248 |
![]() | Line is longer than 80 characters. | 249 |
![]() | '(' is preceded with whitespace. | 249 |
![]() | '(' is followed by whitespace. | 249 |
![]() | ')' is preceded with whitespace. | 249 |
![]() | '}' should be on the same line. | 250 |
![]() | 'catch' is not followed by whitespace. | 251 |
![]() | '}' is not followed by whitespace. | 253 |
![]() | '}' is not followed by whitespace. | 257 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Name 'EVENT_ancestorListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 259 |
![]() | Missing a Javadoc comment. | 260 |
![]() | Name 'EVENT_componentListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 260 |
![]() | Missing a Javadoc comment. | 261 |
![]() | Name 'EVENT_containerListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 261 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Name 'EVENT_focusListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 262 |
![]() | Missing a Javadoc comment. | 263 |
![]() | Name 'EVENT_hierarchyBoundsListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 263 |
![]() | Missing a Javadoc comment. | 264 |
![]() | Name 'EVENT_hierarchyListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 264 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Name 'EVENT_inputMethodListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 265 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Name 'EVENT_keyListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 266 |
![]() | Missing a Javadoc comment. | 267 |
![]() | Name 'EVENT_mouseListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 267 |
![]() | Missing a Javadoc comment. | 268 |
![]() | Name 'EVENT_mouseMotionListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 268 |
![]() | Missing a Javadoc comment. | 269 |
![]() | Name 'EVENT_mouseWheelListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 269 |
![]() | Missing a Javadoc comment. | 270 |
![]() | Name 'EVENT_propertyChangeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 270 |
![]() | Missing a Javadoc comment. | 271 |
![]() | Name 'EVENT_vetoableChangeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 271 |
![]() | Missing a Javadoc comment. | 275 |
![]() | '{' is not preceded with whitespace. | 275 |
![]() | '13' is a magic number. | 276 |
![]() | Line has trailing spaces. | 277 |
![]() | Line is longer than 80 characters. | 279 |
![]() | '(' is preceded with whitespace. | 279 |
![]() | '(' is followed by whitespace. | 279 |
![]() | ')' is preceded with whitespace. | 279 |
![]() | Line is longer than 80 characters. | 280 |
![]() | '(' is preceded with whitespace. | 280 |
![]() | '(' is followed by whitespace. | 280 |
![]() | ')' is preceded with whitespace. | 280 |
![]() | Line is longer than 80 characters. | 281 |
![]() | '(' is preceded with whitespace. | 281 |
![]() | '(' is followed by whitespace. | 281 |
![]() | ')' is preceded with whitespace. | 281 |
![]() | Line is longer than 80 characters. | 282 |
![]() | '(' is preceded with whitespace. | 282 |
![]() | '(' is followed by whitespace. | 282 |
![]() | ')' is preceded with whitespace. | 282 |
![]() | Line is longer than 80 characters. | 283 |
![]() | '(' is preceded with whitespace. | 283 |
![]() | '(' is followed by whitespace. | 283 |
![]() | ')' is preceded with whitespace. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | '(' is preceded with whitespace. | 284 |
![]() | '(' is followed by whitespace. | 284 |
![]() | ')' is preceded with whitespace. | 284 |
![]() | Line is longer than 80 characters. | 285 |
![]() | '(' is preceded with whitespace. | 285 |
![]() | '(' is followed by whitespace. | 285 |
![]() | ')' is preceded with whitespace. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | '(' is preceded with whitespace. | 286 |
![]() | '(' is followed by whitespace. | 286 |
![]() | ')' is preceded with whitespace. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | '(' is preceded with whitespace. | 287 |
![]() | '(' is followed by whitespace. | 287 |
![]() | ')' is preceded with whitespace. | 287 |
![]() | Line is longer than 80 characters. | 288 |
![]() | '(' is preceded with whitespace. | 288 |
![]() | '(' is followed by whitespace. | 288 |
![]() | ')' is preceded with whitespace. | 288 |
![]() | Line is longer than 80 characters. | 289 |
![]() | '(' is preceded with whitespace. | 289 |
![]() | '(' is followed by whitespace. | 289 |
![]() | ')' is preceded with whitespace. | 289 |
![]() | Line is longer than 80 characters. | 290 |
![]() | '(' is preceded with whitespace. | 290 |
![]() | '(' is followed by whitespace. | 290 |
![]() | ')' is preceded with whitespace. | 290 |
![]() | Line is longer than 80 characters. | 291 |
![]() | '(' is preceded with whitespace. | 291 |
![]() | '(' is followed by whitespace. | 291 |
![]() | ')' is preceded with whitespace. | 291 |
![]() | '}' should be on the same line. | 292 |
![]() | 'catch' is not followed by whitespace. | 293 |
![]() | '}' is not followed by whitespace. | 295 |
![]() | '}' is not followed by whitespace. | 299 |
![]() | Missing a Javadoc comment. | 301 |
![]() | Name 'METHOD_action0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 301 |
![]() | Missing a Javadoc comment. | 302 |
![]() | Name 'METHOD_addNotify1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 302 |
![]() | Missing a Javadoc comment. | 303 |
![]() | Name 'METHOD_addPropertyChangeListener2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 303 |
![]() | Missing a Javadoc comment. | 304 |
![]() | Name 'METHOD_applyComponentOrientation3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 304 |
![]() | Missing a Javadoc comment. | 305 |
![]() | Name 'METHOD_areFocusTraversalKeysSet4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 305 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Name 'METHOD_bounds5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 306 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Name 'METHOD_checkImage6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 307 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Name 'METHOD_checkImage7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 308 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Name 'METHOD_clear8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 309 |
![]() | Missing a Javadoc comment. | 310 |
![]() | Name 'METHOD_computeVisibleRect9' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 310 |
![]() | Missing a Javadoc comment. | 311 |
![]() | Name 'METHOD_contains10' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 311 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Name 'METHOD_contains11' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 312 |
![]() | Missing a Javadoc comment. | 313 |
![]() | Name 'METHOD_countComponents12' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 313 |
![]() | Missing a Javadoc comment. | 314 |
![]() | Name 'METHOD_createImage13' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 314 |
![]() | Missing a Javadoc comment. | 315 |
![]() | Name 'METHOD_createImage14' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 315 |
![]() | Missing a Javadoc comment. | 316 |
![]() | Name 'METHOD_createToolTip15' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 316 |
![]() | Missing a Javadoc comment. | 317 |
![]() | Name 'METHOD_createVolatileImage16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 317 |
![]() | Missing a Javadoc comment. | 318 |
![]() | Name 'METHOD_createVolatileImage17' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 318 |
![]() | Missing a Javadoc comment. | 319 |
![]() | Name 'METHOD_deliverEvent18' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 319 |
![]() | Missing a Javadoc comment. | 320 |
![]() | Name 'METHOD_disable19' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 320 |
![]() | Missing a Javadoc comment. | 321 |
![]() | Name 'METHOD_dispatchEvent20' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 321 |
![]() | Missing a Javadoc comment. | 322 |
![]() | Name 'METHOD_doLayout21' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 322 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Name 'METHOD_enable22' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 323 |
![]() | Missing a Javadoc comment. | 324 |
![]() | Name 'METHOD_enable23' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 324 |
![]() | Missing a Javadoc comment. | 325 |
![]() | Name 'METHOD_enableInputMethods24' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 325 |
![]() | Missing a Javadoc comment. | 326 |
![]() | Name 'METHOD_findComponentAt25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 326 |
![]() | Missing a Javadoc comment. | 327 |
![]() | Name 'METHOD_findComponentAt26' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 327 |
![]() | Missing a Javadoc comment. | 328 |
![]() | Name 'METHOD_firePropertyChange27' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 328 |
![]() | Missing a Javadoc comment. | 329 |
![]() | Name 'METHOD_firePropertyChange28' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 329 |
![]() | Missing a Javadoc comment. | 330 |
![]() | Name 'METHOD_firePropertyChange29' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 330 |
![]() | Missing a Javadoc comment. | 331 |
![]() | Name 'METHOD_firePropertyChange30' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 331 |
![]() | Missing a Javadoc comment. | 332 |
![]() | Name 'METHOD_firePropertyChange31' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 332 |
![]() | Missing a Javadoc comment. | 333 |
![]() | Name 'METHOD_firePropertyChange32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 333 |
![]() | Missing a Javadoc comment. | 334 |
![]() | Name 'METHOD_firePropertyChange33' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 334 |
![]() | Missing a Javadoc comment. | 335 |
![]() | Name 'METHOD_firePropertyChange34' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 335 |
![]() | Missing a Javadoc comment. | 336 |
![]() | Name 'METHOD_getActionForKeyStroke35' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 336 |
![]() | Missing a Javadoc comment. | 337 |
![]() | Name 'METHOD_getBaseline36' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 337 |
![]() | Missing a Javadoc comment. | 338 |
![]() | Name 'METHOD_getBounds37' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 338 |
![]() | Missing a Javadoc comment. | 339 |
![]() | Name 'METHOD_getClientProperty38' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 339 |
![]() | Missing a Javadoc comment. | 340 |
![]() | Name 'METHOD_getComponentAt39' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 340 |
![]() | Missing a Javadoc comment. | 341 |
![]() | Name 'METHOD_getComponentAt40' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 341 |
![]() | Missing a Javadoc comment. | 342 |
![]() | Name 'METHOD_getComponentZOrder41' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 342 |
![]() | Missing a Javadoc comment. | 343 |
![]() | Name 'METHOD_getConditionForKeyStroke42' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 343 |
![]() | Missing a Javadoc comment. | 344 |
![]() | Name 'METHOD_getDefaultLocale43' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 344 |
![]() | Missing a Javadoc comment. | 345 |
![]() | Name 'METHOD_getDefaultSize44' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 345 |
![]() | Missing a Javadoc comment. | 346 |
![]() | Name 'METHOD_getFocusTraversalKeys45' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 346 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Name 'METHOD_getFontMetrics46' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 347 |
![]() | Missing a Javadoc comment. | 348 |
![]() | Name 'METHOD_getInsets47' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 348 |
![]() | Missing a Javadoc comment. | 349 |
![]() | Name 'METHOD_getListeners48' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 349 |
![]() | Missing a Javadoc comment. | 350 |
![]() | Name 'METHOD_getLocation49' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 350 |
![]() | Missing a Javadoc comment. | 351 |
![]() | Name 'METHOD_getMousePosition50' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 351 |
![]() | Missing a Javadoc comment. | 352 |
![]() | Name 'METHOD_getPopupLocation51' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 352 |
![]() | Missing a Javadoc comment. | 353 |
![]() | Name 'METHOD_getPropertyChangeListeners52' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 353 |
![]() | Missing a Javadoc comment. | 354 |
![]() | Name 'METHOD_getSize53' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 354 |
![]() | Missing a Javadoc comment. | 355 |
![]() | Name 'METHOD_getToolTipLocation54' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 355 |
![]() | Missing a Javadoc comment. | 356 |
![]() | Name 'METHOD_getToolTipText55' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 356 |
![]() | Missing a Javadoc comment. | 357 |
![]() | Name 'METHOD_gotFocus56' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 357 |
![]() | Missing a Javadoc comment. | 358 |
![]() | Name 'METHOD_grabFocus57' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 358 |
![]() | Missing a Javadoc comment. | 359 |
![]() | Name 'METHOD_handleEvent58' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 359 |
![]() | Missing a Javadoc comment. | 360 |
![]() | Name 'METHOD_hasFocus59' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 360 |
![]() | Missing a Javadoc comment. | 361 |
![]() | Name 'METHOD_hide60' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 361 |
![]() | Missing a Javadoc comment. | 362 |
![]() | Name 'METHOD_imageUpdate61' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 362 |
![]() | Missing a Javadoc comment. | 363 |
![]() | Name 'METHOD_insets62' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 363 |
![]() | Missing a Javadoc comment. | 364 |
![]() | Name 'METHOD_inside63' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 364 |
![]() | Missing a Javadoc comment. | 365 |
![]() | Name 'METHOD_invalidate64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 365 |
![]() | Missing a Javadoc comment. | 366 |
![]() | Name 'METHOD_isAncestorOf65' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 366 |
![]() | Missing a Javadoc comment. | 367 |
![]() | Name 'METHOD_isFocusCycleRoot66' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 367 |
![]() | Missing a Javadoc comment. | 368 |
![]() | Name 'METHOD_isLightweightComponent67' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 368 |
![]() | Missing a Javadoc comment. | 369 |
![]() | Name 'METHOD_keyDown68' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 369 |
![]() | Missing a Javadoc comment. | 370 |
![]() | Name 'METHOD_keyUp69' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 370 |
![]() | Missing a Javadoc comment. | 371 |
![]() | Name 'METHOD_layout70' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 371 |
![]() | Missing a Javadoc comment. | 372 |
![]() | Name 'METHOD_list71' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 372 |
![]() | Missing a Javadoc comment. | 373 |
![]() | Name 'METHOD_list72' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 373 |
![]() | Missing a Javadoc comment. | 374 |
![]() | Name 'METHOD_list73' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 374 |
![]() | Missing a Javadoc comment. | 375 |
![]() | Name 'METHOD_list74' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 375 |
![]() | Missing a Javadoc comment. | 376 |
![]() | Name 'METHOD_list75' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 376 |
![]() | Missing a Javadoc comment. | 377 |
![]() | Name 'METHOD_loadImage76' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 377 |
![]() | Missing a Javadoc comment. | 378 |
![]() | Name 'METHOD_loadImage77' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 378 |
![]() | Missing a Javadoc comment. | 379 |
![]() | Name 'METHOD_locate78' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 379 |
![]() | Missing a Javadoc comment. | 380 |
![]() | Name 'METHOD_location79' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 380 |
![]() | Missing a Javadoc comment. | 381 |
![]() | Name 'METHOD_lostFocus80' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 381 |
![]() | Missing a Javadoc comment. | 382 |
![]() | Name 'METHOD_minimumSize81' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 382 |
![]() | Missing a Javadoc comment. | 383 |
![]() | Name 'METHOD_mouseDown82' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 383 |
![]() | Missing a Javadoc comment. | 384 |
![]() | Name 'METHOD_mouseDrag83' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 384 |
![]() | Missing a Javadoc comment. | 385 |
![]() | Name 'METHOD_mouseEnter84' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 385 |
![]() | Missing a Javadoc comment. | 386 |
![]() | Name 'METHOD_mouseExit85' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 386 |
![]() | Missing a Javadoc comment. | 387 |
![]() | Name 'METHOD_mouseMove86' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 387 |
![]() | Missing a Javadoc comment. | 388 |
![]() | Name 'METHOD_mouseUp87' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 388 |
![]() | Missing a Javadoc comment. | 389 |
![]() | Name 'METHOD_move88' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 389 |
![]() | Missing a Javadoc comment. | 390 |
![]() | Name 'METHOD_nextFocus89' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 390 |
![]() | Missing a Javadoc comment. | 391 |
![]() | Name 'METHOD_paint90' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 391 |
![]() | Missing a Javadoc comment. | 392 |
![]() | Name 'METHOD_paintAll91' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 392 |
![]() | Missing a Javadoc comment. | 393 |
![]() | Name 'METHOD_paintComponents92' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 393 |
![]() | Missing a Javadoc comment. | 394 |
![]() | Name 'METHOD_paintImmediately93' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 394 |
![]() | Missing a Javadoc comment. | 395 |
![]() | Name 'METHOD_paintImmediately94' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 395 |
![]() | Missing a Javadoc comment. | 396 |
![]() | Name 'METHOD_postEvent95' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 396 |
![]() | Missing a Javadoc comment. | 397 |
![]() | Name 'METHOD_preferredSize96' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 397 |
![]() | Missing a Javadoc comment. | 398 |
![]() | Name 'METHOD_prepareImage97' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 398 |
![]() | Missing a Javadoc comment. | 399 |
![]() | Name 'METHOD_prepareImage98' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 399 |
![]() | Missing a Javadoc comment. | 400 |
![]() | Name 'METHOD_print99' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 400 |
![]() | Missing a Javadoc comment. | 401 |
![]() | Name 'METHOD_printAll100' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 401 |
![]() | Missing a Javadoc comment. | 402 |
![]() | Name 'METHOD_printComponents101' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 402 |
![]() | Missing a Javadoc comment. | 403 |
![]() | Name 'METHOD_putClientProperty102' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 403 |
![]() | Missing a Javadoc comment. | 404 |
![]() | Name 'METHOD_registerKeyboardAction103' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 404 |
![]() | Missing a Javadoc comment. | 405 |
![]() | Name 'METHOD_registerKeyboardAction104' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 405 |
![]() | Missing a Javadoc comment. | 406 |
![]() | Name 'METHOD_remove105' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 406 |
![]() | Missing a Javadoc comment. | 407 |
![]() | Name 'METHOD_remove106' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 407 |
![]() | Missing a Javadoc comment. | 408 |
![]() | Name 'METHOD_remove107' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 408 |
![]() | Missing a Javadoc comment. | 409 |
![]() | Name 'METHOD_removeAll108' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 409 |
![]() | Missing a Javadoc comment. | 410 |
![]() | Name 'METHOD_removeNotify109' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 410 |
![]() | Missing a Javadoc comment. | 411 |
![]() | Name 'METHOD_removePropertyChangeListener110' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 411 |
![]() | Missing a Javadoc comment. | 412 |
![]() | Name 'METHOD_repaint111' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 412 |
![]() | Missing a Javadoc comment. | 413 |
![]() | Name 'METHOD_repaint112' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 413 |
![]() | Missing a Javadoc comment. | 414 |
![]() | Name 'METHOD_repaint113' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 414 |
![]() | Missing a Javadoc comment. | 415 |
![]() | Name 'METHOD_repaint114' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 415 |
![]() | Missing a Javadoc comment. | 416 |
![]() | Name 'METHOD_repaint115' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 416 |
![]() | Missing a Javadoc comment. | 417 |
![]() | Name 'METHOD_requestDefaultFocus116' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 417 |
![]() | Missing a Javadoc comment. | 418 |
![]() | Name 'METHOD_requestFocus117' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 418 |
![]() | Missing a Javadoc comment. | 419 |
![]() | Name 'METHOD_requestFocus118' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 419 |
![]() | Missing a Javadoc comment. | 420 |
![]() | Name 'METHOD_requestFocusInWindow119' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 420 |
![]() | Missing a Javadoc comment. | 421 |
![]() | Name 'METHOD_resetKeyboardActions120' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 421 |
![]() | Missing a Javadoc comment. | 422 |
![]() | Name 'METHOD_reshape121' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 422 |
![]() | Missing a Javadoc comment. | 423 |
![]() | Name 'METHOD_resize122' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 423 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Name 'METHOD_resize123' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 424 |
![]() | Missing a Javadoc comment. | 425 |
![]() | Name 'METHOD_revalidate124' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 425 |
![]() | Missing a Javadoc comment. | 426 |
![]() | Name 'METHOD_scrollRectToVisible125' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 426 |
![]() | Missing a Javadoc comment. | 427 |
![]() | Name 'METHOD_setBounds126' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 427 |
![]() | Missing a Javadoc comment. | 428 |
![]() | Name 'METHOD_setComponentZOrder127' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 428 |
![]() | Missing a Javadoc comment. | 429 |
![]() | Name 'METHOD_setDefaultLocale128' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 429 |
![]() | Missing a Javadoc comment. | 430 |
![]() | Name 'METHOD_show129' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 430 |
![]() | Missing a Javadoc comment. | 431 |
![]() | Name 'METHOD_show130' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 431 |
![]() | Missing a Javadoc comment. | 432 |
![]() | Name 'METHOD_size131' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 432 |
![]() | Missing a Javadoc comment. | 433 |
![]() | Name 'METHOD_toString132' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 433 |
![]() | Missing a Javadoc comment. | 434 |
![]() | Name 'METHOD_transferFocus133' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 434 |
![]() | Missing a Javadoc comment. | 435 |
![]() | Name 'METHOD_transferFocusBackward134' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 435 |
![]() | Missing a Javadoc comment. | 436 |
![]() | Name 'METHOD_transferFocusDownCycle135' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 436 |
![]() | Missing a Javadoc comment. | 437 |
![]() | Name 'METHOD_transferFocusUpCycle136' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 437 |
![]() | Missing a Javadoc comment. | 438 |
![]() | Name 'METHOD_unregisterKeyboardAction137' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 438 |
![]() | Missing a Javadoc comment. | 439 |
![]() | Name 'METHOD_update138' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 439 |
![]() | Missing a Javadoc comment. | 440 |
![]() | Name 'METHOD_updateUI139' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 440 |
![]() | Missing a Javadoc comment. | 441 |
![]() | Name 'METHOD_validate140' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 441 |
![]() | Line has trailing spaces. | 443 |
![]() | Method length is 292 lines (max allowed is 150). | 445 |
![]() | Missing a Javadoc comment. | 445 |
![]() | '{' is not preceded with whitespace. | 445 |
![]() | '141' is a magic number. | 446 |
![]() | Line has trailing spaces. | 447 |
![]() | Line is longer than 80 characters. | 449 |
![]() | '(' is preceded with whitespace. | 450 |
![]() | '(' is followed by whitespace. | 450 |
![]() | ')' is preceded with whitespace. | 450 |
![]() | Line is longer than 80 characters. | 451 |
![]() | '(' is preceded with whitespace. | 452 |
![]() | '(' is followed by whitespace. | 452 |
![]() | ')' is preceded with whitespace. | 452 |
![]() | Line is longer than 80 characters. | 453 |
![]() | '(' is preceded with whitespace. | 454 |
![]() | '(' is followed by whitespace. | 454 |
![]() | ')' is preceded with whitespace. | 454 |
![]() | Line is longer than 80 characters. | 455 |
![]() | '(' is preceded with whitespace. | 456 |
![]() | '(' is followed by whitespace. | 456 |
![]() | ')' is preceded with whitespace. | 456 |
![]() | Line is longer than 80 characters. | 457 |
![]() | '(' is preceded with whitespace. | 458 |
![]() | '(' is followed by whitespace. | 458 |
![]() | ')' is preceded with whitespace. | 458 |
![]() | Line is longer than 80 characters. | 459 |
![]() | '(' is preceded with whitespace. | 460 |
![]() | '(' is followed by whitespace. | 460 |
![]() | ')' is preceded with whitespace. | 460 |
![]() | Line is longer than 80 characters. | 461 |
![]() | '(' is preceded with whitespace. | 462 |
![]() | '(' is followed by whitespace. | 462 |
![]() | ')' is preceded with whitespace. | 462 |
![]() | Line is longer than 80 characters. | 463 |
![]() | '(' is preceded with whitespace. | 464 |
![]() | '(' is followed by whitespace. | 464 |
![]() | ')' is preceded with whitespace. | 464 |
![]() | Line is longer than 80 characters. | 465 |
![]() | '(' is preceded with whitespace. | 466 |
![]() | '(' is followed by whitespace. | 466 |
![]() | ')' is preceded with whitespace. | 466 |
![]() | Line is longer than 80 characters. | 467 |
![]() | '(' is preceded with whitespace. | 468 |
![]() | '(' is followed by whitespace. | 468 |
![]() | ')' is preceded with whitespace. | 468 |
![]() | Line is longer than 80 characters. | 469 |
![]() | '(' is preceded with whitespace. | 470 |
![]() | '(' is followed by whitespace. | 470 |
![]() | ')' is preceded with whitespace. | 470 |
![]() | Line is longer than 80 characters. | 471 |
![]() | '(' is preceded with whitespace. | 472 |
![]() | '(' is followed by whitespace. | 472 |
![]() | ')' is preceded with whitespace. | 472 |
![]() | Line is longer than 80 characters. | 473 |
![]() | '(' is preceded with whitespace. | 474 |
![]() | '(' is followed by whitespace. | 474 |
![]() | ')' is preceded with whitespace. | 474 |
![]() | Line is longer than 80 characters. | 475 |
![]() | '(' is preceded with whitespace. | 476 |
![]() | '(' is followed by whitespace. | 476 |
![]() | ')' is preceded with whitespace. | 476 |
![]() | Line is longer than 80 characters. | 477 |
![]() | '(' is preceded with whitespace. | 478 |
![]() | '(' is followed by whitespace. | 478 |
![]() | ')' is preceded with whitespace. | 478 |
![]() | Line is longer than 80 characters. | 479 |
![]() | '(' is preceded with whitespace. | 480 |
![]() | '(' is followed by whitespace. | 480 |
![]() | ')' is preceded with whitespace. | 480 |
![]() | Line is longer than 80 characters. | 481 |
![]() | '(' is preceded with whitespace. | 482 |
![]() | '(' is followed by whitespace. | 482 |
![]() | ')' is preceded with whitespace. | 482 |
![]() | Line is longer than 80 characters. | 483 |
![]() | '(' is preceded with whitespace. | 484 |
![]() | '(' is followed by whitespace. | 484 |
![]() | ')' is preceded with whitespace. | 484 |
![]() | Line is longer than 80 characters. | 485 |
![]() | '(' is preceded with whitespace. | 486 |
![]() | '(' is followed by whitespace. | 486 |
![]() | ')' is preceded with whitespace. | 486 |
![]() | Line is longer than 80 characters. | 487 |
![]() | '(' is preceded with whitespace. | 488 |
![]() | '(' is followed by whitespace. | 488 |
![]() | ')' is preceded with whitespace. | 488 |
![]() | Line is longer than 80 characters. | 489 |
![]() | '(' is preceded with whitespace. | 490 |
![]() | '(' is followed by whitespace. | 490 |
![]() | ')' is preceded with whitespace. | 490 |
![]() | Line is longer than 80 characters. | 491 |
![]() | '(' is preceded with whitespace. | 492 |
![]() | '(' is followed by whitespace. | 492 |
![]() | ')' is preceded with whitespace. | 492 |
![]() | Line is longer than 80 characters. | 493 |
![]() | '(' is preceded with whitespace. | 494 |
![]() | '(' is followed by whitespace. | 494 |
![]() | ')' is preceded with whitespace. | 494 |
![]() | Line is longer than 80 characters. | 495 |
![]() | '(' is preceded with whitespace. | 496 |
![]() | '(' is followed by whitespace. | 496 |
![]() | ')' is preceded with whitespace. | 496 |
![]() | Line is longer than 80 characters. | 497 |
![]() | '(' is preceded with whitespace. | 498 |
![]() | '(' is followed by whitespace. | 498 |
![]() | ')' is preceded with whitespace. | 498 |
![]() | Line is longer than 80 characters. | 499 |
![]() | '(' is preceded with whitespace. | 500 |
![]() | '(' is followed by whitespace. | 500 |
![]() | ')' is preceded with whitespace. | 500 |
![]() | Line is longer than 80 characters. | 501 |
![]() | '(' is preceded with whitespace. | 502 |
![]() | '(' is followed by whitespace. | 502 |
![]() | ')' is preceded with whitespace. | 502 |
![]() | Line is longer than 80 characters. | 503 |
![]() | '(' is preceded with whitespace. | 504 |
![]() | '(' is followed by whitespace. | 504 |
![]() | ')' is preceded with whitespace. | 504 |
![]() | Line is longer than 80 characters. | 505 |
![]() | '(' is preceded with whitespace. | 506 |
![]() | '(' is followed by whitespace. | 506 |
![]() | ')' is preceded with whitespace. | 506 |
![]() | Line is longer than 80 characters. | 507 |
![]() | '(' is preceded with whitespace. | 508 |
![]() | '(' is followed by whitespace. | 508 |
![]() | ')' is preceded with whitespace. | 508 |
![]() | Line is longer than 80 characters. | 509 |
![]() | '(' is preceded with whitespace. | 510 |
![]() | '(' is followed by whitespace. | 510 |
![]() | ')' is preceded with whitespace. | 510 |
![]() | Line is longer than 80 characters. | 511 |
![]() | '(' is preceded with whitespace. | 512 |
![]() | '(' is followed by whitespace. | 512 |
![]() | ')' is preceded with whitespace. | 512 |
![]() | Line is longer than 80 characters. | 513 |
![]() | '(' is preceded with whitespace. | 514 |
![]() | '(' is followed by whitespace. | 514 |
![]() | ')' is preceded with whitespace. | 514 |
![]() | Line is longer than 80 characters. | 515 |
![]() | '(' is preceded with whitespace. | 516 |
![]() | '(' is followed by whitespace. | 516 |
![]() | ')' is preceded with whitespace. | 516 |
![]() | Line is longer than 80 characters. | 517 |
![]() | '(' is preceded with whitespace. | 518 |
![]() | '(' is followed by whitespace. | 518 |
![]() | ')' is preceded with whitespace. | 518 |
![]() | Line is longer than 80 characters. | 519 |
![]() | '(' is preceded with whitespace. | 520 |
![]() | '(' is followed by whitespace. | 520 |
![]() | ')' is preceded with whitespace. | 520 |
![]() | Line is longer than 80 characters. | 521 |
![]() | '(' is preceded with whitespace. | 522 |
![]() | '(' is followed by whitespace. | 522 |
![]() | ')' is preceded with whitespace. | 522 |
![]() | Line is longer than 80 characters. | 523 |
![]() | '(' is preceded with whitespace. | 524 |
![]() | '(' is followed by whitespace. | 524 |
![]() | ')' is preceded with whitespace. | 524 |
![]() | Line is longer than 80 characters. | 525 |
![]() | '(' is preceded with whitespace. | 526 |
![]() | '(' is followed by whitespace. | 526 |
![]() | ')' is preceded with whitespace. | 526 |
![]() | Line is longer than 80 characters. | 527 |
![]() | '(' is preceded with whitespace. | 528 |
![]() | '(' is followed by whitespace. | 528 |
![]() | ')' is preceded with whitespace. | 528 |
![]() | Line is longer than 80 characters. | 529 |
![]() | '(' is preceded with whitespace. | 530 |
![]() | '(' is followed by whitespace. | 530 |
![]() | ')' is preceded with whitespace. | 530 |
![]() | Line is longer than 80 characters. | 531 |
![]() | '(' is preceded with whitespace. | 532 |
![]() | '(' is followed by whitespace. | 532 |
![]() | ')' is preceded with whitespace. | 532 |
![]() | Line is longer than 80 characters. | 533 |
![]() | '(' is preceded with whitespace. | 534 |
![]() | '(' is followed by whitespace. | 534 |
![]() | ')' is preceded with whitespace. | 534 |
![]() | Line is longer than 80 characters. | 535 |
![]() | '(' is preceded with whitespace. | 536 |
![]() | '(' is followed by whitespace. | 536 |
![]() | ')' is preceded with whitespace. | 536 |
![]() | Line is longer than 80 characters. | 537 |
![]() | '(' is preceded with whitespace. | 538 |
![]() | '(' is followed by whitespace. | 538 |
![]() | ')' is preceded with whitespace. | 538 |
![]() | Line is longer than 80 characters. | 539 |
![]() | '(' is preceded with whitespace. | 540 |
![]() | '(' is followed by whitespace. | 540 |
![]() | ')' is preceded with whitespace. | 540 |
![]() | Line is longer than 80 characters. | 541 |
![]() | '(' is preceded with whitespace. | 542 |
![]() | '(' is followed by whitespace. | 542 |
![]() | ')' is preceded with whitespace. | 542 |
![]() | Line is longer than 80 characters. | 543 |
![]() | '(' is preceded with whitespace. | 544 |
![]() | '(' is followed by whitespace. | 544 |
![]() | ')' is preceded with whitespace. | 544 |
![]() | Line is longer than 80 characters. | 545 |
![]() | '(' is preceded with whitespace. | 546 |
![]() | '(' is followed by whitespace. | 546 |
![]() | ')' is preceded with whitespace. | 546 |
![]() | Line is longer than 80 characters. | 547 |
![]() | '(' is preceded with whitespace. | 548 |
![]() | '(' is followed by whitespace. | 548 |
![]() | ')' is preceded with whitespace. | 548 |
![]() | Line is longer than 80 characters. | 549 |
![]() | '(' is preceded with whitespace. | 550 |
![]() | '(' is followed by whitespace. | 550 |
![]() | ')' is preceded with whitespace. | 550 |
![]() | Line is longer than 80 characters. | 551 |
![]() | '(' is preceded with whitespace. | 552 |
![]() | '(' is followed by whitespace. | 552 |
![]() | ')' is preceded with whitespace. | 552 |
![]() | Line is longer than 80 characters. | 553 |
![]() | '(' is preceded with whitespace. | 554 |
![]() | '(' is followed by whitespace. | 554 |
![]() | ')' is preceded with whitespace. | 554 |
![]() | Line is longer than 80 characters. | 555 |
![]() | '(' is preceded with whitespace. | 556 |
![]() | '(' is followed by whitespace. | 556 |
![]() | ')' is preceded with whitespace. | 556 |
![]() | Line is longer than 80 characters. | 557 |
![]() | '(' is preceded with whitespace. | 558 |
![]() | '(' is followed by whitespace. | 558 |
![]() | ')' is preceded with whitespace. | 558 |
![]() | Line is longer than 80 characters. | 559 |
![]() | '(' is preceded with whitespace. | 560 |
![]() | '(' is followed by whitespace. | 560 |
![]() | ')' is preceded with whitespace. | 560 |
![]() | Line is longer than 80 characters. | 561 |
![]() | '(' is preceded with whitespace. | 562 |
![]() | '(' is followed by whitespace. | 562 |
![]() | ')' is preceded with whitespace. | 562 |
![]() | Line is longer than 80 characters. | 563 |
![]() | '(' is preceded with whitespace. | 564 |
![]() | '(' is followed by whitespace. | 564 |
![]() | ')' is preceded with whitespace. | 564 |
![]() | Line is longer than 80 characters. | 565 |
![]() | '(' is preceded with whitespace. | 566 |
![]() | '(' is followed by whitespace. | 566 |
![]() | ')' is preceded with whitespace. | 566 |
![]() | Line is longer than 80 characters. | 567 |
![]() | '(' is preceded with whitespace. | 568 |
![]() | '(' is followed by whitespace. | 568 |
![]() | ')' is preceded with whitespace. | 568 |
![]() | Line is longer than 80 characters. | 569 |
![]() | '(' is preceded with whitespace. | 570 |
![]() | '(' is followed by whitespace. | 570 |
![]() | ')' is preceded with whitespace. | 570 |
![]() | Line is longer than 80 characters. | 571 |
![]() | '(' is preceded with whitespace. | 572 |
![]() | '(' is followed by whitespace. | 572 |
![]() | ')' is preceded with whitespace. | 572 |
![]() | Line is longer than 80 characters. | 573 |
![]() | '(' is preceded with whitespace. | 574 |
![]() | '(' is followed by whitespace. | 574 |
![]() | ')' is preceded with whitespace. | 574 |
![]() | Line is longer than 80 characters. | 575 |
![]() | '(' is preceded with whitespace. | 576 |
![]() | '(' is followed by whitespace. | 576 |
![]() | ')' is preceded with whitespace. | 576 |
![]() | Line is longer than 80 characters. | 577 |
![]() | '(' is preceded with whitespace. | 578 |
![]() | '(' is followed by whitespace. | 578 |
![]() | ')' is preceded with whitespace. | 578 |
![]() | Line is longer than 80 characters. | 579 |
![]() | '(' is preceded with whitespace. | 580 |
![]() | '(' is followed by whitespace. | 580 |
![]() | ')' is preceded with whitespace. | 580 |
![]() | Line is longer than 80 characters. | 581 |
![]() | '(' is preceded with whitespace. | 582 |
![]() | '(' is followed by whitespace. | 582 |
![]() | ')' is preceded with whitespace. | 582 |
![]() | Line is longer than 80 characters. | 583 |
![]() | '(' is preceded with whitespace. | 584 |
![]() | '(' is followed by whitespace. | 584 |
![]() | ')' is preceded with whitespace. | 584 |
![]() | Line is longer than 80 characters. | 585 |
![]() | '(' is preceded with whitespace. | 586 |
![]() | '(' is followed by whitespace. | 586 |
![]() | ')' is preceded with whitespace. | 586 |
![]() | Line is longer than 80 characters. | 587 |
![]() | '(' is preceded with whitespace. | 588 |
![]() | '(' is followed by whitespace. | 588 |
![]() | ')' is preceded with whitespace. | 588 |
![]() | Line is longer than 80 characters. | 589 |
![]() | '(' is preceded with whitespace. | 590 |
![]() | '(' is followed by whitespace. | 590 |
![]() | ')' is preceded with whitespace. | 590 |
![]() | Line is longer than 80 characters. | 591 |
![]() | '(' is preceded with whitespace. | 592 |
![]() | '(' is followed by whitespace. | 592 |
![]() | ')' is preceded with whitespace. | 592 |
![]() | Line is longer than 80 characters. | 593 |
![]() | '(' is preceded with whitespace. | 594 |
![]() | '(' is followed by whitespace. | 594 |
![]() | ')' is preceded with whitespace. | 594 |
![]() | Line is longer than 80 characters. | 595 |
![]() | '(' is preceded with whitespace. | 596 |
![]() | '(' is followed by whitespace. | 596 |
![]() | ')' is preceded with whitespace. | 596 |
![]() | Line is longer than 80 characters. | 597 |
![]() | '(' is preceded with whitespace. | 598 |
![]() | '(' is followed by whitespace. | 598 |
![]() | ')' is preceded with whitespace. | 598 |
![]() | Line is longer than 80 characters. | 599 |
![]() | '(' is preceded with whitespace. | 600 |
![]() | '(' is followed by whitespace. | 600 |
![]() | ')' is preceded with whitespace. | 600 |
![]() | Line is longer than 80 characters. | 601 |
![]() | '(' is preceded with whitespace. | 602 |
![]() | '(' is followed by whitespace. | 602 |
![]() | ')' is preceded with whitespace. | 602 |
![]() | Line is longer than 80 characters. | 603 |
![]() | '(' is preceded with whitespace. | 604 |
![]() | '(' is followed by whitespace. | 604 |
![]() | ')' is preceded with whitespace. | 604 |
![]() | Line is longer than 80 characters. | 605 |
![]() | '(' is preceded with whitespace. | 606 |
![]() | '(' is followed by whitespace. | 606 |
![]() | ')' is preceded with whitespace. | 606 |
![]() | Line is longer than 80 characters. | 607 |
![]() | '(' is preceded with whitespace. | 608 |
![]() | '(' is followed by whitespace. | 608 |
![]() | ')' is preceded with whitespace. | 608 |
![]() | Line is longer than 80 characters. | 609 |
![]() | '(' is preceded with whitespace. | 610 |
![]() | '(' is followed by whitespace. | 610 |
![]() | ')' is preceded with whitespace. | 610 |
![]() | Line is longer than 80 characters. | 611 |
![]() | '(' is preceded with whitespace. | 612 |
![]() | '(' is followed by whitespace. | 612 |
![]() | ')' is preceded with whitespace. | 612 |
![]() | Line is longer than 80 characters. | 613 |
![]() | '(' is preceded with whitespace. | 614 |
![]() | '(' is followed by whitespace. | 614 |
![]() | ')' is preceded with whitespace. | 614 |
![]() | Line is longer than 80 characters. | 615 |
![]() | '(' is preceded with whitespace. | 616 |
![]() | '(' is followed by whitespace. | 616 |
![]() | ')' is preceded with whitespace. | 616 |
![]() | Line is longer than 80 characters. | 617 |
![]() | '(' is preceded with whitespace. | 618 |
![]() | '(' is followed by whitespace. | 618 |
![]() | ')' is preceded with whitespace. | 618 |
![]() | Line is longer than 80 characters. | 619 |
![]() | '(' is preceded with whitespace. | 620 |
![]() | '(' is followed by whitespace. | 620 |
![]() | ')' is preceded with whitespace. | 620 |
![]() | Line is longer than 80 characters. | 621 |
![]() | '(' is preceded with whitespace. | 622 |
![]() | '(' is followed by whitespace. | 622 |
![]() | ')' is preceded with whitespace. | 622 |
![]() | Line is longer than 80 characters. | 623 |
![]() | '(' is preceded with whitespace. | 624 |
![]() | '(' is followed by whitespace. | 624 |
![]() | ')' is preceded with whitespace. | 624 |
![]() | Line is longer than 80 characters. | 625 |
![]() | '(' is preceded with whitespace. | 626 |
![]() | '(' is followed by whitespace. | 626 |
![]() | ')' is preceded with whitespace. | 626 |
![]() | Line is longer than 80 characters. | 627 |
![]() | '(' is preceded with whitespace. | 628 |
![]() | '(' is followed by whitespace. | 628 |
![]() | ')' is preceded with whitespace. | 628 |
![]() | Line is longer than 80 characters. | 629 |
![]() | '(' is preceded with whitespace. | 630 |
![]() | '(' is followed by whitespace. | 630 |
![]() | ')' is preceded with whitespace. | 630 |
![]() | Line is longer than 80 characters. | 631 |
![]() | '(' is preceded with whitespace. | 632 |
![]() | '(' is followed by whitespace. | 632 |
![]() | ')' is preceded with whitespace. | 632 |
![]() | Line is longer than 80 characters. | 633 |
![]() | '(' is preceded with whitespace. | 634 |
![]() | '(' is followed by whitespace. | 634 |
![]() | ')' is preceded with whitespace. | 634 |
![]() | Line is longer than 80 characters. | 635 |
![]() | '(' is preceded with whitespace. | 636 |
![]() | '(' is followed by whitespace. | 636 |
![]() | ')' is preceded with whitespace. | 636 |
![]() | Line is longer than 80 characters. | 637 |
![]() | '(' is preceded with whitespace. | 638 |
![]() | '(' is followed by whitespace. | 638 |
![]() | ')' is preceded with whitespace. | 638 |
![]() | Line is longer than 80 characters. | 639 |
![]() | '(' is preceded with whitespace. | 640 |
![]() | '(' is followed by whitespace. | 640 |
![]() | ')' is preceded with whitespace. | 640 |
![]() | Line is longer than 80 characters. | 641 |
![]() | '(' is preceded with whitespace. | 642 |
![]() | '(' is followed by whitespace. | 642 |
![]() | ')' is preceded with whitespace. | 642 |
![]() | Line is longer than 80 characters. | 643 |
![]() | '(' is preceded with whitespace. | 644 |
![]() | '(' is followed by whitespace. | 644 |
![]() | ')' is preceded with whitespace. | 644 |
![]() | Line is longer than 80 characters. | 645 |
![]() | '(' is preceded with whitespace. | 646 |
![]() | '(' is followed by whitespace. | 646 |
![]() | ')' is preceded with whitespace. | 646 |
![]() | Line is longer than 80 characters. | 647 |
![]() | '(' is preceded with whitespace. | 648 |
![]() | '(' is followed by whitespace. | 648 |
![]() | ')' is preceded with whitespace. | 648 |
![]() | Line is longer than 80 characters. | 649 |
![]() | '(' is preceded with whitespace. | 650 |
![]() | '(' is followed by whitespace. | 650 |
![]() | ')' is preceded with whitespace. | 650 |
![]() | Line is longer than 80 characters. | 651 |
![]() | '(' is preceded with whitespace. | 652 |
![]() | '(' is followed by whitespace. | 652 |
![]() | ')' is preceded with whitespace. | 652 |
![]() | Line is longer than 80 characters. | 653 |
![]() | '(' is preceded with whitespace. | 654 |
![]() | '(' is followed by whitespace. | 654 |
![]() | ')' is preceded with whitespace. | 654 |
![]() | Line is longer than 80 characters. | 655 |
![]() | '(' is preceded with whitespace. | 656 |
![]() | '(' is followed by whitespace. | 656 |
![]() | ')' is preceded with whitespace. | 656 |
![]() | Line is longer than 80 characters. | 657 |
![]() | '(' is preceded with whitespace. | 658 |
![]() | '(' is followed by whitespace. | 658 |
![]() | ')' is preceded with whitespace. | 658 |
![]() | Line is longer than 80 characters. | 659 |
![]() | '(' is preceded with whitespace. | 660 |
![]() | '(' is followed by whitespace. | 660 |
![]() | ')' is preceded with whitespace. | 660 |
![]() | Line is longer than 80 characters. | 661 |
![]() | '(' is preceded with whitespace. | 662 |
![]() | '(' is followed by whitespace. | 662 |
![]() | ')' is preceded with whitespace. | 662 |
![]() | Line is longer than 80 characters. | 663 |
![]() | '(' is preceded with whitespace. | 664 |
![]() | '(' is followed by whitespace. | 664 |
![]() | ')' is preceded with whitespace. | 664 |
![]() | Line is longer than 80 characters. | 665 |
![]() | '(' is preceded with whitespace. | 666 |
![]() | '(' is followed by whitespace. | 666 |
![]() | ')' is preceded with whitespace. | 666 |
![]() | Line is longer than 80 characters. | 667 |
![]() | '(' is preceded with whitespace. | 668 |
![]() | '(' is followed by whitespace. | 668 |
![]() | ')' is preceded with whitespace. | 668 |
![]() | Line is longer than 80 characters. | 669 |
![]() | Line is longer than 80 characters. | 670 |
![]() | '(' is preceded with whitespace. | 670 |
![]() | '(' is followed by whitespace. | 670 |
![]() | ')' is preceded with whitespace. | 670 |
![]() | Line is longer than 80 characters. | 671 |
![]() | '(' is preceded with whitespace. | 672 |
![]() | '(' is followed by whitespace. | 672 |
![]() | ')' is preceded with whitespace. | 672 |
![]() | Line is longer than 80 characters. | 673 |
![]() | '(' is preceded with whitespace. | 674 |
![]() | '(' is followed by whitespace. | 674 |
![]() | ')' is preceded with whitespace. | 674 |
![]() | Line is longer than 80 characters. | 675 |
![]() | '(' is preceded with whitespace. | 676 |
![]() | '(' is followed by whitespace. | 676 |
![]() | ')' is preceded with whitespace. | 676 |
![]() | Line is longer than 80 characters. | 677 |
![]() | '(' is preceded with whitespace. | 678 |
![]() | '(' is followed by whitespace. | 678 |
![]() | ')' is preceded with whitespace. | 678 |
![]() | Line is longer than 80 characters. | 679 |
![]() | '(' is preceded with whitespace. | 680 |
![]() | '(' is followed by whitespace. | 680 |
![]() | ')' is preceded with whitespace. | 680 |
![]() | Line is longer than 80 characters. | 681 |
![]() | '(' is preceded with whitespace. | 682 |
![]() | '(' is followed by whitespace. | 682 |
![]() | ')' is preceded with whitespace. | 682 |
![]() | Line is longer than 80 characters. | 683 |
![]() | '(' is preceded with whitespace. | 684 |
![]() | '(' is followed by whitespace. | 684 |
![]() | ')' is preceded with whitespace. | 684 |
![]() | Line is longer than 80 characters. | 685 |
![]() | '(' is preceded with whitespace. | 686 |
![]() | '(' is followed by whitespace. | 686 |
![]() | ')' is preceded with whitespace. | 686 |
![]() | Line is longer than 80 characters. | 687 |
![]() | '(' is preceded with whitespace. | 688 |
![]() | '(' is followed by whitespace. | 688 |
![]() | ')' is preceded with whitespace. | 688 |
![]() | Line is longer than 80 characters. | 689 |
![]() | '(' is preceded with whitespace. | 690 |
![]() | '(' is followed by whitespace. | 690 |
![]() | ')' is preceded with whitespace. | 690 |
![]() | Line is longer than 80 characters. | 691 |
![]() | '(' is preceded with whitespace. | 692 |
![]() | '(' is followed by whitespace. | 692 |
![]() | ')' is preceded with whitespace. | 692 |
![]() | Line is longer than 80 characters. | 693 |
![]() | '(' is preceded with whitespace. | 694 |
![]() | '(' is followed by whitespace. | 694 |
![]() | ')' is preceded with whitespace. | 694 |
![]() | Line is longer than 80 characters. | 695 |
![]() | '(' is preceded with whitespace. | 696 |
![]() | '(' is followed by whitespace. | 696 |
![]() | ')' is preceded with whitespace. | 696 |
![]() | Line is longer than 80 characters. | 697 |
![]() | '(' is preceded with whitespace. | 698 |
![]() | '(' is followed by whitespace. | 698 |
![]() | ')' is preceded with whitespace. | 698 |
![]() | Line is longer than 80 characters. | 699 |
![]() | '(' is preceded with whitespace. | 700 |
![]() | '(' is followed by whitespace. | 700 |
![]() | ')' is preceded with whitespace. | 700 |
![]() | Line is longer than 80 characters. | 701 |
![]() | '(' is preceded with whitespace. | 702 |
![]() | '(' is followed by whitespace. | 702 |
![]() | ')' is preceded with whitespace. | 702 |
![]() | Line is longer than 80 characters. | 703 |
![]() | '(' is preceded with whitespace. | 704 |
![]() | '(' is followed by whitespace. | 704 |
![]() | ')' is preceded with whitespace. | 704 |
![]() | Line is longer than 80 characters. | 705 |
![]() | '(' is preceded with whitespace. | 706 |
![]() | '(' is followed by whitespace. | 706 |
![]() | ')' is preceded with whitespace. | 706 |
![]() | Line is longer than 80 characters. | 707 |
![]() | '(' is preceded with whitespace. | 708 |
![]() | '(' is followed by whitespace. | 708 |
![]() | ')' is preceded with whitespace. | 708 |
![]() | Line is longer than 80 characters. | 709 |
![]() | '(' is preceded with whitespace. | 710 |
![]() | '(' is followed by whitespace. | 710 |
![]() | ')' is preceded with whitespace. | 710 |
![]() | Line is longer than 80 characters. | 711 |
![]() | '(' is preceded with whitespace. | 712 |
![]() | '(' is followed by whitespace. | 712 |
![]() | ')' is preceded with whitespace. | 712 |
![]() | Line is longer than 80 characters. | 713 |
![]() | '(' is preceded with whitespace. | 714 |
![]() | '(' is followed by whitespace. | 714 |
![]() | ')' is preceded with whitespace. | 714 |
![]() | Line is longer than 80 characters. | 715 |
![]() | '(' is preceded with whitespace. | 716 |
![]() | '(' is followed by whitespace. | 716 |
![]() | ')' is preceded with whitespace. | 716 |
![]() | Line is longer than 80 characters. | 717 |
![]() | '(' is preceded with whitespace. | 718 |
![]() | '(' is followed by whitespace. | 718 |
![]() | ')' is preceded with whitespace. | 718 |
![]() | Line is longer than 80 characters. | 719 |
![]() | '(' is preceded with whitespace. | 720 |
![]() | '(' is followed by whitespace. | 720 |
![]() | ')' is preceded with whitespace. | 720 |
![]() | Line is longer than 80 characters. | 721 |
![]() | '(' is preceded with whitespace. | 722 |
![]() | '(' is followed by whitespace. | 722 |
![]() | ')' is preceded with whitespace. | 722 |
![]() | Line is longer than 80 characters. | 723 |
![]() | '(' is preceded with whitespace. | 724 |
![]() | '(' is followed by whitespace. | 724 |
![]() | ')' is preceded with whitespace. | 724 |
![]() | Line is longer than 80 characters. | 725 |
![]() | '(' is preceded with whitespace. | 726 |
![]() | '(' is followed by whitespace. | 726 |
![]() | ')' is preceded with whitespace. | 726 |
![]() | Line is longer than 80 characters. | 727 |
![]() | '(' is preceded with whitespace. | 728 |
![]() | '(' is followed by whitespace. | 728 |
![]() | ')' is preceded with whitespace. | 728 |
![]() | Line is longer than 80 characters. | 729 |
![]() | '(' is preceded with whitespace. | 730 |
![]() | '(' is followed by whitespace. | 730 |
![]() | ')' is preceded with whitespace. | 730 |
![]() | '}' should be on the same line. | 731 |
![]() | 'catch' is not followed by whitespace. | 732 |
![]() | '(' is followed by whitespace. | 732 |
![]() | Must have at least one statement. | 732 |
![]() | '{' is not followed by whitespace. | 732 |
![]() | '}' is not preceded with whitespace. | 732 |
![]() | '}' is not followed by whitespace. | 732 |
![]() | Line has trailing spaces. | 735 |
![]() | '}' is not followed by whitespace. | 736 |
![]() | Missing a Javadoc comment. | 737 |
![]() | ';' is not followed by whitespace. | 737 |
![]() | Missing a Javadoc comment. | 738 |
![]() | Missing a Javadoc comment. | 739 |
![]() | Missing a Javadoc comment. | 740 |
![]() | ';' is not followed by whitespace. | 740 |
![]() | Line is longer than 80 characters. | 741 |
![]() | Missing a Javadoc comment. | 741 |
![]() | ';' is not followed by whitespace. | 741 |
![]() | Missing a Javadoc comment. | 742 |
![]() | Missing a Javadoc comment. | 743 |
![]() | Missing a Javadoc comment. | 744 |
![]() | ';' is not followed by whitespace. | 744 |
![]() | Missing a Javadoc comment. | 745 |
![]() | Name 'defaultPropertyIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 745 |
![]() | ';' is not followed by whitespace. | 745 |
![]() | Missing a Javadoc comment. | 746 |
![]() | Name 'defaultEventIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 746 |
![]() | ';' is not followed by whitespace. | 746 |
![]() | Method 'getBeanDescriptor' is not designed for extension - needs to be abstract, final or empty. | 759 |
![]() | Method 'getPropertyDescriptors' is not designed for extension - needs to be abstract, final or empty. | 776 |
![]() | Method 'getEventSetDescriptors' is not designed for extension - needs to be abstract, final or empty. | 789 |
![]() | Method 'getMethodDescriptors' is not designed for extension - needs to be abstract, final or empty. | 802 |
![]() | Line is longer than 80 characters. | 813 |
![]() | Line contains a tab character. | 813 |
![]() | Method 'getDefaultPropertyIndex' is not designed for extension - needs to be abstract, final or empty. | 816 |
![]() | Line contains a tab character. | 826 |
![]() | Method 'getDefaultEventIndex' is not designed for extension - needs to be abstract, final or empty. | 828 |
![]() | Method 'getIcon' is not designed for extension - needs to be abstract, final or empty. | 849 |
![]() | Parameter iconKind should be final. | 850 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Comment matches to-do format 'TODO:'. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter acaoPesquisa should be final. | 52 |
![]() | 'acaoPesquisa' hides a field. | 52 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 64 |
![]() | '65534' is a magic number. | 76 |
![]() | '35' is a magic number. | 76 |
![]() | '780' is a magic number. | 77 |
![]() | '35' is a magic number. | 77 |
![]() | '780' is a magic number. | 78 |
![]() | '35' is a magic number. | 78 |
![]() | '32767' is a magic number. | 81 |
![]() | '35' is a magic number. | 81 |
![]() | '461' is a magic number. | 82 |
![]() | '35' is a magic number. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | '192' is a magic number. | 94 |
![]() | '19' is a magic number. | 94 |
![]() | '192' is a magic number. | 95 |
![]() | '19' is a magic number. | 95 |
![]() | Line is longer than 80 characters. | 98 |
![]() | '32767' is a magic number. | 104 |
![]() | '35' is a magic number. | 104 |
![]() | Line is longer than 80 characters. | 107 |
![]() | '}' is not followed by whitespace. | 111 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Method 'getCategoriasPesquisaComboBoxModel' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Method 'setCategoriasPesquisaComboBoxModel' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Parameter lstCategoriasPesquisaModel should be final. | 142 |
![]() | Method 'addPopupMouseListener' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Parameter popupAction should be final. | 150 |
![]() | Line has trailing spaces. | 153 |
![]() | Method 'removePopupMouseListener' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Parameter popupAction should be final. | 157 |
![]() | Method 'getAcaoPesquisa' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Method 'setAcaoPesquisa' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Parameter acaoPesquisa should be final. | 171 |
![]() | 'acaoPesquisa' hides a field. | 171 |
![]() | Line has trailing spaces. | 173 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.beans.*. | 18 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '{' is not preceded with whitespace. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
![]() | '(' is followed by whitespace. | 29 |
![]() | ')' is preceded with whitespace. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | '(' is followed by whitespace. | 30 |
![]() | ')' is preceded with whitespace. | 30 |
![]() | ';' is not followed by whitespace. | 30 |
![]() | '}' is not followed by whitespace. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Name 'PROPERTY_acaoPesquisa' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Name 'PROPERTY_actionMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Name 'PROPERTY_alignmentX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Name 'PROPERTY_alignmentY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'PROPERTY_ancestorListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'PROPERTY_autoscrolls' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Name 'PROPERTY_background' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Name 'PROPERTY_backgroundSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Name 'PROPERTY_baselineResizeBehavior' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Name 'PROPERTY_border' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Name 'PROPERTY_bounds' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'PROPERTY_categoriasPesquisaComboBoxModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'PROPERTY_colorModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Name 'PROPERTY_component' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'PROPERTY_componentCount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Name 'PROPERTY_componentListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Name 'PROPERTY_componentOrientation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Name 'PROPERTY_componentPopupMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Name 'PROPERTY_components' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Name 'PROPERTY_containerListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Name 'PROPERTY_cursor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Name 'PROPERTY_cursorSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'PROPERTY_debugGraphicsOptions' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'PROPERTY_displayable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Name 'PROPERTY_doubleBuffered' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Name 'PROPERTY_dropTarget' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Name 'PROPERTY_enabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Name 'PROPERTY_focusable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Name 'PROPERTY_focusCycleRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Name 'PROPERTY_focusCycleRootAncestor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Name 'PROPERTY_focusListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Name 'PROPERTY_focusOwner' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Name 'PROPERTY_focusTraversable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Name 'PROPERTY_focusTraversalKeys' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name 'PROPERTY_focusTraversalKeysEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Name 'PROPERTY_focusTraversalPolicy' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name 'PROPERTY_focusTraversalPolicyProvider' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Name 'PROPERTY_focusTraversalPolicySet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Name 'PROPERTY_font' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Name 'PROPERTY_fontSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Name 'PROPERTY_foreground' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Name 'PROPERTY_foregroundSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Name 'PROPERTY_graphics' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Name 'PROPERTY_graphicsConfiguration' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Name 'PROPERTY_height' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Name 'PROPERTY_hierarchyBoundsListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Name 'PROPERTY_hierarchyListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Name 'PROPERTY_ignoreRepaint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Name 'PROPERTY_inheritsPopupMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Name 'PROPERTY_inputContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Name 'PROPERTY_inputMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Name 'PROPERTY_inputMethodListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Name 'PROPERTY_inputMethodRequests' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Name 'PROPERTY_inputVerifier' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Name 'PROPERTY_insets' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Name 'PROPERTY_keyListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Name 'PROPERTY_layout' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Name 'PROPERTY_lightweight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Name 'PROPERTY_locale' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 94 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Name 'PROPERTY_location' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Name 'PROPERTY_locationOnScreen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Name 'PROPERTY_managingFocus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 97 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Name 'PROPERTY_maximumSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 98 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Name 'PROPERTY_maximumSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 99 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Name 'PROPERTY_minimumSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 100 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Name 'PROPERTY_minimumSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Name 'PROPERTY_mouseListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 102 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Name 'PROPERTY_mouseMotionListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 103 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Name 'PROPERTY_mousePosition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 104 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Name 'PROPERTY_mouseWheelListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 105 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Name 'PROPERTY_name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 106 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Name 'PROPERTY_nextFocusableComponent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 107 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Name 'PROPERTY_opaque' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 108 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Name 'PROPERTY_optimizedDrawingEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 109 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Name 'PROPERTY_paintingForPrint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 110 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Name 'PROPERTY_paintingTile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 111 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Name 'PROPERTY_parent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 112 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Name 'PROPERTY_peer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 113 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Name 'PROPERTY_preferredSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 114 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Name 'PROPERTY_preferredSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 115 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Name 'PROPERTY_propertyChangeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Name 'PROPERTY_registeredKeyStrokes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 117 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Name 'PROPERTY_requestFocusEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 118 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Name 'PROPERTY_rootPane' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 119 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Name 'PROPERTY_showing' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 120 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Name 'PROPERTY_size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 121 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Name 'PROPERTY_toolkit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 122 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Name 'PROPERTY_toolTipText' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 123 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Name 'PROPERTY_topLevelAncestor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 124 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Name 'PROPERTY_transferHandler' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Name 'PROPERTY_treeLock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 126 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Name 'PROPERTY_UIClassID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 128 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Name 'PROPERTY_valid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 129 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Name 'PROPERTY_validateRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 130 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Name 'PROPERTY_verifyInputWhenFocusTarget' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 131 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Name 'PROPERTY_vetoableChangeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 132 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Name 'PROPERTY_visible' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 133 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Name 'PROPERTY_visibleRect' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Name 'PROPERTY_width' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 135 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Name 'PROPERTY_x' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Name 'PROPERTY_y' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 137 |
![]() | Line has trailing spaces. | 139 |
![]() | Missing a Javadoc comment. | 141 |
![]() | '{' is not preceded with whitespace. | 141 |
![]() | '102' is a magic number. | 142 |
![]() | Line has trailing spaces. | 143 |
![]() | Line is longer than 80 characters. | 145 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '(' is followed by whitespace. | 145 |
![]() | ')' is preceded with whitespace. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | Line is longer than 80 characters. | 147 |
![]() | '(' is preceded with whitespace. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '(' is followed by whitespace. | 148 |
![]() | ')' is preceded with whitespace. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | '(' is preceded with whitespace. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '(' is followed by whitespace. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | '(' is preceded with whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | '(' is preceded with whitespace. | 152 |
![]() | '(' is followed by whitespace. | 152 |
![]() | ')' is preceded with whitespace. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | '(' is preceded with whitespace. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '(' is followed by whitespace. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | '(' is preceded with whitespace. | 156 |
![]() | '(' is followed by whitespace. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | '(' is preceded with whitespace. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | '(' is preceded with whitespace. | 159 |
![]() | '(' is followed by whitespace. | 159 |
![]() | ')' is preceded with whitespace. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | '(' is preceded with whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | '(' is preceded with whitespace. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | '(' is preceded with whitespace. | 163 |
![]() | '(' is followed by whitespace. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | '(' is preceded with whitespace. | 164 |
![]() | '(' is followed by whitespace. | 164 |
![]() | ')' is preceded with whitespace. | 164 |
![]() | Line is longer than 80 characters. | 165 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | '(' is followed by whitespace. | 165 |
![]() | ')' is preceded with whitespace. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | '(' is preceded with whitespace. | 166 |
![]() | '(' is followed by whitespace. | 166 |
![]() | ')' is preceded with whitespace. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '(' is followed by whitespace. | 168 |
![]() | ')' is preceded with whitespace. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | '(' is preceded with whitespace. | 169 |
![]() | '(' is followed by whitespace. | 169 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | '(' is preceded with whitespace. | 170 |
![]() | '(' is followed by whitespace. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | '(' is preceded with whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | '(' is preceded with whitespace. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | '(' is preceded with whitespace. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | '(' is followed by whitespace. | 175 |
![]() | ')' is preceded with whitespace. | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | '(' is preceded with whitespace. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | '(' is preceded with whitespace. | 177 |
![]() | '(' is followed by whitespace. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | '(' is preceded with whitespace. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | '(' is preceded with whitespace. | 181 |
![]() | '(' is followed by whitespace. | 181 |
![]() | ')' is preceded with whitespace. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | '(' is preceded with whitespace. | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | Line is longer than 80 characters. | 184 |
![]() | '(' is preceded with whitespace. | 184 |
![]() | '(' is followed by whitespace. | 184 |
![]() | ')' is preceded with whitespace. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | '(' is followed by whitespace. | 185 |
![]() | ')' is preceded with whitespace. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | '(' is followed by whitespace. | 186 |
![]() | ')' is preceded with whitespace. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | '(' is preceded with whitespace. | 187 |
![]() | '(' is followed by whitespace. | 187 |
![]() | ')' is preceded with whitespace. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | '(' is preceded with whitespace. | 188 |
![]() | '(' is followed by whitespace. | 188 |
![]() | ')' is preceded with whitespace. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | '(' is preceded with whitespace. | 189 |
![]() | '(' is followed by whitespace. | 189 |
![]() | ')' is preceded with whitespace. | 189 |
![]() | Line is longer than 80 characters. | 190 |
![]() | '(' is preceded with whitespace. | 190 |
![]() | '(' is followed by whitespace. | 190 |
![]() | ')' is preceded with whitespace. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | '(' is preceded with whitespace. | 191 |
![]() | '(' is followed by whitespace. | 191 |
![]() | ')' is preceded with whitespace. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | '(' is preceded with whitespace. | 192 |
![]() | '(' is followed by whitespace. | 192 |
![]() | ')' is preceded with whitespace. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | Line is longer than 80 characters. | 194 |
![]() | '(' is preceded with whitespace. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | ')' is preceded with whitespace. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '(' is followed by whitespace. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | '(' is preceded with whitespace. | 196 |
![]() | '(' is followed by whitespace. | 196 |
![]() | ')' is preceded with whitespace. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | '(' is preceded with whitespace. | 197 |
![]() | '(' is followed by whitespace. | 197 |
![]() | ')' is preceded with whitespace. | 197 |
![]() | Line is longer than 80 characters. | 198 |
![]() | '(' is preceded with whitespace. | 198 |
![]() | '(' is followed by whitespace. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | '(' is preceded with whitespace. | 199 |
![]() | '(' is followed by whitespace. | 199 |
![]() | ')' is preceded with whitespace. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | '(' is preceded with whitespace. | 200 |
![]() | '(' is followed by whitespace. | 200 |
![]() | ')' is preceded with whitespace. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | '(' is preceded with whitespace. | 201 |
![]() | '(' is followed by whitespace. | 201 |
![]() | ')' is preceded with whitespace. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | '(' is preceded with whitespace. | 202 |
![]() | '(' is followed by whitespace. | 202 |
![]() | ')' is preceded with whitespace. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | '(' is preceded with whitespace. | 203 |
![]() | '(' is followed by whitespace. | 203 |
![]() | ')' is preceded with whitespace. | 203 |
![]() | Line is longer than 80 characters. | 204 |
![]() | '(' is preceded with whitespace. | 204 |
![]() | '(' is followed by whitespace. | 204 |
![]() | ')' is preceded with whitespace. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | '(' is preceded with whitespace. | 205 |
![]() | '(' is followed by whitespace. | 205 |
![]() | ')' is preceded with whitespace. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | '(' is preceded with whitespace. | 206 |
![]() | '(' is followed by whitespace. | 206 |
![]() | ')' is preceded with whitespace. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | '(' is followed by whitespace. | 207 |
![]() | ')' is preceded with whitespace. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | '(' is preceded with whitespace. | 208 |
![]() | '(' is followed by whitespace. | 208 |
![]() | ')' is preceded with whitespace. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | '(' is followed by whitespace. | 209 |
![]() | ')' is preceded with whitespace. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | '(' is preceded with whitespace. | 210 |
![]() | '(' is followed by whitespace. | 210 |
![]() | ')' is preceded with whitespace. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | '(' is followed by whitespace. | 211 |
![]() | ')' is preceded with whitespace. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | '(' is preceded with whitespace. | 212 |
![]() | '(' is followed by whitespace. | 212 |
![]() | ')' is preceded with whitespace. | 212 |
![]() | Line is longer than 80 characters. | 213 |
![]() | '(' is preceded with whitespace. | 213 |
![]() | '(' is followed by whitespace. | 213 |
![]() | ')' is preceded with whitespace. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | '(' is preceded with whitespace. | 214 |
![]() | '(' is followed by whitespace. | 214 |
![]() | ')' is preceded with whitespace. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | '(' is preceded with whitespace. | 215 |
![]() | '(' is followed by whitespace. | 215 |
![]() | ')' is preceded with whitespace. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | '(' is followed by whitespace. | 216 |
![]() | ')' is preceded with whitespace. | 216 |
![]() | Line is longer than 80 characters. | 217 |
![]() | '(' is preceded with whitespace. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | Line is longer than 80 characters. | 218 |
![]() | '(' is preceded with whitespace. | 218 |
![]() | '(' is followed by whitespace. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | Line is longer than 80 characters. | 219 |
![]() | '(' is preceded with whitespace. | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | ')' is preceded with whitespace. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | '(' is preceded with whitespace. | 220 |
![]() | '(' is followed by whitespace. | 220 |
![]() | ')' is preceded with whitespace. | 220 |
![]() | Line is longer than 80 characters. | 221 |
![]() | '(' is preceded with whitespace. | 221 |
![]() | '(' is followed by whitespace. | 221 |
![]() | ')' is preceded with whitespace. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | '(' is followed by whitespace. | 222 |
![]() | ')' is preceded with whitespace. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | '(' is preceded with whitespace. | 223 |
![]() | '(' is followed by whitespace. | 223 |
![]() | ')' is preceded with whitespace. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | '(' is preceded with whitespace. | 224 |
![]() | '(' is followed by whitespace. | 224 |
![]() | ')' is preceded with whitespace. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | '(' is followed by whitespace. | 225 |
![]() | ')' is preceded with whitespace. | 225 |
![]() | Line is longer than 80 characters. | 226 |
![]() | '(' is preceded with whitespace. | 226 |
![]() | '(' is followed by whitespace. | 226 |
![]() | ')' is preceded with whitespace. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | '(' is preceded with whitespace. | 227 |
![]() | '(' is followed by whitespace. | 227 |
![]() | ')' is preceded with whitespace. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | '(' is preceded with whitespace. | 228 |
![]() | '(' is followed by whitespace. | 228 |
![]() | ')' is preceded with whitespace. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | '(' is preceded with whitespace. | 229 |
![]() | '(' is followed by whitespace. | 229 |
![]() | ')' is preceded with whitespace. | 229 |
![]() | Line is longer than 80 characters. | 230 |
![]() | '(' is preceded with whitespace. | 230 |
![]() | '(' is followed by whitespace. | 230 |
![]() | ')' is preceded with whitespace. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | '(' is preceded with whitespace. | 231 |
![]() | '(' is followed by whitespace. | 231 |
![]() | ')' is preceded with whitespace. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | '(' is preceded with whitespace. | 232 |
![]() | '(' is followed by whitespace. | 232 |
![]() | ')' is preceded with whitespace. | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | '(' is preceded with whitespace. | 233 |
![]() | '(' is followed by whitespace. | 233 |
![]() | ')' is preceded with whitespace. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | '(' is preceded with whitespace. | 234 |
![]() | '(' is followed by whitespace. | 234 |
![]() | ')' is preceded with whitespace. | 234 |
![]() | Line is longer than 80 characters. | 235 |
![]() | '(' is preceded with whitespace. | 235 |
![]() | '(' is followed by whitespace. | 235 |
![]() | ')' is preceded with whitespace. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | '(' is preceded with whitespace. | 236 |
![]() | '(' is followed by whitespace. | 236 |
![]() | ')' is preceded with whitespace. | 236 |
![]() | Line is longer than 80 characters. | 237 |
![]() | '(' is preceded with whitespace. | 237 |
![]() | '(' is followed by whitespace. | 237 |
![]() | ')' is preceded with whitespace. | 237 |
![]() | Line is longer than 80 characters. | 238 |
![]() | '(' is preceded with whitespace. | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | '(' is preceded with whitespace. | 239 |
![]() | '(' is followed by whitespace. | 239 |
![]() | ')' is preceded with whitespace. | 239 |
![]() | Line is longer than 80 characters. | 240 |
![]() | '(' is preceded with whitespace. | 240 |
![]() | '(' is followed by whitespace. | 240 |
![]() | ')' is preceded with whitespace. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | '(' is preceded with whitespace. | 241 |
![]() | '(' is followed by whitespace. | 241 |
![]() | ')' is preceded with whitespace. | 241 |
![]() | Line is longer than 80 characters. | 242 |
![]() | '(' is preceded with whitespace. | 242 |
![]() | '(' is followed by whitespace. | 242 |
![]() | ')' is preceded with whitespace. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | '(' is preceded with whitespace. | 243 |
![]() | '(' is followed by whitespace. | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | Line is longer than 80 characters. | 244 |
![]() | '(' is preceded with whitespace. | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | Line is longer than 80 characters. | 245 |
![]() | '(' is preceded with whitespace. | 245 |
![]() | '(' is followed by whitespace. | 245 |
![]() | ')' is preceded with whitespace. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | '(' is preceded with whitespace. | 246 |
![]() | '(' is followed by whitespace. | 246 |
![]() | ')' is preceded with whitespace. | 246 |
![]() | '}' should be on the same line. | 247 |
![]() | 'catch' is not followed by whitespace. | 248 |
![]() | '}' is not followed by whitespace. | 250 |
![]() | '}' is not followed by whitespace. | 254 |
![]() | Missing a Javadoc comment. | 256 |
![]() | Name 'EVENT_ancestorListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 256 |
![]() | Missing a Javadoc comment. | 257 |
![]() | Name 'EVENT_componentListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 257 |
![]() | Missing a Javadoc comment. | 258 |
![]() | Name 'EVENT_containerListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 258 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Name 'EVENT_focusListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 259 |
![]() | Missing a Javadoc comment. | 260 |
![]() | Name 'EVENT_hierarchyBoundsListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 260 |
![]() | Missing a Javadoc comment. | 261 |
![]() | Name 'EVENT_hierarchyListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 261 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Name 'EVENT_inputMethodListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 262 |
![]() | Missing a Javadoc comment. | 263 |
![]() | Name 'EVENT_keyListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 263 |
![]() | Missing a Javadoc comment. | 264 |
![]() | Name 'EVENT_mouseListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 264 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Name 'EVENT_mouseMotionListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 265 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Name 'EVENT_mouseWheelListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 266 |
![]() | Missing a Javadoc comment. | 267 |
![]() | Name 'EVENT_propertyChangeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 267 |
![]() | Missing a Javadoc comment. | 268 |
![]() | Name 'EVENT_vetoableChangeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 268 |
![]() | Missing a Javadoc comment. | 272 |
![]() | '{' is not preceded with whitespace. | 272 |
![]() | '13' is a magic number. | 273 |
![]() | Line has trailing spaces. | 274 |
![]() | Line is longer than 80 characters. | 276 |
![]() | '(' is preceded with whitespace. | 276 |
![]() | '(' is followed by whitespace. | 276 |
![]() | ')' is preceded with whitespace. | 276 |
![]() | Line is longer than 80 characters. | 277 |
![]() | '(' is preceded with whitespace. | 277 |
![]() | '(' is followed by whitespace. | 277 |
![]() | ')' is preceded with whitespace. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | '(' is preceded with whitespace. | 278 |
![]() | '(' is followed by whitespace. | 278 |
![]() | ')' is preceded with whitespace. | 278 |
![]() | Line is longer than 80 characters. | 279 |
![]() | '(' is preceded with whitespace. | 279 |
![]() | '(' is followed by whitespace. | 279 |
![]() | ')' is preceded with whitespace. | 279 |
![]() | Line is longer than 80 characters. | 280 |
![]() | '(' is preceded with whitespace. | 280 |
![]() | '(' is followed by whitespace. | 280 |
![]() | ')' is preceded with whitespace. | 280 |
![]() | Line is longer than 80 characters. | 281 |
![]() | '(' is preceded with whitespace. | 281 |
![]() | '(' is followed by whitespace. | 281 |
![]() | ')' is preceded with whitespace. | 281 |
![]() | Line is longer than 80 characters. | 282 |
![]() | '(' is preceded with whitespace. | 282 |
![]() | '(' is followed by whitespace. | 282 |
![]() | ')' is preceded with whitespace. | 282 |
![]() | Line is longer than 80 characters. | 283 |
![]() | '(' is preceded with whitespace. | 283 |
![]() | '(' is followed by whitespace. | 283 |
![]() | ')' is preceded with whitespace. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | '(' is preceded with whitespace. | 284 |
![]() | '(' is followed by whitespace. | 284 |
![]() | ')' is preceded with whitespace. | 284 |
![]() | Line is longer than 80 characters. | 285 |
![]() | '(' is preceded with whitespace. | 285 |
![]() | '(' is followed by whitespace. | 285 |
![]() | ')' is preceded with whitespace. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | '(' is preceded with whitespace. | 286 |
![]() | '(' is followed by whitespace. | 286 |
![]() | ')' is preceded with whitespace. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | '(' is preceded with whitespace. | 287 |
![]() | '(' is followed by whitespace. | 287 |
![]() | ')' is preceded with whitespace. | 287 |
![]() | Line is longer than 80 characters. | 288 |
![]() | '(' is preceded with whitespace. | 288 |
![]() | '(' is followed by whitespace. | 288 |
![]() | ')' is preceded with whitespace. | 288 |
![]() | '}' should be on the same line. | 289 |
![]() | 'catch' is not followed by whitespace. | 290 |
![]() | '}' is not followed by whitespace. | 292 |
![]() | '}' is not followed by whitespace. | 296 |
![]() | Missing a Javadoc comment. | 298 |
![]() | Name 'METHOD_action0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 298 |
![]() | Missing a Javadoc comment. | 299 |
![]() | Name 'METHOD_addNotify1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 299 |
![]() | Missing a Javadoc comment. | 300 |
![]() | Name 'METHOD_addPropertyChangeListener2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 300 |
![]() | Missing a Javadoc comment. | 301 |
![]() | Name 'METHOD_applyComponentOrientation3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 301 |
![]() | Missing a Javadoc comment. | 302 |
![]() | Name 'METHOD_areFocusTraversalKeysSet4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 302 |
![]() | Missing a Javadoc comment. | 303 |
![]() | Name 'METHOD_bounds5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 303 |
![]() | Missing a Javadoc comment. | 304 |
![]() | Name 'METHOD_checkImage6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 304 |
![]() | Missing a Javadoc comment. | 305 |
![]() | Name 'METHOD_checkImage7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 305 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Name 'METHOD_computeVisibleRect8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 306 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Name 'METHOD_contains9' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 307 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Name 'METHOD_contains10' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 308 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Name 'METHOD_countComponents11' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 309 |
![]() | Missing a Javadoc comment. | 310 |
![]() | Name 'METHOD_createImage12' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 310 |
![]() | Missing a Javadoc comment. | 311 |
![]() | Name 'METHOD_createImage13' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 311 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Name 'METHOD_createToolTip14' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 312 |
![]() | Missing a Javadoc comment. | 313 |
![]() | Name 'METHOD_createVolatileImage15' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 313 |
![]() | Missing a Javadoc comment. | 314 |
![]() | Name 'METHOD_createVolatileImage16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 314 |
![]() | Missing a Javadoc comment. | 315 |
![]() | Name 'METHOD_deliverEvent17' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 315 |
![]() | Missing a Javadoc comment. | 316 |
![]() | Name 'METHOD_disable18' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 316 |
![]() | Missing a Javadoc comment. | 317 |
![]() | Name 'METHOD_dispatchEvent19' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 317 |
![]() | Missing a Javadoc comment. | 318 |
![]() | Name 'METHOD_doLayout20' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 318 |
![]() | Missing a Javadoc comment. | 319 |
![]() | Name 'METHOD_enable21' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 319 |
![]() | Missing a Javadoc comment. | 320 |
![]() | Name 'METHOD_enable22' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 320 |
![]() | Missing a Javadoc comment. | 321 |
![]() | Name 'METHOD_enableInputMethods23' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 321 |
![]() | Missing a Javadoc comment. | 322 |
![]() | Name 'METHOD_findComponentAt24' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 322 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Name 'METHOD_findComponentAt25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 323 |
![]() | Missing a Javadoc comment. | 324 |
![]() | Name 'METHOD_firePropertyChange26' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 324 |
![]() | Missing a Javadoc comment. | 325 |
![]() | Name 'METHOD_firePropertyChange27' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 325 |
![]() | Missing a Javadoc comment. | 326 |
![]() | Name 'METHOD_firePropertyChange28' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 326 |
![]() | Missing a Javadoc comment. | 327 |
![]() | Name 'METHOD_firePropertyChange29' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 327 |
![]() | Missing a Javadoc comment. | 328 |
![]() | Name 'METHOD_firePropertyChange30' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 328 |
![]() | Missing a Javadoc comment. | 329 |
![]() | Name 'METHOD_firePropertyChange31' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 329 |
![]() | Missing a Javadoc comment. | 330 |
![]() | Name 'METHOD_firePropertyChange32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 330 |
![]() | Missing a Javadoc comment. | 331 |
![]() | Name 'METHOD_firePropertyChange33' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 331 |
![]() | Missing a Javadoc comment. | 332 |
![]() | Name 'METHOD_getActionForKeyStroke34' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 332 |
![]() | Missing a Javadoc comment. | 333 |
![]() | Name 'METHOD_getBaseline35' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 333 |
![]() | Missing a Javadoc comment. | 334 |
![]() | Name 'METHOD_getBounds36' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 334 |
![]() | Missing a Javadoc comment. | 335 |
![]() | Name 'METHOD_getClientProperty37' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 335 |
![]() | Missing a Javadoc comment. | 336 |
![]() | Name 'METHOD_getComponentAt38' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 336 |
![]() | Missing a Javadoc comment. | 337 |
![]() | Name 'METHOD_getComponentAt39' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 337 |
![]() | Missing a Javadoc comment. | 338 |
![]() | Name 'METHOD_getComponentZOrder40' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 338 |
![]() | Missing a Javadoc comment. | 339 |
![]() | Name 'METHOD_getConditionForKeyStroke41' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 339 |
![]() | Missing a Javadoc comment. | 340 |
![]() | Name 'METHOD_getDefaultLocale42' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 340 |
![]() | Missing a Javadoc comment. | 341 |
![]() | Name 'METHOD_getFocusTraversalKeys43' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 341 |
![]() | Missing a Javadoc comment. | 342 |
![]() | Name 'METHOD_getFontMetrics44' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 342 |
![]() | Missing a Javadoc comment. | 343 |
![]() | Name 'METHOD_getInsets45' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 343 |
![]() | Missing a Javadoc comment. | 344 |
![]() | Name 'METHOD_getListeners46' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 344 |
![]() | Missing a Javadoc comment. | 345 |
![]() | Name 'METHOD_getLocation47' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 345 |
![]() | Missing a Javadoc comment. | 346 |
![]() | Name 'METHOD_getMousePosition48' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 346 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Name 'METHOD_getPopupLocation49' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 347 |
![]() | Missing a Javadoc comment. | 348 |
![]() | Name 'METHOD_getPropertyChangeListeners50' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 348 |
![]() | Missing a Javadoc comment. | 349 |
![]() | Name 'METHOD_getSize51' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 349 |
![]() | Missing a Javadoc comment. | 350 |
![]() | Name 'METHOD_getToolTipLocation52' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 350 |
![]() | Missing a Javadoc comment. | 351 |
![]() | Name 'METHOD_getToolTipText53' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 351 |
![]() | Missing a Javadoc comment. | 352 |
![]() | Name 'METHOD_gotFocus54' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 352 |
![]() | Missing a Javadoc comment. | 353 |
![]() | Name 'METHOD_grabFocus55' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 353 |
![]() | Missing a Javadoc comment. | 354 |
![]() | Name 'METHOD_handleEvent56' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 354 |
![]() | Missing a Javadoc comment. | 355 |
![]() | Name 'METHOD_hasFocus57' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 355 |
![]() | Missing a Javadoc comment. | 356 |
![]() | Name 'METHOD_hide58' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 356 |
![]() | Missing a Javadoc comment. | 357 |
![]() | Name 'METHOD_imageUpdate59' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 357 |
![]() | Missing a Javadoc comment. | 358 |
![]() | Name 'METHOD_insets60' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 358 |
![]() | Missing a Javadoc comment. | 359 |
![]() | Name 'METHOD_inside61' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 359 |
![]() | Missing a Javadoc comment. | 360 |
![]() | Name 'METHOD_invalidate62' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 360 |
![]() | Missing a Javadoc comment. | 361 |
![]() | Name 'METHOD_isAncestorOf63' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 361 |
![]() | Missing a Javadoc comment. | 362 |
![]() | Name 'METHOD_isFocusCycleRoot64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 362 |
![]() | Missing a Javadoc comment. | 363 |
![]() | Name 'METHOD_isLightweightComponent65' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 363 |
![]() | Missing a Javadoc comment. | 364 |
![]() | Name 'METHOD_keyDown66' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 364 |
![]() | Missing a Javadoc comment. | 365 |
![]() | Name 'METHOD_keyUp67' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 365 |
![]() | Missing a Javadoc comment. | 366 |
![]() | Name 'METHOD_layout68' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 366 |
![]() | Missing a Javadoc comment. | 367 |
![]() | Name 'METHOD_list69' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 367 |
![]() | Missing a Javadoc comment. | 368 |
![]() | Name 'METHOD_list70' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 368 |
![]() | Missing a Javadoc comment. | 369 |
![]() | Name 'METHOD_list71' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 369 |
![]() | Missing a Javadoc comment. | 370 |
![]() | Name 'METHOD_list72' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 370 |
![]() | Missing a Javadoc comment. | 371 |
![]() | Name 'METHOD_list73' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 371 |
![]() | Missing a Javadoc comment. | 372 |
![]() | Name 'METHOD_locate74' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 372 |
![]() | Missing a Javadoc comment. | 373 |
![]() | Name 'METHOD_location75' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 373 |
![]() | Missing a Javadoc comment. | 374 |
![]() | Name 'METHOD_lostFocus76' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 374 |
![]() | Missing a Javadoc comment. | 375 |
![]() | Name 'METHOD_minimumSize77' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 375 |
![]() | Missing a Javadoc comment. | 376 |
![]() | Name 'METHOD_mouseDown78' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 376 |
![]() | Missing a Javadoc comment. | 377 |
![]() | Name 'METHOD_mouseDrag79' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 377 |
![]() | Missing a Javadoc comment. | 378 |
![]() | Name 'METHOD_mouseEnter80' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 378 |
![]() | Missing a Javadoc comment. | 379 |
![]() | Name 'METHOD_mouseExit81' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 379 |
![]() | Missing a Javadoc comment. | 380 |
![]() | Name 'METHOD_mouseMove82' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 380 |
![]() | Missing a Javadoc comment. | 381 |
![]() | Name 'METHOD_mouseUp83' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 381 |
![]() | Missing a Javadoc comment. | 382 |
![]() | Name 'METHOD_move84' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 382 |
![]() | Missing a Javadoc comment. | 383 |
![]() | Name 'METHOD_nextFocus85' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 383 |
![]() | Missing a Javadoc comment. | 384 |
![]() | Name 'METHOD_paint86' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 384 |
![]() | Missing a Javadoc comment. | 385 |
![]() | Name 'METHOD_paintAll87' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 385 |
![]() | Missing a Javadoc comment. | 386 |
![]() | Name 'METHOD_paintComponents88' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 386 |
![]() | Missing a Javadoc comment. | 387 |
![]() | Name 'METHOD_paintImmediately89' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 387 |
![]() | Missing a Javadoc comment. | 388 |
![]() | Name 'METHOD_paintImmediately90' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 388 |
![]() | Missing a Javadoc comment. | 389 |
![]() | Name 'METHOD_postEvent91' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 389 |
![]() | Missing a Javadoc comment. | 390 |
![]() | Name 'METHOD_preferredSize92' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 390 |
![]() | Missing a Javadoc comment. | 391 |
![]() | Name 'METHOD_prepareImage93' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 391 |
![]() | Missing a Javadoc comment. | 392 |
![]() | Name 'METHOD_prepareImage94' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 392 |
![]() | Missing a Javadoc comment. | 393 |
![]() | Name 'METHOD_print95' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 393 |
![]() | Missing a Javadoc comment. | 394 |
![]() | Name 'METHOD_printAll96' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 394 |
![]() | Missing a Javadoc comment. | 395 |
![]() | Name 'METHOD_printComponents97' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 395 |
![]() | Missing a Javadoc comment. | 396 |
![]() | Name 'METHOD_putClientProperty98' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 396 |
![]() | Missing a Javadoc comment. | 397 |
![]() | Name 'METHOD_registerKeyboardAction99' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 397 |
![]() | Missing a Javadoc comment. | 398 |
![]() | Name 'METHOD_registerKeyboardAction100' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 398 |
![]() | Missing a Javadoc comment. | 399 |
![]() | Name 'METHOD_remove101' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 399 |
![]() | Missing a Javadoc comment. | 400 |
![]() | Name 'METHOD_remove102' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 400 |
![]() | Missing a Javadoc comment. | 401 |
![]() | Name 'METHOD_remove103' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 401 |
![]() | Missing a Javadoc comment. | 402 |
![]() | Name 'METHOD_removeAll104' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 402 |
![]() | Missing a Javadoc comment. | 403 |
![]() | Name 'METHOD_removeNotify105' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 403 |
![]() | Missing a Javadoc comment. | 404 |
![]() | Name 'METHOD_removePropertyChangeListener106' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 404 |
![]() | Missing a Javadoc comment. | 405 |
![]() | Name 'METHOD_repaint107' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 405 |
![]() | Missing a Javadoc comment. | 406 |
![]() | Name 'METHOD_repaint108' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 406 |
![]() | Missing a Javadoc comment. | 407 |
![]() | Name 'METHOD_repaint109' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 407 |
![]() | Missing a Javadoc comment. | 408 |
![]() | Name 'METHOD_repaint110' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 408 |
![]() | Missing a Javadoc comment. | 409 |
![]() | Name 'METHOD_repaint111' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 409 |
![]() | Missing a Javadoc comment. | 410 |
![]() | Name 'METHOD_requestDefaultFocus112' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 410 |
![]() | Missing a Javadoc comment. | 411 |
![]() | Name 'METHOD_requestFocus113' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 411 |
![]() | Missing a Javadoc comment. | 412 |
![]() | Name 'METHOD_requestFocus114' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 412 |
![]() | Missing a Javadoc comment. | 413 |
![]() | Name 'METHOD_requestFocusInWindow115' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 413 |
![]() | Missing a Javadoc comment. | 414 |
![]() | Name 'METHOD_resetKeyboardActions116' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 414 |
![]() | Missing a Javadoc comment. | 415 |
![]() | Name 'METHOD_reshape117' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 415 |
![]() | Missing a Javadoc comment. | 416 |
![]() | Name 'METHOD_resize118' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 416 |
![]() | Missing a Javadoc comment. | 417 |
![]() | Name 'METHOD_resize119' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 417 |
![]() | Missing a Javadoc comment. | 418 |
![]() | Name 'METHOD_revalidate120' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 418 |
![]() | Missing a Javadoc comment. | 419 |
![]() | Name 'METHOD_scrollRectToVisible121' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 419 |
![]() | Missing a Javadoc comment. | 420 |
![]() | Name 'METHOD_setBounds122' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 420 |
![]() | Missing a Javadoc comment. | 421 |
![]() | Name 'METHOD_setComponentZOrder123' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 421 |
![]() | Missing a Javadoc comment. | 422 |
![]() | Name 'METHOD_setDefaultLocale124' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 422 |
![]() | Missing a Javadoc comment. | 423 |
![]() | Name 'METHOD_show125' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 423 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Name 'METHOD_show126' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 424 |
![]() | Missing a Javadoc comment. | 425 |
![]() | Name 'METHOD_size127' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 425 |
![]() | Missing a Javadoc comment. | 426 |
![]() | Name 'METHOD_toString128' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 426 |
![]() | Missing a Javadoc comment. | 427 |
![]() | Name 'METHOD_transferFocus129' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 427 |
![]() | Missing a Javadoc comment. | 428 |
![]() | Name 'METHOD_transferFocusBackward130' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 428 |
![]() | Missing a Javadoc comment. | 429 |
![]() | Name 'METHOD_transferFocusDownCycle131' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 429 |
![]() | Missing a Javadoc comment. | 430 |
![]() | Name 'METHOD_transferFocusUpCycle132' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 430 |
![]() | Missing a Javadoc comment. | 431 |
![]() | Name 'METHOD_unregisterKeyboardAction133' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 431 |
![]() | Missing a Javadoc comment. | 432 |
![]() | Name 'METHOD_update134' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 432 |
![]() | Missing a Javadoc comment. | 433 |
![]() | Name 'METHOD_updateUI135' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 433 |
![]() | Missing a Javadoc comment. | 434 |
![]() | Name 'METHOD_validate136' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 434 |
![]() | Line has trailing spaces. | 436 |
![]() | Method length is 284 lines (max allowed is 150). | 438 |
![]() | Missing a Javadoc comment. | 438 |
![]() | '{' is not preceded with whitespace. | 438 |
![]() | '137' is a magic number. | 439 |
![]() | Line has trailing spaces. | 440 |
![]() | Line is longer than 80 characters. | 442 |
![]() | '(' is preceded with whitespace. | 443 |
![]() | '(' is followed by whitespace. | 443 |
![]() | ')' is preceded with whitespace. | 443 |
![]() | Line is longer than 80 characters. | 444 |
![]() | '(' is preceded with whitespace. | 445 |
![]() | '(' is followed by whitespace. | 445 |
![]() | ')' is preceded with whitespace. | 445 |
![]() | Line is longer than 80 characters. | 446 |
![]() | '(' is preceded with whitespace. | 447 |
![]() | '(' is followed by whitespace. | 447 |
![]() | ')' is preceded with whitespace. | 447 |
![]() | Line is longer than 80 characters. | 448 |
![]() | '(' is preceded with whitespace. | 449 |
![]() | '(' is followed by whitespace. | 449 |
![]() | ')' is preceded with whitespace. | 449 |
![]() | Line is longer than 80 characters. | 450 |
![]() | '(' is preceded with whitespace. | 451 |
![]() | '(' is followed by whitespace. | 451 |
![]() | ')' is preceded with whitespace. | 451 |
![]() | Line is longer than 80 characters. | 452 |
![]() | '(' is preceded with whitespace. | 453 |
![]() | '(' is followed by whitespace. | 453 |
![]() | ')' is preceded with whitespace. | 453 |
![]() | Line is longer than 80 characters. | 454 |
![]() | '(' is preceded with whitespace. | 455 |
![]() | '(' is followed by whitespace. | 455 |
![]() | ')' is preceded with whitespace. | 455 |
![]() | Line is longer than 80 characters. | 456 |
![]() | '(' is preceded with whitespace. | 457 |
![]() | '(' is followed by whitespace. | 457 |
![]() | ')' is preceded with whitespace. | 457 |
![]() | Line is longer than 80 characters. | 458 |
![]() | '(' is preceded with whitespace. | 459 |
![]() | '(' is followed by whitespace. | 459 |
![]() | ')' is preceded with whitespace. | 459 |
![]() | Line is longer than 80 characters. | 460 |
![]() | '(' is preceded with whitespace. | 461 |
![]() | '(' is followed by whitespace. | 461 |
![]() | ')' is preceded with whitespace. | 461 |
![]() | Line is longer than 80 characters. | 462 |
![]() | '(' is preceded with whitespace. | 463 |
![]() | '(' is followed by whitespace. | 463 |
![]() | ')' is preceded with whitespace. | 463 |
![]() | Line is longer than 80 characters. | 464 |
![]() | '(' is preceded with whitespace. | 465 |
![]() | '(' is followed by whitespace. | 465 |
![]() | ')' is preceded with whitespace. | 465 |
![]() | Line is longer than 80 characters. | 466 |
![]() | '(' is preceded with whitespace. | 467 |
![]() | '(' is followed by whitespace. | 467 |
![]() | ')' is preceded with whitespace. | 467 |
![]() | Line is longer than 80 characters. | 468 |
![]() | '(' is preceded with whitespace. | 469 |
![]() | '(' is followed by whitespace. | 469 |
![]() | ')' is preceded with whitespace. | 469 |
![]() | Line is longer than 80 characters. | 470 |
![]() | '(' is preceded with whitespace. | 471 |
![]() | '(' is followed by whitespace. | 471 |
![]() | ')' is preceded with whitespace. | 471 |
![]() | Line is longer than 80 characters. | 472 |
![]() | '(' is preceded with whitespace. | 473 |
![]() | '(' is followed by whitespace. | 473 |
![]() | ')' is preceded with whitespace. | 473 |
![]() | Line is longer than 80 characters. | 474 |
![]() | '(' is preceded with whitespace. | 475 |
![]() | '(' is followed by whitespace. | 475 |
![]() | ')' is preceded with whitespace. | 475 |
![]() | Line is longer than 80 characters. | 476 |
![]() | '(' is preceded with whitespace. | 477 |
![]() | '(' is followed by whitespace. | 477 |
![]() | ')' is preceded with whitespace. | 477 |
![]() | Line is longer than 80 characters. | 478 |
![]() | '(' is preceded with whitespace. | 479 |
![]() | '(' is followed by whitespace. | 479 |
![]() | ')' is preceded with whitespace. | 479 |
![]() | Line is longer than 80 characters. | 480 |
![]() | '(' is preceded with whitespace. | 481 |
![]() | '(' is followed by whitespace. | 481 |
![]() | ')' is preceded with whitespace. | 481 |
![]() | Line is longer than 80 characters. | 482 |
![]() | '(' is preceded with whitespace. | 483 |
![]() | '(' is followed by whitespace. | 483 |
![]() | ')' is preceded with whitespace. | 483 |
![]() | Line is longer than 80 characters. | 484 |
![]() | '(' is preceded with whitespace. | 485 |
![]() | '(' is followed by whitespace. | 485 |
![]() | ')' is preceded with whitespace. | 485 |
![]() | Line is longer than 80 characters. | 486 |
![]() | '(' is preceded with whitespace. | 487 |
![]() | '(' is followed by whitespace. | 487 |
![]() | ')' is preceded with whitespace. | 487 |
![]() | Line is longer than 80 characters. | 488 |
![]() | '(' is preceded with whitespace. | 489 |
![]() | '(' is followed by whitespace. | 489 |
![]() | ')' is preceded with whitespace. | 489 |
![]() | Line is longer than 80 characters. | 490 |
![]() | '(' is preceded with whitespace. | 491 |
![]() | '(' is followed by whitespace. | 491 |
![]() | ')' is preceded with whitespace. | 491 |
![]() | Line is longer than 80 characters. | 492 |
![]() | '(' is preceded with whitespace. | 493 |
![]() | '(' is followed by whitespace. | 493 |
![]() | ')' is preceded with whitespace. | 493 |
![]() | Line is longer than 80 characters. | 494 |
![]() | '(' is preceded with whitespace. | 495 |
![]() | '(' is followed by whitespace. | 495 |
![]() | ')' is preceded with whitespace. | 495 |
![]() | Line is longer than 80 characters. | 496 |
![]() | '(' is preceded with whitespace. | 497 |
![]() | '(' is followed by whitespace. | 497 |
![]() | ')' is preceded with whitespace. | 497 |
![]() | Line is longer than 80 characters. | 498 |
![]() | '(' is preceded with whitespace. | 499 |
![]() | '(' is followed by whitespace. | 499 |
![]() | ')' is preceded with whitespace. | 499 |
![]() | Line is longer than 80 characters. | 500 |
![]() | '(' is preceded with whitespace. | 501 |
![]() | '(' is followed by whitespace. | 501 |
![]() | ')' is preceded with whitespace. | 501 |
![]() | Line is longer than 80 characters. | 502 |
![]() | '(' is preceded with whitespace. | 503 |
![]() | '(' is followed by whitespace. | 503 |
![]() | ')' is preceded with whitespace. | 503 |
![]() | Line is longer than 80 characters. | 504 |
![]() | '(' is preceded with whitespace. | 505 |
![]() | '(' is followed by whitespace. | 505 |
![]() | ')' is preceded with whitespace. | 505 |
![]() | Line is longer than 80 characters. | 506 |
![]() | '(' is preceded with whitespace. | 507 |
![]() | '(' is followed by whitespace. | 507 |
![]() | ')' is preceded with whitespace. | 507 |
![]() | Line is longer than 80 characters. | 508 |
![]() | '(' is preceded with whitespace. | 509 |
![]() | '(' is followed by whitespace. | 509 |
![]() | ')' is preceded with whitespace. | 509 |
![]() | Line is longer than 80 characters. | 510 |
![]() | '(' is preceded with whitespace. | 511 |
![]() | '(' is followed by whitespace. | 511 |
![]() | ')' is preceded with whitespace. | 511 |
![]() | Line is longer than 80 characters. | 512 |
![]() | '(' is preceded with whitespace. | 513 |
![]() | '(' is followed by whitespace. | 513 |
![]() | ')' is preceded with whitespace. | 513 |
![]() | Line is longer than 80 characters. | 514 |
![]() | '(' is preceded with whitespace. | 515 |
![]() | '(' is followed by whitespace. | 515 |
![]() | ')' is preceded with whitespace. | 515 |
![]() | Line is longer than 80 characters. | 516 |
![]() | '(' is preceded with whitespace. | 517 |
![]() | '(' is followed by whitespace. | 517 |
![]() | ')' is preceded with whitespace. | 517 |
![]() | Line is longer than 80 characters. | 518 |
![]() | '(' is preceded with whitespace. | 519 |
![]() | '(' is followed by whitespace. | 519 |
![]() | ')' is preceded with whitespace. | 519 |
![]() | Line is longer than 80 characters. | 520 |
![]() | '(' is preceded with whitespace. | 521 |
![]() | '(' is followed by whitespace. | 521 |
![]() | ')' is preceded with whitespace. | 521 |
![]() | Line is longer than 80 characters. | 522 |
![]() | '(' is preceded with whitespace. | 523 |
![]() | '(' is followed by whitespace. | 523 |
![]() | ')' is preceded with whitespace. | 523 |
![]() | Line is longer than 80 characters. | 524 |
![]() | '(' is preceded with whitespace. | 525 |
![]() | '(' is followed by whitespace. | 525 |
![]() | ')' is preceded with whitespace. | 525 |
![]() | Line is longer than 80 characters. | 526 |
![]() | '(' is preceded with whitespace. | 527 |
![]() | '(' is followed by whitespace. | 527 |
![]() | ')' is preceded with whitespace. | 527 |
![]() | Line is longer than 80 characters. | 528 |
![]() | '(' is preceded with whitespace. | 529 |
![]() | '(' is followed by whitespace. | 529 |
![]() | ')' is preceded with whitespace. | 529 |
![]() | Line is longer than 80 characters. | 530 |
![]() | '(' is preceded with whitespace. | 531 |
![]() | '(' is followed by whitespace. | 531 |
![]() | ')' is preceded with whitespace. | 531 |
![]() | Line is longer than 80 characters. | 532 |
![]() | '(' is preceded with whitespace. | 533 |
![]() | '(' is followed by whitespace. | 533 |
![]() | ')' is preceded with whitespace. | 533 |
![]() | Line is longer than 80 characters. | 534 |
![]() | '(' is preceded with whitespace. | 535 |
![]() | '(' is followed by whitespace. | 535 |
![]() | ')' is preceded with whitespace. | 535 |
![]() | Line is longer than 80 characters. | 536 |
![]() | '(' is preceded with whitespace. | 537 |
![]() | '(' is followed by whitespace. | 537 |
![]() | ')' is preceded with whitespace. | 537 |
![]() | Line is longer than 80 characters. | 538 |
![]() | '(' is preceded with whitespace. | 539 |
![]() | '(' is followed by whitespace. | 539 |
![]() | ')' is preceded with whitespace. | 539 |
![]() | Line is longer than 80 characters. | 540 |
![]() | '(' is preceded with whitespace. | 541 |
![]() | '(' is followed by whitespace. | 541 |
![]() | ')' is preceded with whitespace. | 541 |
![]() | Line is longer than 80 characters. | 542 |
![]() | '(' is preceded with whitespace. | 543 |
![]() | '(' is followed by whitespace. | 543 |
![]() | ')' is preceded with whitespace. | 543 |
![]() | Line is longer than 80 characters. | 544 |
![]() | '(' is preceded with whitespace. | 545 |
![]() | '(' is followed by whitespace. | 545 |
![]() | ')' is preceded with whitespace. | 545 |
![]() | Line is longer than 80 characters. | 546 |
![]() | '(' is preceded with whitespace. | 547 |
![]() | '(' is followed by whitespace. | 547 |
![]() | ')' is preceded with whitespace. | 547 |
![]() | Line is longer than 80 characters. | 548 |
![]() | '(' is preceded with whitespace. | 549 |
![]() | '(' is followed by whitespace. | 549 |
![]() | ')' is preceded with whitespace. | 549 |
![]() | Line is longer than 80 characters. | 550 |
![]() | '(' is preceded with whitespace. | 551 |
![]() | '(' is followed by whitespace. | 551 |
![]() | ')' is preceded with whitespace. | 551 |
![]() | Line is longer than 80 characters. | 552 |
![]() | '(' is preceded with whitespace. | 553 |
![]() | '(' is followed by whitespace. | 553 |
![]() | ')' is preceded with whitespace. | 553 |
![]() | Line is longer than 80 characters. | 554 |
![]() | '(' is preceded with whitespace. | 555 |
![]() | '(' is followed by whitespace. | 555 |
![]() | ')' is preceded with whitespace. | 555 |
![]() | Line is longer than 80 characters. | 556 |
![]() | '(' is preceded with whitespace. | 557 |
![]() | '(' is followed by whitespace. | 557 |
![]() | ')' is preceded with whitespace. | 557 |
![]() | Line is longer than 80 characters. | 558 |
![]() | '(' is preceded with whitespace. | 559 |
![]() | '(' is followed by whitespace. | 559 |
![]() | ')' is preceded with whitespace. | 559 |
![]() | Line is longer than 80 characters. | 560 |
![]() | '(' is preceded with whitespace. | 561 |
![]() | '(' is followed by whitespace. | 561 |
![]() | ')' is preceded with whitespace. | 561 |
![]() | Line is longer than 80 characters. | 562 |
![]() | '(' is preceded with whitespace. | 563 |
![]() | '(' is followed by whitespace. | 563 |
![]() | ')' is preceded with whitespace. | 563 |
![]() | Line is longer than 80 characters. | 564 |
![]() | '(' is preceded with whitespace. | 565 |
![]() | '(' is followed by whitespace. | 565 |
![]() | ')' is preceded with whitespace. | 565 |
![]() | Line is longer than 80 characters. | 566 |
![]() | '(' is preceded with whitespace. | 567 |
![]() | '(' is followed by whitespace. | 567 |
![]() | ')' is preceded with whitespace. | 567 |
![]() | Line is longer than 80 characters. | 568 |
![]() | '(' is preceded with whitespace. | 569 |
![]() | '(' is followed by whitespace. | 569 |
![]() | ')' is preceded with whitespace. | 569 |
![]() | Line is longer than 80 characters. | 570 |
![]() | '(' is preceded with whitespace. | 571 |
![]() | '(' is followed by whitespace. | 571 |
![]() | ')' is preceded with whitespace. | 571 |
![]() | Line is longer than 80 characters. | 572 |
![]() | '(' is preceded with whitespace. | 573 |
![]() | '(' is followed by whitespace. | 573 |
![]() | ')' is preceded with whitespace. | 573 |
![]() | Line is longer than 80 characters. | 574 |
![]() | '(' is preceded with whitespace. | 575 |
![]() | '(' is followed by whitespace. | 575 |
![]() | ')' is preceded with whitespace. | 575 |
![]() | Line is longer than 80 characters. | 576 |
![]() | '(' is preceded with whitespace. | 577 |
![]() | '(' is followed by whitespace. | 577 |
![]() | ')' is preceded with whitespace. | 577 |
![]() | Line is longer than 80 characters. | 578 |
![]() | '(' is preceded with whitespace. | 579 |
![]() | '(' is followed by whitespace. | 579 |
![]() | ')' is preceded with whitespace. | 579 |
![]() | Line is longer than 80 characters. | 580 |
![]() | '(' is preceded with whitespace. | 581 |
![]() | '(' is followed by whitespace. | 581 |
![]() | ')' is preceded with whitespace. | 581 |
![]() | Line is longer than 80 characters. | 582 |
![]() | '(' is preceded with whitespace. | 583 |
![]() | '(' is followed by whitespace. | 583 |
![]() | ')' is preceded with whitespace. | 583 |
![]() | Line is longer than 80 characters. | 584 |
![]() | '(' is preceded with whitespace. | 585 |
![]() | '(' is followed by whitespace. | 585 |
![]() | ')' is preceded with whitespace. | 585 |
![]() | Line is longer than 80 characters. | 586 |
![]() | '(' is preceded with whitespace. | 587 |
![]() | '(' is followed by whitespace. | 587 |
![]() | ')' is preceded with whitespace. | 587 |
![]() | Line is longer than 80 characters. | 588 |
![]() | '(' is preceded with whitespace. | 589 |
![]() | '(' is followed by whitespace. | 589 |
![]() | ')' is preceded with whitespace. | 589 |
![]() | Line is longer than 80 characters. | 590 |
![]() | '(' is preceded with whitespace. | 591 |
![]() | '(' is followed by whitespace. | 591 |
![]() | ')' is preceded with whitespace. | 591 |
![]() | Line is longer than 80 characters. | 592 |
![]() | '(' is preceded with whitespace. | 593 |
![]() | '(' is followed by whitespace. | 593 |
![]() | ')' is preceded with whitespace. | 593 |
![]() | Line is longer than 80 characters. | 594 |
![]() | '(' is preceded with whitespace. | 595 |
![]() | '(' is followed by whitespace. | 595 |
![]() | ')' is preceded with whitespace. | 595 |
![]() | Line is longer than 80 characters. | 596 |
![]() | '(' is preceded with whitespace. | 597 |
![]() | '(' is followed by whitespace. | 597 |
![]() | ')' is preceded with whitespace. | 597 |
![]() | Line is longer than 80 characters. | 598 |
![]() | '(' is preceded with whitespace. | 599 |
![]() | '(' is followed by whitespace. | 599 |
![]() | ')' is preceded with whitespace. | 599 |
![]() | Line is longer than 80 characters. | 600 |
![]() | '(' is preceded with whitespace. | 601 |
![]() | '(' is followed by whitespace. | 601 |
![]() | ')' is preceded with whitespace. | 601 |
![]() | Line is longer than 80 characters. | 602 |
![]() | '(' is preceded with whitespace. | 603 |
![]() | '(' is followed by whitespace. | 603 |
![]() | ')' is preceded with whitespace. | 603 |
![]() | Line is longer than 80 characters. | 604 |
![]() | '(' is preceded with whitespace. | 605 |
![]() | '(' is followed by whitespace. | 605 |
![]() | ')' is preceded with whitespace. | 605 |
![]() | Line is longer than 80 characters. | 606 |
![]() | '(' is preceded with whitespace. | 607 |
![]() | '(' is followed by whitespace. | 607 |
![]() | ')' is preceded with whitespace. | 607 |
![]() | Line is longer than 80 characters. | 608 |
![]() | '(' is preceded with whitespace. | 609 |
![]() | '(' is followed by whitespace. | 609 |
![]() | ')' is preceded with whitespace. | 609 |
![]() | Line is longer than 80 characters. | 610 |
![]() | '(' is preceded with whitespace. | 611 |
![]() | '(' is followed by whitespace. | 611 |
![]() | ')' is preceded with whitespace. | 611 |
![]() | Line is longer than 80 characters. | 612 |
![]() | '(' is preceded with whitespace. | 613 |
![]() | '(' is followed by whitespace. | 613 |
![]() | ')' is preceded with whitespace. | 613 |
![]() | Line is longer than 80 characters. | 614 |
![]() | '(' is preceded with whitespace. | 615 |
![]() | '(' is followed by whitespace. | 615 |
![]() | ')' is preceded with whitespace. | 615 |
![]() | Line is longer than 80 characters. | 616 |
![]() | '(' is preceded with whitespace. | 617 |
![]() | '(' is followed by whitespace. | 617 |
![]() | ')' is preceded with whitespace. | 617 |
![]() | Line is longer than 80 characters. | 618 |
![]() | '(' is preceded with whitespace. | 619 |
![]() | '(' is followed by whitespace. | 619 |
![]() | ')' is preceded with whitespace. | 619 |
![]() | Line is longer than 80 characters. | 620 |
![]() | '(' is preceded with whitespace. | 621 |
![]() | '(' is followed by whitespace. | 621 |
![]() | ')' is preceded with whitespace. | 621 |
![]() | Line is longer than 80 characters. | 622 |
![]() | '(' is preceded with whitespace. | 623 |
![]() | '(' is followed by whitespace. | 623 |
![]() | ')' is preceded with whitespace. | 623 |
![]() | Line is longer than 80 characters. | 624 |
![]() | '(' is preceded with whitespace. | 625 |
![]() | '(' is followed by whitespace. | 625 |
![]() | ')' is preceded with whitespace. | 625 |
![]() | Line is longer than 80 characters. | 626 |
![]() | '(' is preceded with whitespace. | 627 |
![]() | '(' is followed by whitespace. | 627 |
![]() | ')' is preceded with whitespace. | 627 |
![]() | Line is longer than 80 characters. | 628 |
![]() | '(' is preceded with whitespace. | 629 |
![]() | '(' is followed by whitespace. | 629 |
![]() | ')' is preceded with whitespace. | 629 |
![]() | Line is longer than 80 characters. | 630 |
![]() | '(' is preceded with whitespace. | 631 |
![]() | '(' is followed by whitespace. | 631 |
![]() | ')' is preceded with whitespace. | 631 |
![]() | Line is longer than 80 characters. | 632 |
![]() | '(' is preceded with whitespace. | 633 |
![]() | '(' is followed by whitespace. | 633 |
![]() | ')' is preceded with whitespace. | 633 |
![]() | Line is longer than 80 characters. | 634 |
![]() | '(' is preceded with whitespace. | 635 |
![]() | '(' is followed by whitespace. | 635 |
![]() | ')' is preceded with whitespace. | 635 |
![]() | Line is longer than 80 characters. | 636 |
![]() | '(' is preceded with whitespace. | 637 |
![]() | '(' is followed by whitespace. | 637 |
![]() | ')' is preceded with whitespace. | 637 |
![]() | Line is longer than 80 characters. | 638 |
![]() | '(' is preceded with whitespace. | 639 |
![]() | '(' is followed by whitespace. | 639 |
![]() | ')' is preceded with whitespace. | 639 |
![]() | Line is longer than 80 characters. | 640 |
![]() | '(' is preceded with whitespace. | 641 |
![]() | '(' is followed by whitespace. | 641 |
![]() | ')' is preceded with whitespace. | 641 |
![]() | Line is longer than 80 characters. | 642 |
![]() | '(' is preceded with whitespace. | 643 |
![]() | '(' is followed by whitespace. | 643 |
![]() | ')' is preceded with whitespace. | 643 |
![]() | Line is longer than 80 characters. | 644 |
![]() | '(' is preceded with whitespace. | 645 |
![]() | '(' is followed by whitespace. | 645 |
![]() | ')' is preceded with whitespace. | 645 |
![]() | Line is longer than 80 characters. | 646 |
![]() | '(' is preceded with whitespace. | 647 |
![]() | '(' is followed by whitespace. | 647 |
![]() | ')' is preceded with whitespace. | 647 |
![]() | Line is longer than 80 characters. | 648 |
![]() | '(' is preceded with whitespace. | 649 |
![]() | '(' is followed by whitespace. | 649 |
![]() | ')' is preceded with whitespace. | 649 |
![]() | Line is longer than 80 characters. | 650 |
![]() | '(' is preceded with whitespace. | 651 |
![]() | '(' is followed by whitespace. | 651 |
![]() | ')' is preceded with whitespace. | 651 |
![]() | Line is longer than 80 characters. | 652 |
![]() | '(' is preceded with whitespace. | 653 |
![]() | '(' is followed by whitespace. | 653 |
![]() | ')' is preceded with whitespace. | 653 |
![]() | Line is longer than 80 characters. | 654 |
![]() | Line is longer than 80 characters. | 655 |
![]() | '(' is preceded with whitespace. | 655 |
![]() | '(' is followed by whitespace. | 655 |
![]() | ')' is preceded with whitespace. | 655 |
![]() | Line is longer than 80 characters. | 656 |
![]() | '(' is preceded with whitespace. | 657 |
![]() | '(' is followed by whitespace. | 657 |
![]() | ')' is preceded with whitespace. | 657 |
![]() | Line is longer than 80 characters. | 658 |
![]() | '(' is preceded with whitespace. | 659 |
![]() | '(' is followed by whitespace. | 659 |
![]() | ')' is preceded with whitespace. | 659 |
![]() | Line is longer than 80 characters. | 660 |
![]() | '(' is preceded with whitespace. | 661 |
![]() | '(' is followed by whitespace. | 661 |
![]() | ')' is preceded with whitespace. | 661 |
![]() | Line is longer than 80 characters. | 662 |
![]() | '(' is preceded with whitespace. | 663 |
![]() | '(' is followed by whitespace. | 663 |
![]() | ')' is preceded with whitespace. | 663 |
![]() | Line is longer than 80 characters. | 664 |
![]() | '(' is preceded with whitespace. | 665 |
![]() | '(' is followed by whitespace. | 665 |
![]() | ')' is preceded with whitespace. | 665 |
![]() | Line is longer than 80 characters. | 666 |
![]() | '(' is preceded with whitespace. | 667 |
![]() | '(' is followed by whitespace. | 667 |
![]() | ')' is preceded with whitespace. | 667 |
![]() | Line is longer than 80 characters. | 668 |
![]() | '(' is preceded with whitespace. | 669 |
![]() | '(' is followed by whitespace. | 669 |
![]() | ')' is preceded with whitespace. | 669 |
![]() | Line is longer than 80 characters. | 670 |
![]() | '(' is preceded with whitespace. | 671 |
![]() | '(' is followed by whitespace. | 671 |
![]() | ')' is preceded with whitespace. | 671 |
![]() | Line is longer than 80 characters. | 672 |
![]() | '(' is preceded with whitespace. | 673 |
![]() | '(' is followed by whitespace. | 673 |
![]() | ')' is preceded with whitespace. | 673 |
![]() | Line is longer than 80 characters. | 674 |
![]() | '(' is preceded with whitespace. | 675 |
![]() | '(' is followed by whitespace. | 675 |
![]() | ')' is preceded with whitespace. | 675 |
![]() | Line is longer than 80 characters. | 676 |
![]() | '(' is preceded with whitespace. | 677 |
![]() | '(' is followed by whitespace. | 677 |
![]() | ')' is preceded with whitespace. | 677 |
![]() | Line is longer than 80 characters. | 678 |
![]() | '(' is preceded with whitespace. | 679 |
![]() | '(' is followed by whitespace. | 679 |
![]() | ')' is preceded with whitespace. | 679 |
![]() | Line is longer than 80 characters. | 680 |
![]() | '(' is preceded with whitespace. | 681 |
![]() | '(' is followed by whitespace. | 681 |
![]() | ')' is preceded with whitespace. | 681 |
![]() | Line is longer than 80 characters. | 682 |
![]() | '(' is preceded with whitespace. | 683 |
![]() | '(' is followed by whitespace. | 683 |
![]() | ')' is preceded with whitespace. | 683 |
![]() | Line is longer than 80 characters. | 684 |
![]() | '(' is preceded with whitespace. | 685 |
![]() | '(' is followed by whitespace. | 685 |
![]() | ')' is preceded with whitespace. | 685 |
![]() | Line is longer than 80 characters. | 686 |
![]() | '(' is preceded with whitespace. | 687 |
![]() | '(' is followed by whitespace. | 687 |
![]() | ')' is preceded with whitespace. | 687 |
![]() | Line is longer than 80 characters. | 688 |
![]() | '(' is preceded with whitespace. | 689 |
![]() | '(' is followed by whitespace. | 689 |
![]() | ')' is preceded with whitespace. | 689 |
![]() | Line is longer than 80 characters. | 690 |
![]() | '(' is preceded with whitespace. | 691 |
![]() | '(' is followed by whitespace. | 691 |
![]() | ')' is preceded with whitespace. | 691 |
![]() | Line is longer than 80 characters. | 692 |
![]() | '(' is preceded with whitespace. | 693 |
![]() | '(' is followed by whitespace. | 693 |
![]() | ')' is preceded with whitespace. | 693 |
![]() | Line is longer than 80 characters. | 694 |
![]() | '(' is preceded with whitespace. | 695 |
![]() | '(' is followed by whitespace. | 695 |
![]() | ')' is preceded with whitespace. | 695 |
![]() | Line is longer than 80 characters. | 696 |
![]() | '(' is preceded with whitespace. | 697 |
![]() | '(' is followed by whitespace. | 697 |
![]() | ')' is preceded with whitespace. | 697 |
![]() | Line is longer than 80 characters. | 698 |
![]() | '(' is preceded with whitespace. | 699 |
![]() | '(' is followed by whitespace. | 699 |
![]() | ')' is preceded with whitespace. | 699 |
![]() | Line is longer than 80 characters. | 700 |
![]() | '(' is preceded with whitespace. | 701 |
![]() | '(' is followed by whitespace. | 701 |
![]() | ')' is preceded with whitespace. | 701 |
![]() | Line is longer than 80 characters. | 702 |
![]() | '(' is preceded with whitespace. | 703 |
![]() | '(' is followed by whitespace. | 703 |
![]() | ')' is preceded with whitespace. | 703 |
![]() | Line is longer than 80 characters. | 704 |
![]() | '(' is preceded with whitespace. | 705 |
![]() | '(' is followed by whitespace. | 705 |
![]() | ')' is preceded with whitespace. | 705 |
![]() | Line is longer than 80 characters. | 706 |
![]() | '(' is preceded with whitespace. | 707 |
![]() | '(' is followed by whitespace. | 707 |
![]() | ')' is preceded with whitespace. | 707 |
![]() | Line is longer than 80 characters. | 708 |
![]() | '(' is preceded with whitespace. | 709 |
![]() | '(' is followed by whitespace. | 709 |
![]() | ')' is preceded with whitespace. | 709 |
![]() | Line is longer than 80 characters. | 710 |
![]() | '(' is preceded with whitespace. | 711 |
![]() | '(' is followed by whitespace. | 711 |
![]() | ')' is preceded with whitespace. | 711 |
![]() | Line is longer than 80 characters. | 712 |
![]() | '(' is preceded with whitespace. | 713 |
![]() | '(' is followed by whitespace. | 713 |
![]() | ')' is preceded with whitespace. | 713 |
![]() | Line is longer than 80 characters. | 714 |
![]() | '(' is preceded with whitespace. | 715 |
![]() | '(' is followed by whitespace. | 715 |
![]() | ')' is preceded with whitespace. | 715 |
![]() | '}' should be on the same line. | 716 |
![]() | 'catch' is not followed by whitespace. | 717 |
![]() | '(' is followed by whitespace. | 717 |
![]() | Must have at least one statement. | 717 |
![]() | '{' is not followed by whitespace. | 717 |
![]() | '}' is not preceded with whitespace. | 717 |
![]() | '}' is not followed by whitespace. | 717 |
![]() | '}' is not followed by whitespace. | 721 |
![]() | Missing a Javadoc comment. | 722 |
![]() | ';' is not followed by whitespace. | 722 |
![]() | Missing a Javadoc comment. | 723 |
![]() | Missing a Javadoc comment. | 724 |
![]() | Missing a Javadoc comment. | 725 |
![]() | ';' is not followed by whitespace. | 725 |
![]() | Missing a Javadoc comment. | 726 |
![]() | ';' is not followed by whitespace. | 726 |
![]() | Missing a Javadoc comment. | 727 |
![]() | Missing a Javadoc comment. | 728 |
![]() | Missing a Javadoc comment. | 729 |
![]() | ';' is not followed by whitespace. | 729 |
![]() | Missing a Javadoc comment. | 730 |
![]() | Name 'defaultPropertyIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 730 |
![]() | ';' is not followed by whitespace. | 730 |
![]() | Missing a Javadoc comment. | 731 |
![]() | Name 'defaultEventIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 731 |
![]() | ';' is not followed by whitespace. | 731 |
![]() | Method 'getBeanDescriptor' is not designed for extension - needs to be abstract, final or empty. | 744 |
![]() | Method 'getPropertyDescriptors' is not designed for extension - needs to be abstract, final or empty. | 761 |
![]() | Method 'getEventSetDescriptors' is not designed for extension - needs to be abstract, final or empty. | 774 |
![]() | Method 'getMethodDescriptors' is not designed for extension - needs to be abstract, final or empty. | 787 |
![]() | Line is longer than 80 characters. | 798 |
![]() | Line contains a tab character. | 798 |
![]() | Method 'getDefaultPropertyIndex' is not designed for extension - needs to be abstract, final or empty. | 801 |
![]() | Line contains a tab character. | 811 |
![]() | Method 'getDefaultEventIndex' is not designed for extension - needs to be abstract, final or empty. | 813 |
![]() | Method 'getIcon' is not designed for extension - needs to be abstract, final or empty. | 834 |
![]() | Parameter iconKind should be final. | 835 |
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 |
![]() | Unable to get class information for CopyStreamException. | 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 |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Using the '.*' form of import should be avoided - javax.swing.table.*. | 18 |
![]() | Class TableModelFoto should be declared as final. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Name 'instancia' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Parameter column should be final. | 60 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Parameter line should be final. | 96 |
![]() | Parameter column should be final. | 96 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Parameter value should be final. | 108 |
![]() | Parameter line should be final. | 108 |
![]() | Parameter column should be final. | 108 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Comment matches to-do format 'TODO:'. | 149 |
![]() | Parameter line should be final. | 155 |
![]() | Parameter column should be final. | 155 |
![]() | Parameter column should be final. | 169 |
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 |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line has trailing spaces. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line has trailing spaces. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line has trailing spaces. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line has trailing spaces. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line has trailing spaces. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Method 'getCategoriasVO' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Method 'setCategoriasVO' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter categoriasVO should be final. | 82 |
![]() | 'categoriasVO' hides a field. | 82 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter nmalbum should be final. | 90 |
![]() | 'nmalbum' hides a field. | 90 |
![]() | Parameter descricao should be final. | 90 |
![]() | 'descricao' hides a field. | 90 |
![]() | Parameter dtInsercao should be final. | 90 |
![]() | 'dtInsercao' hides a field. | 90 |
![]() | Parameter categoriasVO should be final. | 90 |
![]() | 'categoriasVO' hides a field. | 90 |
![]() | Parameter photos should be final. | 90 |
![]() | 'photos' hides a field. | 90 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter key should be final. | 98 |
![]() | Parameter nmalbum should be final. | 98 |
![]() | 'nmalbum' hides a field. | 98 |
![]() | Parameter descricao should be final. | 98 |
![]() | 'descricao' hides a field. | 98 |
![]() | Parameter dtInsercao should be final. | 98 |
![]() | 'dtInsercao' hides a field. | 98 |
![]() | Parameter categoriasVO should be final. | 98 |
![]() | 'categoriasVO' hides a field. | 98 |
![]() | Parameter photos should be final. | 98 |
![]() | 'photos' hides a field. | 98 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter key should be final. | 107 |
![]() | Expected an @return tag. | 115 |
![]() | Method 'getAlbumid' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Method 'setAlbumid' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Parameter albumid should be final. | 123 |
![]() | 'albumid' hides a field. | 123 |
![]() | Expected @param tag for 'albumid'. | 123 |
![]() | Expected an @return tag. | 131 |
![]() | Method 'getNmalbum' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Method 'setNmalbum' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Parameter nmalbum should be final. | 139 |
![]() | 'nmalbum' hides a field. | 139 |
![]() | Expected @param tag for 'nmalbum'. | 139 |
![]() | Method 'getDescricao' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Method 'setDescricao' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Parameter descricao should be final. | 153 |
![]() | 'descricao' hides a field. | 153 |
![]() | Expected an @return tag. | 161 |
![]() | Method 'getDtInsercao' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Method 'setDtInsercao' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Parameter dtInsercao should be final. | 169 |
![]() | 'dtInsercao' hides a field. | 169 |
![]() | Expected @param tag for 'dtInsercao'. | 169 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Avoid inline conditionals. | 176 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Parameter object should be final. | 181 |
![]() | Comment matches to-do format 'TODO:'. | 182 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Method 'getPhotos' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Method 'addPhotos' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() | Parameter photos should be final. | 208 |
![]() | 'photos' hides a field. | 208 |
![]() | Method 'addPhoto' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Parameter photos should be final. | 215 |
![]() | 'photos' hides a field. | 215 |
![]() | Method 'getPhotoBy' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Parameter id should be final. | 224 |
![]() | Expected @param tag for 'id'. | 224 |
![]() | First sentence should end with a period. | 228 |
![]() | Method 'removePhotoBy' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Parameter id should be final. | 234 |
![]() | Expected @param tag for 'id'. | 234 |
![]() | Expected an @return tag. | 242 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 242 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 23 |
![]() | Line has trailing spaces. | 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. | 36 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter key should be final. | 41 |
![]() | 'key' hides a field. | 41 |
![]() | Method 'withAlbumName' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter nmalbum should be final. | 46 |
![]() | 'nmalbum' hides a field. | 46 |
![]() | Method 'withDescription' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter descricao should be final. | 51 |
![]() | 'descricao' hides a field. | 51 |
![]() | Method 'withCreationDate' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter dtInsercao should be final. | 56 |
![]() | 'dtInsercao' hides a field. | 56 |
![]() | Method 'withCategory' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter categoriasVO should be final. | 61 |
![]() | 'categoriasVO' hides a field. | 61 |
![]() | Method 'withPhoto' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter photoVO should be final. | 66 |
![]() | Method 'withPhotos' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter photoVOs should be final. | 71 |
![]() | 'photoVOs' hides a field. | 71 |
![]() | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | '?' should be on a new line. | 77 |
![]() | Avoid inline conditionals. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Line is longer than 80 characters. | 78 |
![]() | ':' should be on a new line. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line has trailing spaces. | 86 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - javax.persistence.*. | 23 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | '}' is not preceded with whitespace. | 34 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Line has trailing spaces. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line has trailing spaces. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter categoriaID should be final. | 56 |
![]() | 'categoriaID' hides a field. | 56 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter categoriaID should be final. | 61 |
![]() | 'categoriaID' hides a field. | 61 |
![]() | Parameter nmcategoria should be final. | 61 |
![]() | 'nmcategoria' hides a field. | 61 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter nmcategoria should be final. | 66 |
![]() | 'nmcategoria' hides a field. | 66 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter nmcategoria should be final. | 70 |
![]() | 'nmcategoria' hides a field. | 70 |
![]() | Parameter categoriaPai should be final. | 70 |
![]() | 'categoriaPai' hides a field. | 70 |
![]() | Line has trailing spaces. | 74 |
![]() | Method 'getCategoriaID' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Method 'setCategoriaID' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter categoriaid should be final. | 79 |
![]() | Method 'getNmcategoria' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Method 'setNmcategoria' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter nmcategoria should be final. | 87 |
![]() | 'nmcategoria' hides a field. | 87 |
![]() | Method 'getCategoriaPai' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Method 'setCategoriaPai' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Parameter categoriaPai should be final. | 101 |
![]() | 'categoriaPai' hides a field. | 101 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Avoid inline conditionals. | 108 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Parameter object should be final. | 113 |
![]() | Comment matches to-do format 'TODO:'. | 114 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 130 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | '}' is not preceded with whitespace. | 42 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line has trailing spaces. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter nome should be final. | 66 |
![]() | 'nome' hides a field. | 66 |
![]() | Expected @param tag for 'nome'. | 66 |
![]() | Parameter creditoid should be final. | 74 |
![]() | 'creditoid' hides a field. | 74 |
![]() | Expected @param tag for 'creditoid'. | 74 |
![]() | Parameter creditoid should be final. | 84 |
![]() | 'creditoid' hides a field. | 84 |
![]() | Expected @param tag for 'creditoid'. | 84 |
![]() | Parameter nome should be final. | 84 |
![]() | 'nome' hides a field. | 84 |
![]() | Expected @param tag for 'nome'. | 84 |
![]() | Expected an @return tag. | 94 |
![]() | Method 'getCreditoid' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Expected an @return tag. | 102 |
![]() | Method 'getNome' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Method 'setNome' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Parameter nome should be final. | 111 |
![]() | 'nome' hides a field. | 111 |
![]() | Expected @param tag for 'nome'. | 111 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Avoid inline conditionals. | 118 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter object should be final. | 123 |
![]() | Comment matches to-do format 'TODO:'. | 124 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Expected an @return tag. | 144 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 144 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - javax.persistence.*. | 23 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | '}' is not preceded with whitespace. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line has trailing spaces. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line has trailing spaces. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line has trailing spaces. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line has trailing spaces. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line has trailing spaces. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line has trailing spaces. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | First sentence should end with a period. | 68 |
![]() | Comment matches to-do format 'TODO:'. | 69 |
![]() | Line has trailing spaces. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Parameter fotoid should be final. | 79 |
![]() | 'fotoid' hides a field. | 79 |
![]() | Parameter albumid should be final. | 79 |
![]() | Parameter legenda should be final. | 79 |
![]() | 'legenda' hides a field. | 79 |
![]() | Parameter creditoid should be final. | 79 |
![]() | Parameter largura should be final. | 79 |
![]() | 'largura' hides a field. | 79 |
![]() | Parameter altura should be final. | 79 |
![]() | 'altura' hides a field. | 79 |
![]() | First sentence should end with a period. | 87 |
![]() | Line has trailing spaces. | 92 |
![]() | Unused @param tag for 'album'. | 92 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Parameter nmfoto should be final. | 94 |
![]() | 'nmfoto' hides a field. | 94 |
![]() | Expected @param tag for 'nmfoto'. | 94 |
![]() | Parameter legenda should be final. | 94 |
![]() | 'legenda' hides a field. | 94 |
![]() | Expected @param tag for 'legenda'. | 94 |
![]() | Parameter creditos should be final. | 94 |
![]() | 'creditos' hides a field. | 94 |
![]() | Expected @param tag for 'creditos'. | 94 |
![]() | Parameter caminhoArquivo should be final. | 94 |
![]() | 'caminhoArquivo' hides a field. | 94 |
![]() | Expected @param tag for 'caminhoArquivo'. | 94 |
![]() | First sentence should end with a period. | 101 |
![]() | Line has trailing spaces. | 106 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Parameter nmfoto should be final. | 108 |
![]() | 'nmfoto' hides a field. | 108 |
![]() | Expected @param tag for 'nmfoto'. | 108 |
![]() | Parameter legenda should be final. | 108 |
![]() | 'legenda' hides a field. | 108 |
![]() | Expected @param tag for 'legenda'. | 108 |
![]() | Parameter creditos should be final. | 108 |
![]() | 'creditos' hides a field. | 108 |
![]() | Expected @param tag for 'creditos'. | 108 |
![]() | Parameter caminhoArquivo should be final. | 108 |
![]() | 'caminhoArquivo' hides a field. | 108 |
![]() | Expected @param tag for 'caminhoArquivo'. | 108 |
![]() | Parameter album should be final. | 108 |
![]() | 'album' hides a field. | 108 |
![]() | Method 'getFotoid' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Method 'setFotoid' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter fotoid should be final. | 117 |
![]() | 'fotoid' hides a field. | 117 |
![]() | Method 'getNmfoto' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Method 'setNmfoto' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Parameter nmfoto should be final. | 125 |
![]() | 'nmfoto' hides a field. | 125 |
![]() | Method 'getLegenda' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Method 'setLegenda' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter legenda should be final. | 134 |
![]() | 'legenda' hides a field. | 134 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Method 'getCreditos' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Method 'setCreditos' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Parameter creditos should be final. | 148 |
![]() | 'creditos' hides a field. | 148 |
![]() | Method 'getAlbum' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Method 'setAlbum' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Parameter album should be final. | 156 |
![]() | 'album' hides a field. | 156 |
![]() | Method 'getCaminhoArquivo' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Method 'getAltura' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Missing a Javadoc comment. | 167 |
![]() | Method 'getLargura' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Avoid inline conditionals. | 182 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter evt should be final. | 48 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 35 |
![]() | First sentence should end with a period. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter evt should be final. | 48 |
![]() | Must have at least one statement. | 53 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 80 |
![]() | '500' is a magic number. | 83 |
![]() | '250' is a magic number. | 83 |
![]() | '500' is a magic number. | 84 |
![]() | '300' is a magic number. | 84 |
![]() | Line is longer than 80 characters. | 87 |
![]() | '3' is a magic number. | 90 |
![]() | '3' is a magic number. | 90 |
![]() | '3' is a magic number. | 90 |
![]() | '3' is a magic number. | 90 |
![]() | '477' is a magic number. | 93 |
![]() | '22' is a magic number. | 93 |
![]() | '3' is a magic number. | 100 |
![]() | '3' is a magic number. | 100 |
![]() | '3' is a magic number. | 100 |
![]() | '3' is a magic number. | 100 |
![]() | Line is longer than 80 characters. | 103 |
![]() | '3' is a magic number. | 108 |
![]() | '3' is a magic number. | 108 |
![]() | '3' is a magic number. | 108 |
![]() | '3' is a magic number. | 108 |
![]() | Line is longer than 80 characters. | 111 |
![]() | '5.0' is a magic number. | 117 |
![]() | '3' is a magic number. | 118 |
![]() | '3' is a magic number. | 118 |
![]() | '3' is a magic number. | 118 |
![]() | '3' is a magic number. | 118 |
![]() | Line is longer than 80 characters. | 121 |
![]() | '3' is a magic number. | 126 |
![]() | '3' is a magic number. | 126 |
![]() | '3' is a magic number. | 126 |
![]() | '3' is a magic number. | 126 |
![]() | '11' is a magic number. | 129 |
![]() | '22' is a magic number. | 129 |
![]() | '72' is a magic number. | 130 |
![]() | '22' is a magic number. | 130 |
![]() | '3' is a magic number. | 132 |
![]() | '3' is a magic number. | 137 |
![]() | '3' is a magic number. | 137 |
![]() | '3' is a magic number. | 137 |
![]() | '3' is a magic number. | 137 |
![]() | Line is longer than 80 characters. | 140 |
![]() | '3' is a magic number. | 145 |
![]() | '3' is a magic number. | 145 |
![]() | '3' is a magic number. | 145 |
![]() | '3' is a magic number. | 145 |
![]() | '5.0' is a magic number. | 160 |
![]() | '3' is a magic number. | 161 |
![]() | '3' is a magic number. | 161 |
![]() | '3' is a magic number. | 161 |
![]() | '3' is a magic number. | 161 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Parameter evt should be final. | 166 |
![]() | Parameter evt should be final. | 169 |
![]() | '10.0' is a magic number. | 178 |
![]() | '3' is a magic number. | 179 |
![]() | '3' is a magic number. | 179 |
![]() | '3' is a magic number. | 179 |
![]() | '3' is a magic number. | 179 |
![]() | '}' is not followed by whitespace. | 183 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Parameter evt should be final. | 185 |
![]() | '{' is not followed by whitespace. | 185 |
![]() | '}' is not followed by whitespace. | 187 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Parameter evt should be final. | 189 |
![]() | '{' is not followed by whitespace. | 189 |
![]() | '}' is not followed by whitespace. | 191 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Missing a Javadoc comment. | 204 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Expected an @return tag. | 212 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Expected an @return tag. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Line is longer than 80 characters. | 233 |
![]() | '+' should be on a new line. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | First sentence should end with a period. | 253 |
![]() | Expected an @return tag. | 254 |
![]() | Missing a Javadoc comment. | 264 |
![]() | 'static' modifier out of order with the JLS suggestions. | 264 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Missing a Javadoc comment. | 268 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | interfaces should describe a type and hence have methods. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | interfaces should describe a type and hence have methods. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 45 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter projectDir should be final. | 52 |
![]() | Parameter state should be final. | 52 |
![]() | 'state' hides a field. | 52 |
![]() | Method 'getFolder' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter folder should be final. | 57 |
![]() | Parameter create should be final. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Method 'getProjectDirectory' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Method 'getLookup' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | First sentence should end with a period. | 94 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line has trailing spaces. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Parameter action should be final. | 122 |
![]() | Parameter lookup should be final. | 122 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 122 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Parameter command should be final. | 127 |
![]() | Parameter lookup should be final. | 127 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 127 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Parameter project should be final. | 164 |
![]() | 'project' hides a field. | 164 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Parameter arg0 should be final. | 174 |
![]() | Parameter arg1 should be final. | 174 |
![]() | Parameter arg2 should be final. | 174 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Missing a Javadoc comment. | 188 |
![]() | Parameter arg0 should be final. | 212 |
![]() | Parameter arg0 should be final. | 218 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Expected an @return tag. | 47 |
![]() | Method 'isProject' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter projectDirectory should be final. | 48 |
![]() | 'if' is not followed by whitespace. | 49 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Method 'loadProject' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Parameter dir should be final. | 60 |
![]() | Parameter state should be final. | 60 |
![]() | Avoid inline conditionals. | 61 |
![]() | Method 'saveProject' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Parameter project should be final. | 65 |
![]() | Redundant throws: 'ClassCastException' is unchecked exception. | 65 |
![]() | Line is longer than 80 characters. | 67 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter webPhotosProject should be final. | 44 |
![]() | 'webPhotosProject' hides a field. | 44 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line has trailing spaces. | 71 |
![]() | First sentence should end with a period. | 72 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Variable 'project' must be private and have accessor methods. | 77 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter node should be final. | 79 |
![]() | Parameter project should be final. | 79 |
![]() | 'project' hides a field. | 79 |
![]() | Unable to get class information for DataObjectNotFoundException. | 79 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Parameter arg0 should be final. | 91 |
![]() | '7' is a magic number. | 92 |
![]() | '5' is a magic number. | 96 |
![]() | '6' is a magic number. | 97 |
![]() | Parameter type should be final. | 102 |
![]() | Parameter type should be final. | 107 |
![]() | Parameter root should be final. | 119 |
![]() | Parameter target should be final. | 119 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter panel should be final. | 34 |
![]() | 'panel' hides a field. | 34 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Method 'getProjectName' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Parameter evt should be final. | 72 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | '191' is a magic number. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | '191' is a magic number. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | '191' is a magic number. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line is longer than 80 characters. | 116 |
![]() | '213' is a magic number. | 117 |
![]() | '}' is not followed by whitespace. | 119 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter evt should be final. | 121 |
![]() | '{' is not followed by whitespace. | 121 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 136 |
![]() | '}' is not followed by whitespace. | 141 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Method 'addNotify' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Method 'valid' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Parameter wizardDescriptor should be final. | 159 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Method 'store' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Parameter d should be final. | 202 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Parameter settings should be final. | 210 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Parameter d should be final. | 227 |
![]() | Unable to get class information for WizardValidationException. | 227 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Parameter e should be final. | 235 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Parameter e should be final. | 243 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Parameter e should be final. | 251 |
![]() | Line is longer than 80 characters. | 254 |
![]() | First sentence should end with a period. | 258 |
![]() | Parameter e should be final. | 261 |
![]() | Expected @param tag for 'e'. | 261 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Line is longer than 80 characters. | 272 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Missing a Javadoc comment. | 70 |
![]() | ',' is not followed by whitespace. | 72 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Method 'instantiate' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Parameter wiz should be final. | 111 |
![]() | 'wiz' hides a field. | 111 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Method 'uninitialize' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Parameter wiz should be final. | 136 |
![]() | 'wiz' hides a field. | 136 |
![]() | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Method 'hasPrevious' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Method 'nextPanel' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Method 'previousPanel' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Method 'current' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Parameter l should be final. | 182 |
![]() | Parameter l should be final. | 186 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Parameter source should be final. | 189 |
![]() | Parameter projectRoot should be final. | 189 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Parameter str should be final. | 211 |
![]() | Parameter fo should be final. | 211 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Missing a Javadoc comment. | 220 |
![]() | Parameter fo should be final. | 220 |
![]() | Parameter str should be final. | 220 |
![]() | Parameter name should be final. | 220 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line is longer than 80 characters. | 229 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Method 'getHelp' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter l should be final. | 63 |
![]() | Parameter l should be final. | 70 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Method 'readSettings' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter settings should be final. | 88 |
![]() | Method 'storeSettings' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Parameter settings should be final. | 94 |
![]() | Method 'isFinishPanel' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Unable to get class information for WizardValidationException. | 105 |
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 |
![]() | Unable to get class information for @throws tag 'net.sf.webphotos.sync.SyncException'. | 112 |
![]() | Method 'cd' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter diretorioFilho should be final. | 116 |
![]() | Unable to get class information for @throws tag 'SyncException'. | 116 |
![]() | Unable to get class information for SyncException. | 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 |
![]() | Unable to get class information for @throws tag 'net.sf.webphotos.sync.SyncException'. | 76 |
![]() | Unable to get class information for @throws tag 'SyncException'. | 78 |
![]() | Unable to get class information for SyncException. | 78 |
![]() | 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 |
![]() | Using the '.*' form of import should be avoided - java.sql.*. | 20 |
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Utility classes should not have a public or default constructor. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter args should be final. | 25 |
![]() | Array brackets at illegal position. | 25 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 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. | 41 |
![]() | '470' is a magic number. | 42 |
![]() | '400' is a magic number. | 42 |
![]() | '3' is a magic number. | 53 |
![]() | '3' is a magic number. | 53 |
![]() | '150' is a magic number. | 53 |
![]() | '20' is a magic number. | 53 |
![]() | '3' is a magic number. | 54 |
![]() | '20' is a magic number. | 54 |
![]() | '450' is a magic number. | 54 |
![]() | '80' is a magic number. | 54 |
![]() | '3' is a magic number. | 56 |
![]() | '110' is a magic number. | 56 |
![]() | '150' is a magic number. | 56 |
![]() | '20' is a magic number. | 56 |
![]() | '3' is a magic number. | 57 |
![]() | '130' is a magic number. | 57 |
![]() | '450' is a magic number. | 57 |
![]() | '200' is a magic number. | 57 |
![]() | '3' is a magic number. | 59 |
![]() | '335' is a magic number. | 59 |
![]() | '150' is a magic number. | 59 |
![]() | '20' is a magic number. | 59 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line is longer than 80 characters. | 123 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 20 |
![]() | Utility classes should not have a public or default constructor. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | 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 |
![]() | Comment matches to-do format 'TODO:'. | 70 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Parameter caminhoCompletoImagem should be final. | 112 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line has trailing spaces. | 126 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Parameter im should be final. | 178 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Line is longer than 80 characters. | 206 |
![]() | '100' is a magic number. | 213 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Parameter thumbnail should be final. | 230 |
![]() | Parameter nmArquivo should be final. | 230 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Missing a Javadoc comment. | 276 |
![]() | Parameter dimensaoExt should be final. | 276 |
![]() | Parameter dimensaoInt should be final. | 277 |
![]() | Parameter margem should be final. | 277 |
![]() | Parameter posicao should be final. | 277 |
![]() | '3' is a magic number. | 298 |
![]() | '4' is a magic number. | 301 |
![]() | '5' is a magic number. | 304 |
![]() | '6' is a magic number. | 307 |
![]() | '7' is a magic number. | 310 |
![]() | '8' is a magic number. | 313 |
![]() | '9' is a magic number. | 316 |
![]() | Parameter f should be final. | 331 |
![]() | Missing a Javadoc comment. | 337 |
![]() | Parameter is should be final. | 337 |
![]() | Missing a Javadoc comment. | 344 |
![]() | Parameter o should be final. | 344 |
![]() | Parameter args should be final. | 377 |
![]() | Line is longer than 80 characters. | 393 |
![]() | Line is longer than 80 characters. | 396 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.sql.*. | 18 |
![]() | Utility classes should not have a public or default constructor. | 24 |
![]() | Parameter a should be final. | 35 |
![]() | Array brackets at illegal position. | 35 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Must have at least one statement. | 65 |
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 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Expected an @return tag. | 48 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Parameter mapping should be final. | 49 |
![]() | Parameter form should be final. | 49 |
![]() | Parameter request should be final. | 50 |
![]() | Parameter response should be final. | 50 |
![]() | Expected @throws tag for 'Exception'. | 51 |
![]() | Method 'getAlbunsDAO' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Method 'setAlbunsDAO' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Parameter albunsDAO should be final. | 72 |
![]() | 'albunsDAO' hides a field. | 72 |