Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
310178

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity3Errors Error
ClassFanOutComplexity3Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
2Errors Error
NPathComplexity0Errors Error
RedundantImport0Warnings Warning
UnusedImports1Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows6Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile10Warnings Warning

Details

org/deegree/console/Config.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.commons.config.Resource.56
ErrorsCyclomatic Complexity is 11 (max allowed is 10).264

org/deegree/console/ConfigExample.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/console/ConfigManager.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/console/ResourceManagerMetadata2.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/console/ResourceProviderMetadata.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/console/featurestore/AppSchemaInfo.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/console/featurestore/FeatureStoreConfig.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsClass Fan-Out Complexity is 22 (max allowed is 20).77

org/deegree/console/featurestore/FeatureStoreLoader.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/console/featurestore/MappingWizardSQL.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsClass Data Abstraction Coupling is 14 (max allowed is 12) classes [AppSchemaInfo, AppSchemaMapper, ArrayList, Config, FacesMessage, File, FileInputStream, FileOutputStream, GMLAppSchemaReader, GeometryStorageParams, IndentingXMLStreamWriter, SQLExecution, SQLFeatureStoreConfigWriter, TreeSet].95
ErrorsClass Fan-Out Complexity is 38 (max allowed is 20).95
WarningsRedundant throws: 'SecurityException' is unchecked exception.129
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.130
WarningsRedundant throws: 'SecurityException' is unchecked exception.246
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.247

org/deegree/console/util/ApplicationBean.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/console/util/RequestBean.java

ViolationMessageLine
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 37 (max allowed is 20).103
ErrorsCyclomatic Complexity is 11 (max allowed is 10).373
ErrorsCyclomatic Complexity is 17 (max allowed is 10).455

org/deegree/console/util/URLValidator.java

ViolationMessageLine
WarningsRedundant throws: 'ValidatorException' is unchecked exception.61

org/deegree/console/util/XMLValidator.java

ViolationMessageLine
WarningsRedundant throws: 'ValidatorException' is unchecked exception.58