The following document contains the results of Checkstyle.
Files | I | W | E |
---|---|---|---|
org/deegree/tile/persistence/remotewmts/RemoteWMTSTile.java | 0 | 4 | 0 |
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 0 | Error |
ClassFanOutComplexity | 0 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 0 | Error |
NPathComplexity | 0 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 0 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 4 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 0 | Warning |
Violation | Message | Line |
---|---|---|
Redundant throws: 'TileIOException' is unchecked exception. | 125 | |
Redundant throws: 'TileIOException' is unchecked exception. | 139 | |
Redundant throws: 'TileIOException' is unchecked exception. | 147 | |
Redundant throws: 'TileIOException' is unchecked exception. | 160 |