Checkstyle Results
The following document contains the results of Checkstyle.
Files
Files | I | W | E |
---|---|---|---|
org/dishevelled/curate/impl/CullDialog.java | 0 | 0 | 10 |
org/dishevelled/curate/impl/CullPanel.java | 0 | 0 | 11 |
Details
org/dishevelled/curate/impl/CullDialog.java
Violation | Message | Line |
---|---|---|
';' is followed by whitespace. | 80 | |
Line is longer than 120 characters. | 86 | |
';' is followed by whitespace. | 86 | |
'20' is a magic number. | 121 | |
'10' is a magic number. | 121 | |
'20' is a magic number. | 121 | |
'10' is a magic number. | 121 | |
'10' is a magic number. | 123 | |
'10' is a magic number. | 123 | |
'10' is a magic number. | 123 |
org/dishevelled/curate/impl/CullPanel.java
Violation | Message | Line |
---|---|---|
Method length is 204 lines (max allowed is 150). | 138 | |
Line is longer than 120 characters. | 186 | |
Line is longer than 120 characters. | 187 | |
Comment matches to-do format 'TODO:'. | 300 | |
Comment matches to-do format 'TODO:'. | 301 | |
'{' should be on a new line. | 313 | |
'{' should be on a new line. | 325 | |
'10' is a magic number. | 358 | |
Comment matches to-do format 'TODO:'. | 361 | |
Line is longer than 120 characters. | 495 | |
Line is longer than 120 characters. | 496 |