Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
25019

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity4Errors Error
ClassFanOutComplexity1Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity3Errors Error
RedundantImport0Warnings Warning
UnusedImports1Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows0Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile0Warnings Warning

Details

org/deegree/test/gui/StressTestController.java

ViolationMessageLine
ErrorsCyclomatic Complexity is 19 (max allowed is 10).211
ErrorsCyclomatic Complexity is 25 (max allowed is 10).402
ErrorsNPath Complexity is 6,144 (max allowed is 200).402

org/deegree/test/services/OGCValidator.java

ViolationMessageLine
WarningsUnused import - org.junit.BeforeClass.48

org/deegree/test/services/wpvs/WPVSStressTest.java

ViolationMessageLine
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 23 (max allowed is 20).87
ErrorsCyclomatic Complexity is 26 (max allowed is 10).155
ErrorsNPath Complexity is 1,327,104 (max allowed is 200).155
ErrorsCyclomatic Complexity is 24 (max allowed is 10).519
ErrorsNPath Complexity is 24,579 (max allowed is 200).519