Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
7050

Rules

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

Details

org/deegree/tile/persistence/filesystem/FileSystemTile.java

ViolationMessageLine
WarningsRedundant throws: 'TileIOException' is unchecked exception.83
WarningsRedundant throws: 'TileIOException' is unchecked exception.97
WarningsRedundant throws: 'UnsupportedOperationException' is unchecked exception.112

org/deegree/tile/persistence/filesystem/FileSystemTileStoreTransaction.java

ViolationMessageLine
WarningsRedundant throws: 'TileIOException' is unchecked exception.74
WarningsRedundant throws: 'TileIOException' is unchecked exception.95