The following document contains the results of Checkstyle 6.1.1 with org/jdtaus/build/resources/checkstyle.xml ruleset.
File | I | W | E |
---|---|---|---|
org/jdtaus/iso13616/IBAN.java | 0 | 0 | 42 |
org/jdtaus/iso13616/IbanCheckDigitsException.java | 0 | 0 | 2 |
org/jdtaus/iso13616/IbanSyntaxException.java | 0 | 0 | 2 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 327 |
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 624 |
Error | misc | TrailingComment | Don't use trailing comments. | 633 |
Error | misc | TrailingComment | Don't use trailing comments. | 659 |
Error | misc | TrailingComment | Don't use trailing comments. | 736 |
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 749 |
Error | misc | TrailingComment | Don't use trailing comments. | 760 |
Error | misc | TrailingComment | Don't use trailing comments. | 790 |
Error | misc | TrailingComment | Don't use trailing comments. | 807 |
Error | misc | TrailingComment | Don't use trailing comments. | 818 |
Error | misc | TrailingComment | Don't use trailing comments. | 825 |
Error | misc | TrailingComment | Don't use trailing comments. | 995 |
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 1001 |
Error | misc | TrailingComment | Don't use trailing comments. | 1011 |
Error | misc | TrailingComment | Don't use trailing comments. | 1023 |
Error | misc | TrailingComment | Don't use trailing comments. | 1041 |
Error | misc | TrailingComment | Don't use trailing comments. | 1047 |
Error | misc | TrailingComment | Don't use trailing comments. | 1052 |
Error | misc | TrailingComment | Don't use trailing comments. | 1057 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1305 |
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 1305 |
Error | coding | EmptyStatement | Empty statement. | 1305 |
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 1346 |
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 1375 |
Error | misc | TrailingComment | Don't use trailing comments. | 1385 |
Error | misc | TrailingComment | Don't use trailing comments. | 1407 |
Error | misc | TrailingComment | Don't use trailing comments. | 1440 |
Error | misc | TrailingComment | Don't use trailing comments. | 1463 |
Error | misc | TrailingComment | Don't use trailing comments. | 1468 |
Error | misc | TrailingComment | Don't use trailing comments. | 1473 |
Error | coding | FinalLocalVariable | Variable 'text_len' should be declared final. | 1494 |
Error | misc | TrailingComment | Don't use trailing comments. | 1505 |
Error | coding | ModifiedControlVariable | Control variable 'part_len' is modified. | 1506 |
Error | misc | TrailingComment | Don't use trailing comments. | 1511 |
Error | coding | ModifiedControlVariable | Control variable 'literal_index' is modified. | 1576 |
Error | coding | UnnecessaryParentheses | Unnecessary parentheses around return value. | 1608 |
Error | coding | UnnecessaryParentheses | Unnecessary parentheses around return value. | 1620 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1658 |
Error | coding | FinalLocalVariable | Variable 'l0' should be declared final. | 1658 |
Error | coding | EmptyStatement | Empty statement. | 1658 |
Error | coding | FinalLocalVariable | Variable 'l0' should be declared final. | 1670 |
Error | coding | FinalLocalVariable | Variable 'l0' should be declared final. | 1704 |