The following document contains the results of Checkstyle. 
| Files | I | W | E |
|---|---|---|---|
| org/deegree/gml/ReadGML.java | 0 | 5 | 0 |
| Rules | Violations | Severity |
|---|---|---|
| EmptyStatement | 0 | |
| CyclomaticComplexity | 0 | |
| ClassFanOutComplexity | 0 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
| 0 | |
| NPathComplexity | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| RedundantModifier | 0 | |
| RedundantThrows | 4 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.deegree.feature.types.AppSchema. | 48 | |
| Redundant throws: 'FactoryConfigurationError' is unchecked exception. | 70 | |
| Redundant throws: 'XMLParsingException' is unchecked exception. | 70 | |
| Redundant throws: 'FactoryConfigurationError' is unchecked exception. | 91 | |
| Redundant throws: 'XMLParsingException' is unchecked exception. | 91 |