Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
34 0 30 32

Rules

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

Details

org/deegree/tools/coverage/RTBClient.java

Violation Message Line
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 190

org/deegree/tools/coverage/converter/RasterConverter.java

Violation Message Line
Errors Class Fan-Out Complexity is 24 (max allowed is 20). 84
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 142
Errors Cyclomatic Complexity is 11 (max allowed is 10). 223
Errors Cyclomatic Complexity is 11 (max allowed is 10). 300

org/deegree/tools/coverage/gridifier/RasterTreeGridifier.java

Violation Message Line
Errors Class Data Abstraction Coupling is 13 (max allowed is 12) classes [BlobWriterThread, File, FileWriter, GeometryFactory, MultiLevelMemoryTileGridIndex, MultiResolutionTileGrid, Option, Options, PosixParser, PrintWriter, Thread, TileCache, Worker]. 95
Errors Class Fan-Out Complexity is 28 (max allowed is 20). 95
Errors Cyclomatic Complexity is 12 (max allowed is 10). 329

org/deegree/tools/coverage/gridifier/index/MultiLevelRasterTileIndex.java

Violation Message Line
Warnings Redundant 'public' modifier. 61
Warnings Redundant 'public' modifier. 66

org/deegree/tools/coverage/rtb/RasterTreeBuilder.java

Violation Message Line
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 202
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 248
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 265
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 284
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 301

org/deegree/tools/crs/CRSInfo.java

Violation Message Line
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 73
Errors Cyclomatic Complexity is 13 (max allowed is 10). 124
Errors Cyclomatic Complexity is 17 (max allowed is 10). 213

org/deegree/tools/crs/ConfigurationConverger.java

Violation Message Line
Warnings Unused import - org.deegree.cs.exceptions.TransformationException. 60
Warnings Unused import - org.deegree.cs.exceptions.UnknownCRSException. 61

org/deegree/tools/crs/CoordinateTransform.java

Violation Message Line
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 118
Errors Cyclomatic Complexity is 16 (max allowed is 10). 201
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 202

org/deegree/tools/crs/EPSGDBSynchronizer.java

Violation Message Line
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 91
Errors Cyclomatic Complexity is 50 (max allowed is 10). 117
Errors NPath Complexity is 1,138 (max allowed is 200). 117

org/deegree/tools/crs/PolynomialParameterCreator.java

Violation Message Line
Errors Cyclomatic Complexity is 25 (max allowed is 10). 176
Errors NPath Complexity is 3,072 (max allowed is 200). 176

org/deegree/tools/crs/XMLCoordinateTransform.java

Violation Message Line
Errors Class Fan-Out Complexity is 23 (max allowed is 20). 81
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 138
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 139

org/deegree/tools/feature/gml/ApplicationSchemaTool.java

Violation Message Line
Errors Class Data Abstraction Coupling is 15 (max allowed is 12) classes [ArrayList, BufferedReader, Comparator, FeatureStoreManager, File, FileReader, FilenameFilter, GMLAppSchemaReader, HashMap, LinkedHashMap, Option, Options, PosixParser, TreeSet, URL]. 91
Errors Class Fan-Out Complexity is 37 (max allowed is 20). 91
Warnings Redundant throws: 'ClassCastException' is unchecked exception. 134
Warnings Redundant throws: 'ClassCastException' is unchecked exception. 153
Errors Cyclomatic Complexity is 12 (max allowed is 10). 361
Warnings Redundant throws: 'ClassCastException' is unchecked exception. 449
Errors Cyclomatic Complexity is 12 (max allowed is 10). 530
Warnings Redundant throws: 'ClassCastException' is unchecked exception. 531

org/deegree/tools/feature/gml/GMLSchemaAnalyzer.java

Violation Message Line
Warnings Redundant throws: 'ClassCastException' is unchecked exception. 127

org/deegree/tools/feature/gml/GMLSchemaComparator.java

Violation Message Line
Warnings Redundant throws: 'ClassCastException' is unchecked exception. 107

org/deegree/tools/feature/gml/MappingShortener.java

Violation Message Line
Warnings Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 60

org/deegree/tools/feature/gml/SchemaAnalyzer.java

Violation Message Line
Errors Class Fan-Out Complexity is 32 (max allowed is 20). 79
Errors Cyclomatic Complexity is 12 (max allowed is 10). 222
Warnings Redundant throws: 'ClassCastException' is unchecked exception. 422

org/deegree/tools/feature/persistence/FeatureStoreLoader.java

Violation Message Line
Errors Class Fan-Out Complexity is 24 (max allowed is 20). 76
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 97
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 97
Errors Cyclomatic Complexity is 12 (max allowed is 10). 138
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 139
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 140

org/deegree/tools/metadata/Harvester.java

Violation Message Line
Warnings Unused import - java.io.IOException. 11
Errors Cyclomatic Complexity is 11 (max allowed is 10). 153
Errors Cyclomatic Complexity is 18 (max allowed is 10). 232

org/deegree/tools/metadata/ISO19139Validator.java

Violation Message Line
Errors Cyclomatic Complexity is 13 (max allowed is 10). 97
Errors NPath Complexity is 648 (max allowed is 200). 97

org/deegree/tools/rendering/r2d/se/PostgreSQLImporter.java

Violation Message Line
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 106

org/deegree/tools/rendering/r2d/se/StyleChecker.java

Violation Message Line
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 74
Errors Cyclomatic Complexity is 11 (max allowed is 10). 112
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 224

org/deegree/tools/services/wms/FeatureTypesToLayerTree.java

Violation Message Line
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 76
Errors Cyclomatic Complexity is 15 (max allowed is 10). 126