Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2050

Files

FilesInfosWarningsErrors
org/deegree/gml/ReadGML.java050

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity0Errors Error
ClassFanOutComplexity0Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0Errors Error
NPathComplexity0Errors Error
RedundantImport0Warnings Warning
UnusedImports1Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows4Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile0Warnings Warning

Details

org/deegree/gml/ReadGML.java

ViolationMessageLine
WarningsUnused import - org.deegree.feature.types.AppSchema.48
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.70
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.70
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.91
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.91