Checkstyle Results
The following document contains the results of Checkstyle .
Summary
Files | Infos | Warnings | Errors |
---|---|---|---|
3 | 0 | 6 | 8 |
Files
Files | I | W | E |
---|---|---|---|
com/gridsystems/utils/windows/Firewall.java | 0 | 0 | 3 |
com/gridsystems/utils/windows/FirewallException.java | 0 | 0 | 2 |
com/gridsystems/utils/windows/FirewallTester.java | 0 | 6 | 3 |
Details
com/gridsystems/utils/windows/Firewall.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Mail addresses are forbidden in the source code | 31 | |
Name 'PRESENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
com/gridsystems/utils/windows/FirewallException.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Mail addresses are forbidden in the source code | 29 |
com/gridsystems/utils/windows/FirewallTester.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Mail addresses are forbidden in the source code | 29 | |
Utility classes should not have a public or default constructor. | 32 | |
'9110' is a magic number. | 44 | |
'9116' is a magic number. | 45 | |
'8000' is a magic number. | 46 | |
'9110' is a magic number. | 47 | |
'9116' is a magic number. | 48 | |
'8000' is a magic number. | 49 |