Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
22 0 18 0

Details

com/gridsystems/utils/ClassDiscovery.java

Violation Message Line
Warnings Cyclomatic Complexity is 11 (max allowed is 10). 57

com/gridsystems/utils/FileUtils.java

Violation Message Line
Warnings 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
Warnings Class Fan-Out Complexity is 22 (max allowed is 20). 50
Warnings Cyclomatic Complexity is 13 (max allowed is 10). 269
Warnings NPath Complexity is 240 (max allowed is 200). 269
Warnings Cyclomatic Complexity is 14 (max allowed is 10). 446
Warnings NPath Complexity is 212 (max allowed is 200). 446
Warnings Cyclomatic Complexity is 11 (max allowed is 10). 693

com/gridsystems/utils/JNIUtils.java

Violation Message Line
Warnings Cyclomatic Complexity is 12 (max allowed is 10). 96
Warnings NPath Complexity is 202 (max allowed is 200). 96

com/gridsystems/utils/KeyStoreUtils.java

Violation Message Line
Warnings Class Fan-Out Complexity is 22 (max allowed is 20). 46
Warnings '3' is a magic number. 232
Warnings '0xff' is a magic number. 234
Warnings '4' is a magic number. 235
Warnings '15' is a magic number. 236
Warnings '3' is a magic number. 298

com/gridsystems/utils/NativeShell.java

Violation Message Line
Warnings 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
Warnings Cyclomatic Complexity is 13 (max allowed is 10). 220