Checkstyle Results
The following document contains the results of Checkstyle .
Summary
Files | Infos | Warnings | Errors |
---|---|---|---|
22 | 0 | 18 | 0 |
Files
Details
com/gridsystems/utils/ClassDiscovery.java
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 11 (max allowed is 10). | 57 |
com/gridsystems/utils/FileUtils.java
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 14 (max allowed is 7) classes [ArrayList, BufferedInputStream, BufferedOutputStream, BufferedReader, File, FileInputStream, FileOutputStream, FileReader, IOException, Properties, ZipEntry, ZipFile, ZipInputStream, ZipOutputStream]. | 50 | |
Class Fan-Out Complexity is 22 (max allowed is 20). | 50 | |
Cyclomatic Complexity is 13 (max allowed is 10). | 269 | |
NPath Complexity is 240 (max allowed is 200). | 269 | |
Cyclomatic Complexity is 14 (max allowed is 10). | 446 | |
NPath Complexity is 212 (max allowed is 200). | 446 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 693 |
com/gridsystems/utils/JNIUtils.java
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 12 (max allowed is 10). | 96 | |
NPath Complexity is 202 (max allowed is 200). | 96 |
com/gridsystems/utils/KeyStoreUtils.java
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 22 (max allowed is 20). | 46 | |
'3' is a magic number. | 232 | |
'0xff' is a magic number. | 234 | |
'4' is a magic number. | 235 | |
'15' is a magic number. | 236 | |
'3' is a magic number. | 298 |
com/gridsystems/utils/NativeShell.java
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 8 (max allowed is 7) classes [File, FileOutputStream, FileProperties, Formatter, HashSet, Pipe, ProcessBuilder, Properties]. | 41 |
com/gridsystems/utils/NetUtils.java
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 13 (max allowed is 10). | 220 |