Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
11091

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity0Errors Error
ClassFanOutComplexity1Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0Errors Error
NPathComplexity0Errors Error
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows9Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile0Warnings Warning

Details

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 33 (max allowed is 20).110
WarningsRedundant throws: 'XMLProcessingException' is unchecked exception.156
WarningsRedundant throws: 'XMLProcessingException' is unchecked exception.173
WarningsRedundant throws: 'XMLProcessingException' is unchecked exception.191
WarningsRedundant throws: 'XMLProcessingException' is unchecked exception.198
WarningsRedundant throws: 'XMLProcessingException' is unchecked exception.261
WarningsRedundant throws: 'XMLProcessingException' is unchecked exception.266
WarningsRedundant throws: 'UnsupportedOperationException' is unchecked exception.300

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

ViolationMessageLine
WarningsRedundant throws: 'XMLProcessingException' is unchecked exception.80

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

ViolationMessageLine
WarningsRedundant throws: 'XMLProcessingException' is unchecked exception.71