Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
11 0 9 1

Rules

Rules Violations Severity
EmptyStatement 0 Warnings Warning
CyclomaticComplexity 0 Errors Error
ClassFanOutComplexity 1 Errors Error
CovariantEquals 0 Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0 Errors Error
NPathComplexity 0 Errors Error
RedundantImport 0 Warnings Warning
UnusedImports 0 Warnings Warning
RedundantModifier 0 Warnings Warning
RedundantThrows 9 Warnings Warning
FileLength 0 Errors Error
NewlineAtEndOfFile 0 Warnings Warning

Details

org/deegree/protocol/csw/client/CSWClient.java

Violation Message Line
Errors Class Fan-Out Complexity is 33 (max allowed is 20). 110
Warnings Redundant throws: 'XMLProcessingException' is unchecked exception. 156
Warnings Redundant throws: 'XMLProcessingException' is unchecked exception. 173
Warnings Redundant throws: 'XMLProcessingException' is unchecked exception. 191
Warnings Redundant throws: 'XMLProcessingException' is unchecked exception. 198
Warnings Redundant throws: 'XMLProcessingException' is unchecked exception. 261
Warnings Redundant throws: 'XMLProcessingException' is unchecked exception. 266
Warnings Redundant throws: 'UnsupportedOperationException' is unchecked exception. 300

org/deegree/protocol/csw/client/getrecords/GetRecordsResponse.java

Violation Message Line
Warnings Redundant throws: 'XMLProcessingException' is unchecked exception. 80

org/deegree/protocol/csw/client/transaction/TransactionResponse.java

Violation Message Line
Warnings Redundant throws: 'XMLProcessingException' is unchecked exception. 71