Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
3403032

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity17Errors Error
ClassFanOutComplexity10Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
2Errors Error
NPathComplexity3Errors Error
RedundantImport0Warnings Warning
UnusedImports3Warnings Warning
RedundantModifier2Warnings Warning
RedundantThrows25Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile0Warnings Warning

Details

org/deegree/tools/coverage/RTBClient.java

ViolationMessageLine
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.190

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 24 (max allowed is 20).84
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.142
ErrorsCyclomatic Complexity is 11 (max allowed is 10).223
ErrorsCyclomatic Complexity is 11 (max allowed is 10).300

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

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

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

ViolationMessageLine
WarningsRedundant 'public' modifier.61
WarningsRedundant 'public' modifier.66

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

ViolationMessageLine
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.202
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.248
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.265
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.284
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.301

org/deegree/tools/crs/CRSInfo.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).73
ErrorsCyclomatic Complexity is 13 (max allowed is 10).124
ErrorsCyclomatic Complexity is 17 (max allowed is 10).213

org/deegree/tools/crs/ConfigurationConverger.java

ViolationMessageLine
WarningsUnused import - org.deegree.cs.exceptions.TransformationException.60
WarningsUnused import - org.deegree.cs.exceptions.UnknownCRSException.61

org/deegree/tools/crs/CoordinateTransform.java

ViolationMessageLine
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.118
ErrorsCyclomatic Complexity is 16 (max allowed is 10).201
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.202

org/deegree/tools/crs/EPSGDBSynchronizer.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).91
ErrorsCyclomatic Complexity is 50 (max allowed is 10).117
ErrorsNPath Complexity is 1,138 (max allowed is 200).117

org/deegree/tools/crs/PolynomialParameterCreator.java

ViolationMessageLine
ErrorsCyclomatic Complexity is 25 (max allowed is 10).176
ErrorsNPath Complexity is 3,072 (max allowed is 200).176

org/deegree/tools/crs/XMLCoordinateTransform.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 23 (max allowed is 20).81
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.138
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.139

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

ViolationMessageLine
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 37 (max allowed is 20).91
WarningsRedundant throws: 'ClassCastException' is unchecked exception.134
WarningsRedundant throws: 'ClassCastException' is unchecked exception.153
ErrorsCyclomatic Complexity is 12 (max allowed is 10).361
WarningsRedundant throws: 'ClassCastException' is unchecked exception.449
ErrorsCyclomatic Complexity is 12 (max allowed is 10).530
WarningsRedundant throws: 'ClassCastException' is unchecked exception.531

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

ViolationMessageLine
WarningsRedundant throws: 'ClassCastException' is unchecked exception.127

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

ViolationMessageLine
WarningsRedundant throws: 'ClassCastException' is unchecked exception.107

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

ViolationMessageLine
WarningsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.60

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 32 (max allowed is 20).79
ErrorsCyclomatic Complexity is 12 (max allowed is 10).222
WarningsRedundant throws: 'ClassCastException' is unchecked exception.422

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 24 (max allowed is 20).76
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.97
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.97
ErrorsCyclomatic Complexity is 12 (max allowed is 10).138
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.139
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.140

org/deegree/tools/metadata/Harvester.java

ViolationMessageLine
WarningsUnused import - java.io.IOException.11
ErrorsCyclomatic Complexity is 11 (max allowed is 10).153
ErrorsCyclomatic Complexity is 18 (max allowed is 10).232

org/deegree/tools/metadata/ISO19139Validator.java

ViolationMessageLine
ErrorsCyclomatic Complexity is 13 (max allowed is 10).97
ErrorsNPath Complexity is 648 (max allowed is 200).97

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

ViolationMessageLine
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.106

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).74
ErrorsCyclomatic Complexity is 11 (max allowed is 10).112
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.224

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).76
ErrorsCyclomatic Complexity is 15 (max allowed is 10).126