Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
7 0 5 0

Rules

Rules Violations Severity
EmptyStatement 0 Warnings Warning
CyclomaticComplexity 0 Errors Error
ClassFanOutComplexity 0 Errors Error
CovariantEquals 0 Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0 Errors Error
NPathComplexity 0 Errors Error
RedundantImport 0 Warnings Warning
UnusedImports 0 Warnings Warning
RedundantModifier 0 Warnings Warning
RedundantThrows 5 Warnings Warning
FileLength 0 Errors Error
NewlineAtEndOfFile 0 Warnings Warning

Details

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

Violation Message Line
Warnings Redundant throws: 'TileIOException' is unchecked exception. 83
Warnings Redundant throws: 'TileIOException' is unchecked exception. 97
Warnings Redundant throws: 'UnsupportedOperationException' is unchecked exception. 112

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

Violation Message Line
Warnings Redundant throws: 'TileIOException' is unchecked exception. 74
Warnings Redundant throws: 'TileIOException' is unchecked exception. 95