Checkstyle Results
The following document contains the results of Checkstyle .
Summary
Files | Infos | Warnings | Errors |
---|---|---|---|
1 | 0 | 6 | 1 |
Files
Files | I | W | E |
---|---|---|---|
com/gridsystems/windowsutils/WindowsUtils.java | 0 | 6 | 1 |
Details
com/gridsystems/windowsutils/WindowsUtils.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - java.io.InputStream. | 20 | |
Cyclomatic Complexity is 12 (max allowed is 10). | 67 | |
'3' is a magic number. | 236 | |
'25' is a magic number. | 253 | |
'25' is a magic number. | 253 | |
'25' is a magic number. | 254 |