Error | Count |
---|---|
'{' should be on a new line. | 7 |
Line contains a tab character. | 54 |
Line has trailing spaces. | 3 |
'static' modifier out of order with the JLS suggestions. | 2 |
'}' should be alone on a line. | 2 |
'else' construct must use '{}'s. | 1 |
'if' construct must use '{}'s. | 1 |
Line does not match expected header line of ' *'. | 1 |
Missing package documentation file. | 1 |
Utility classes should not have a public or default constructor. | 1 |