Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
32 0 10 5

Rules

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

Details

org/deegree/client/core/component/HtmlInputBBox.java

Violation Message Line
Errors Cyclomatic Complexity is 12 (max allowed is 10). 207
Errors NPath Complexity is 256 (max allowed is 200). 207

org/deegree/client/core/component/HtmlInputConfigurationXML.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Redundant throws: 'ConverterException' is unchecked exception. 81

org/deegree/client/core/filter/InputFileFilter.java

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

org/deegree/client/core/filter/InputFileWrapper.java

Violation Message Line
Errors Cyclomatic Complexity is 11 (max allowed is 10). 66

org/deegree/client/core/model/UploadedFile.java

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

org/deegree/client/core/renderer/InputBBoxRenderer.java

Violation Message Line
Warnings Redundant throws: 'ConverterException' is unchecked exception. 126

org/deegree/client/core/renderer/InputFileRenderer.java

Violation Message Line
Warnings Redundant throws: 'ConverterException' is unchecked exception. 164

org/deegree/client/core/renderer/InputMultipleTextRenderer.java

Violation Message Line
Warnings Unused import - org.deegree.client.core.component.HtmlInputMultiple. 50

org/deegree/client/core/renderer/OutputXMLRenderer.java

Violation Message Line
Errors Cyclomatic Complexity is 21 (max allowed is 10). 138
Errors NPath Complexity is 292 (max allowed is 200). 138

org/deegree/client/core/utils/ActionParams.java

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

org/deegree/client/core/utils/SQLExecution.java

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

org/deegree/client/core/validator/FileMimeTypeValidator.java

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