Checkstyle Results
The following document contains the results of Checkstyle. 
Summary
Files | Infos  | Warnings  | Errors  |
---|
25 | 0 | 1 | 9 |
Rules
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 |
Details
org/deegree/test/gui/StressTestController.java
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 |
org/deegree/test/services/OGCValidator.java
Violation | Message | Line |
---|
 | Unused import - org.junit.BeforeClass. | 48 |
org/deegree/test/services/wpvs/WPVSStressTest.java
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 |