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