Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
4 0 4 0

Rules

Rules Violations Severity
EmptyStatement 0 Warnings Warning
CyclomaticComplexity 0 Errors Error
ClassFanOutComplexity 0 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 4 Warnings Warning
FileLength 0 Errors Error
NewlineAtEndOfFile 0 Warnings Warning

Details

org/deegree/tile/persistence/remotewmts/RemoteWMTSTile.java

Violation Message Line
Warnings Redundant throws: 'TileIOException' is unchecked exception. 125
Warnings Redundant throws: 'TileIOException' is unchecked exception. 139
Warnings Redundant throws: 'TileIOException' is unchecked exception. 147
Warnings Redundant throws: 'TileIOException' is unchecked exception. 160