The following document contains the results of Checkstyle 6.2 with org/jdtaus/build/resources/checkstyle.xml ruleset.
File | I | W | E |
---|---|---|---|
org/jdtaus/iso13616/IBAN.java | 0 | 0 | 41 |
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. | 323 |
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 604 |
Error | misc | TrailingComment | Don't use trailing comments. | 612 |
Error | misc | TrailingComment | Don't use trailing comments. | 629 |
Error | misc | TrailingComment | Don't use trailing comments. | 721 |
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 732 |
Error | misc | TrailingComment | Don't use trailing comments. | 742 |
Error | misc | TrailingComment | Don't use trailing comments. | 763 |
Error | coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 775 |
Error | coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 782 |
Error | misc | TrailingComment | Don't use trailing comments. | 798 |
Error | misc | TrailingComment | Don't use trailing comments. | 809 |
Error | misc | TrailingComment | Don't use trailing comments. | 816 |
Error | misc | TrailingComment | Don't use trailing comments. | 986 |
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 992 |
Error | misc | TrailingComment | Don't use trailing comments. | 1002 |
Error | misc | TrailingComment | Don't use trailing comments. | 1014 |
Error | misc | TrailingComment | Don't use trailing comments. | 1032 |
Error | misc | TrailingComment | Don't use trailing comments. | 1038 |
Error | misc | TrailingComment | Don't use trailing comments. | 1043 |
Error | misc | TrailingComment | Don't use trailing comments. | 1048 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 1296 |
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 1296 |
Error | coding | EmptyStatement | Empty statement. | 1296 |
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 1337 |
Error | coding | FinalLocalVariable | Variable 's0' should be declared final. | 1366 |
Error | misc | TrailingComment | Don't use trailing comments. | 1376 |
Error | misc | TrailingComment | Don't use trailing comments. | 1398 |
Error | misc | TrailingComment | Don't use trailing comments. | 1431 |
Error | misc | TrailingComment | Don't use trailing comments. | 1454 |
Error | misc | TrailingComment | Don't use trailing comments. | 1459 |
Error | misc | TrailingComment | Don't use trailing comments. | 1464 |
Error | coding | FinalLocalVariable | Variable 'text_len' should be declared final. | 1485 |
Error | misc | TrailingComment | Don't use trailing comments. | 1496 |
Error | coding | ModifiedControlVariable | Control variable 'part_len' is modified. | 1497 |
Error | misc | TrailingComment | Don't use trailing comments. | 1502 |
Error | coding | ModifiedControlVariable | Control variable 'literal_index' is modified. | 1567 |
Error | coding | UnnecessaryParentheses | Unnecessary parentheses around return value. | 1599 |
Error | coding | UnnecessaryParentheses | Unnecessary parentheses around return value. | 1611 |
Error | coding | FinalLocalVariable | Variable 'l0' should be declared final. | 1664 |
Error | coding | FinalLocalVariable | Variable 'l0' should be declared final. | 1698 |