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 | |
| CyclomaticComplexity | 0 | |
| ClassFanOutComplexity | 0 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
  | 0 | |
| NPathComplexity | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| RedundantModifier | 0 | |
| RedundantThrows | 5 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 0 | 
| 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 |