Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
31 0 16 8

Rules

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

Details

org/deegree/console/Config.java

Violation Message Line
Warnings Unused import - org.deegree.commons.config.Resource. 56
Errors Cyclomatic Complexity is 11 (max allowed is 10). 264

org/deegree/console/ConfigExample.java

Violation Message Line
Warnings File does not end with a newline. 0

org/deegree/console/ConfigManager.java

Violation Message Line
Warnings File does not end with a newline. 0

org/deegree/console/ResourceManagerMetadata2.java

Violation Message Line
Warnings File does not end with a newline. 0

org/deegree/console/ResourceProviderMetadata.java

Violation Message Line
Warnings File does not end with a newline. 0

org/deegree/console/featurestore/AppSchemaInfo.java

Violation Message Line
Warnings File does not end with a newline. 0

org/deegree/console/featurestore/FeatureStoreConfig.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class Fan-Out Complexity is 22 (max allowed is 20). 77

org/deegree/console/featurestore/FeatureStoreLoader.java

Violation Message Line
Warnings File does not end with a newline. 0

org/deegree/console/featurestore/MappingWizardSQL.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class Data Abstraction Coupling is 14 (max allowed is 12) classes [AppSchemaInfo, AppSchemaMapper, ArrayList, Config, FacesMessage, File, FileInputStream, FileOutputStream, GMLAppSchemaReader, GeometryStorageParams, IndentingXMLStreamWriter, SQLExecution, SQLFeatureStoreConfigWriter, TreeSet]. 96
Errors Class Fan-Out Complexity is 38 (max allowed is 20). 96
Warnings Redundant throws: 'SecurityException' is unchecked exception. 129
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 130
Warnings Redundant throws: 'SecurityException' is unchecked exception. 261
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 262

org/deegree/console/util/ApplicationBean.java

Violation Message Line
Warnings File does not end with a newline. 0

org/deegree/console/util/RequestBean.java

Violation Message Line
Errors Class Data Abstraction Coupling is 21 (max allowed is 12) classes [ArrayList, BoundedInputStream, BufferedReader, ByteArrayInputStream, DURL, DefaultHttpClient, File, FileInputStream, FileOutputStream, FilenameFilter, HashMap, HttpPost, InputStreamEntity, InputStreamReader, LinkedHashMap, SelectItem, SelectItemGroup, StringBuilder, TreeMap, TreeSet, XMLAdapter]. 103
Errors Class Fan-Out Complexity is 37 (max allowed is 20). 103
Errors Cyclomatic Complexity is 11 (max allowed is 10). 379
Errors Cyclomatic Complexity is 17 (max allowed is 10). 461

org/deegree/console/util/URLValidator.java

Violation Message Line
Warnings Redundant throws: 'ValidatorException' is unchecked exception. 61

org/deegree/console/util/XMLValidator.java

Violation Message Line
Warnings Redundant throws: 'ValidatorException' is unchecked exception. 58