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 | |
| CyclomaticComplexity | 4 | |
| ClassFanOutComplexity | 1 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
| 1 | |
| NPathComplexity | 3 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| RedundantModifier | 0 | |
| RedundantThrows | 0 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 0 |
| 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 |