The following document contains the results of Checkstyle.
Files | I | W | E |
---|---|---|---|
org/deegree/tile/persistence/remotewmts/RemoteWMTSTile.java | 0 | 5 | 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 | 5 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 0 | Warning |
Violation | Message | Line |
---|---|---|
Redundant throws: 'TileIOException' is unchecked exception. | 100 | |
Redundant throws: 'TileIOException' is unchecked exception. | 114 | |
Redundant throws: 'TileIOException' is unchecked exception. | 122 | |
Redundant throws: 'TileIOException' is unchecked exception. | 135 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 154 |