The following document contains the results of Checkstyle.
Files | I | W | E |
---|---|---|---|
org/deegree/test/gui/StressTestController.java | 0 | 0 | 3 |
org/deegree/test/services/OGCValidator.java | 0 | 1 | 0 |
org/deegree/test/services/wpvs/WPVSStressTest.java | 0 | 0 | 6 |
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 4 | Error |
ClassFanOutComplexity | 1 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 1 | Error |
NPathComplexity | 3 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 1 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 0 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 0 | Warning |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 19 (max allowed is 10). | 211 | |
Cyclomatic Complexity is 25 (max allowed is 10). | 402 | |
NPath Complexity is 6,144 (max allowed is 200). | 402 |
Violation | Message | Line |
---|---|---|
Unused import - org.junit.BeforeClass. | 48 |
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 15 (max allowed is 12) classes [ArrayList, BufferedWriter, Date, FileWriter, HashMap, LinkedList, Option, Options, PosixParser, PrintWriter, SimpleDateFormat, Thread, URL, WPVSClient, WPVSSender]. | 87 | |
Class Fan-Out Complexity is 23 (max allowed is 20). | 87 | |
Cyclomatic Complexity is 26 (max allowed is 10). | 155 | |
NPath Complexity is 1,327,104 (max allowed is 200). | 155 | |
Cyclomatic Complexity is 24 (max allowed is 10). | 519 | |
NPath Complexity is 24,579 (max allowed is 200). | 519 |