Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
58 0 14 53

Rules

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

Details

org/deegree/filter/expression/custom/se/ChangeCase.java

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

org/deegree/filter/expression/custom/se/Concatenate.java

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

org/deegree/filter/expression/custom/se/FormatDate.java

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

org/deegree/filter/expression/custom/se/FormatNumber.java

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

org/deegree/filter/expression/custom/se/Interpolate.java

Violation Message Line
Errors Class Fan-Out Complexity is 22 (max allowed is 20). 88

org/deegree/filter/expression/custom/se/Recode.java

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

org/deegree/filter/expression/custom/se/StringLength.java

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

org/deegree/filter/expression/custom/se/StringPosition.java

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

org/deegree/filter/expression/custom/se/Substring.java

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

org/deegree/filter/expression/custom/se/Trim.java

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

org/deegree/style/persistence/sld/SLDParser.java

Violation Message Line
Errors Cyclomatic Complexity is 27 (max allowed is 10). 70
Errors NPath Complexity is 1,570 (max allowed is 200). 70

org/deegree/style/se/parser/GraphicSymbologyParser.java

Violation Message Line
Errors Class Fan-Out Complexity is 25 (max allowed is 20). 96
Errors Cyclomatic Complexity is 25 (max allowed is 10). 106
Errors Cyclomatic Complexity is 25 (max allowed is 10). 228
Errors NPath Complexity is 289 (max allowed is 200). 228
Errors Cyclomatic Complexity is 14 (max allowed is 10). 341

org/deegree/style/se/parser/PostgreSQLReader.java

Violation Message Line
Errors Class Data Abstraction Coupling is 24 (max allowed is 12) classes [ByteArrayInputStream, Continuation, DoublePair, Fill, Font, Graphic, Halo, HashMap, LinePlacement, LineStyling, LinkedList, Pair, PointStyling, PolygonStyling, QName, StringReader, Stroke, Style, Symbolizer, SymbologyParser, TextStyling, Triple, Updater, ValueReference]. 110
Errors Class Fan-Out Complexity is 43 (max allowed is 20). 110
Errors Cyclomatic Complexity is 21 (max allowed is 10). 165
Errors NPath Complexity is 221,194 (max allowed is 200). 165
Errors Cyclomatic Complexity is 19 (max allowed is 10). 279
Errors NPath Complexity is 73,738 (max allowed is 200). 279
Errors NPath Complexity is 202 (max allowed is 200). 419
Errors Cyclomatic Complexity is 11 (max allowed is 10). 472
Errors NPath Complexity is 522 (max allowed is 200). 472
Errors Cyclomatic Complexity is 11 (max allowed is 10). 656
Errors NPath Complexity is 522 (max allowed is 200). 656
Errors Cyclomatic Complexity is 16 (max allowed is 10). 748
Errors NPath Complexity is 16,394 (max allowed is 200). 748
Errors Cyclomatic Complexity is 20 (max allowed is 10). 834
Errors NPath Complexity is 1,100 (max allowed is 200). 834

org/deegree/style/se/parser/PostgreSQLWriter.java

Violation Message Line
Errors Class Fan-Out Complexity is 33 (max allowed is 20). 91
Errors Cyclomatic Complexity is 11 (max allowed is 10). 111
Errors Cyclomatic Complexity is 13 (max allowed is 10). 214
Errors NPath Complexity is 2,305 (max allowed is 200). 214
Errors NPath Complexity is 289 (max allowed is 200). 536
Errors Cyclomatic Complexity is 14 (max allowed is 10). 598
Errors NPath Complexity is 451 (max allowed is 200). 598
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 744

org/deegree/style/se/parser/SymbologyParser.java

Violation Message Line
Errors Class Data Abstraction Coupling is 29 (max allowed is 12) classes [Categorize, Common, Continuation, ContrastEnhancement, DoublePair, ElseFilter, FilterContinuation, Font, Halo, HashMap, Interpolate, LinePlacement, LineStyling, LinkedList, Pair, PerpendicularOffsetType, PointStyling, PolygonStyling, RasterChannelSelection, RasterStyling, ShadedRelief, StringBuilder, StringWriter, Symbolizer, SymbologyParserContext, TextStyling, Triple, Updater, org.deegree.style.se.unevaluated.Style]. 124
Errors Class Fan-Out Complexity is 47 (max allowed is 20). 124
Errors Cyclomatic Complexity is 35 (max allowed is 10). 292
Errors Cyclomatic Complexity is 18 (max allowed is 10). 537
Errors Cyclomatic Complexity is 15 (max allowed is 10). 642
Errors NPath Complexity is 324 (max allowed is 200). 642
Errors Cyclomatic Complexity is 38 (max allowed is 10). 730
Errors Cyclomatic Complexity is 12 (max allowed is 10). 1034
Errors NPath Complexity is 513 (max allowed is 200). 1034

org/deegree/style/se/unevaluated/Continuation.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Redundant 'static' modifier. 95

org/deegree/style/se/unevaluated/Style.java

Violation Message Line
Errors Class Fan-Out Complexity is 40 (max allowed is 20). 97
Errors Cyclomatic Complexity is 18 (max allowed is 10). 227

org/deegree/style/se/unevaluated/Symbolizer.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Cyclomatic Complexity is 18 (max allowed is 10). 175
Errors NPath Complexity is 300 (max allowed is 200). 175

org/deegree/style/styling/RasterChannelSelection.java

Violation Message Line
Errors Cyclomatic Complexity is 13 (max allowed is 10). 158

org/deegree/style/utils/ColorQuantizer.java

Violation Message Line
Errors Cyclomatic Complexity is 18 (max allowed is 10). 455
Errors NPath Complexity is 1,209 (max allowed is 200). 455
Errors Cyclomatic Complexity is 14 (max allowed is 10). 572

org/deegree/style/utils/DiffusionFilterOp.java

Violation Message Line
Errors Cyclomatic Complexity is 16 (max allowed is 10). 132
Warnings Redundant throws: 'ArrayIndexOutOfBoundsException' is unchecked exception. 246

org/deegree/style/utils/RasterDataUtility.java

Violation Message Line
Errors Cyclomatic Complexity is 26 (max allowed is 10). 435
Errors NPath Complexity is 19,300 (max allowed is 200). 435

org/deegree/style/utils/ShapeHelper.java

Violation Message Line
Errors Class Data Abstraction Coupling is 15 (max allowed is 12) classes [AffineTransform, BridgeContext, DocumentLoader, Ellipse2D.Double, FontRenderContext, GVTBuilder, GVTTreeWalker, GeneralPath, HashSet, Line2D.Double, Path2D.Double, Rectangle2D.Double, SAXSVGDocumentFactory, URL, UserAgentAdapter]. 80
Errors Class Fan-Out Complexity is 26 (max allowed is 20). 80
Errors Cyclomatic Complexity is 11 (max allowed is 10). 159