Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
14011

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity1Errors Error
ClassFanOutComplexity0Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0Errors Error
NPathComplexity0Errors Error
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows1Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile0Warnings Warning

Details

org/deegree/wps/jts/XMLGeometryProcessor.java

ViolationMessageLine
ErrorsCyclomatic Complexity is 16 (max allowed is 10).97
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.98