Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
4030

Rules

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

Details

org/deegree/tile/persistence/remotewms/RemoteWMSTile.java

ViolationMessageLine
WarningsRedundant throws: 'TileIOException' is unchecked exception.116
WarningsRedundant throws: 'TileIOException' is unchecked exception.129

org/deegree/tile/persistence/remotewms/RemoteWMSTileDataLevel.java

ViolationMessageLine
WarningsUnused import - org.deegree.protocol.wms.Utils.47