Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
320105

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity3Errors Error
ClassFanOutComplexity0Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0Errors Error
NPathComplexity2Errors Error
RedundantImport0Warnings Warning
UnusedImports1Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows4Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile5Warnings Warning

Details

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

ViolationMessageLine
ErrorsCyclomatic Complexity is 12 (max allowed is 10).207
ErrorsNPath Complexity is 256 (max allowed is 200).207

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

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsRedundant throws: 'ConverterException' is unchecked exception.81

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

ViolationMessageLine
WarningsFile does not end with a newline.0

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

ViolationMessageLine
ErrorsCyclomatic Complexity is 11 (max allowed is 10).66

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

ViolationMessageLine
WarningsFile does not end with a newline.0

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

ViolationMessageLine
WarningsRedundant throws: 'ConverterException' is unchecked exception.126

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

ViolationMessageLine
WarningsRedundant throws: 'ConverterException' is unchecked exception.164

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

ViolationMessageLine
WarningsUnused import - org.deegree.client.core.component.HtmlInputMultiple.50

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

ViolationMessageLine
ErrorsCyclomatic Complexity is 21 (max allowed is 10).138
ErrorsNPath Complexity is 292 (max allowed is 200).138

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

ViolationMessageLine
WarningsFile does not end with a newline.0

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

ViolationMessageLine
WarningsFile does not end with a newline.0

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

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