FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
701700

org.deegree.rendering.r2d.strokes.OffsetStroke

BugCategoryDetailsLinePriority
Switch statement found in org.deegree.rendering.r2d.strokes.OffsetStroke.calculateNormals(LinkedList, double, double, LinkedList) where default case is missingSTYLESF_SWITCH_NO_DEFAULT294Medium
Switch statement found in org.deegree.rendering.r2d.strokes.OffsetStroke.createStrokedShape(Shape) where default case is missingSTYLESF_SWITCH_NO_DEFAULT159Medium

org.deegree.rendering.r2d.strokes.ShapeStroke

BugCategoryDetailsLinePriority
Switch statement found in org.deegree.rendering.r2d.strokes.ShapeStroke.createStrokedShape(GeneralPath, PathIterator, float, float, float[], int, int) where one case falls through to the next caseSTYLESF_SWITCH_FALLTHROUGH164Medium
Switch statement found in org.deegree.rendering.r2d.strokes.ShapeStroke.calculatePathLength(PathIterator) where default case is missingSTYLESF_SWITCH_NO_DEFAULT203Medium
Switch statement found in org.deegree.rendering.r2d.strokes.ShapeStroke.createStrokedShape(GeneralPath, PathIterator, float, float, float[], int, int) where default case is missingSTYLESF_SWITCH_NO_DEFAULT154Medium

org.deegree.rendering.r2d.strokes.TextStroke

BugCategoryDetailsLinePriority
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.getShapeLength(Shape) where one case falls through to the next caseSTYLESF_SWITCH_FALLTHROUGH417Medium
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.isUpsideDown(Shape) where one case falls through to the next caseSTYLESF_SWITCH_FALLTHROUGH366Medium
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.renderCharacterWise(Shape, GlyphVector) where one case falls through to the next caseSTYLESF_SWITCH_FALLTHROUGH488Medium
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.tryWordWise(Shape) where one case falls through to the next caseSTYLESF_SWITCH_FALLTHROUGH175Medium
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.getShapeLength(Shape) where default case is missingSTYLESF_SWITCH_NO_DEFAULT408Medium
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.isUpsideDown(Shape) where default case is missingSTYLESF_SWITCH_NO_DEFAULT357Medium
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.renderCharacterWise(Shape, GlyphVector) where default case is missingSTYLESF_SWITCH_NO_DEFAULT477Medium
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.tryWordWise(Shape) where default case is missingSTYLESF_SWITCH_NO_DEFAULT166Medium

org.deegree.rendering.r2d.strokes.WobbleStroke

BugCategoryDetailsLinePriority
Switch statement found in org.deegree.rendering.r2d.strokes.WobbleStroke.createStrokedShape(Shape) where one case falls through to the next caseSTYLESF_SWITCH_FALLTHROUGH108Medium
Switch statement found in org.deegree.rendering.r2d.strokes.WobbleStroke.createStrokedShape(Shape) where default case is missingSTYLESF_SWITCH_NO_DEFAULT98Medium

org.deegree.rendering.r2d.strokes.ZigzagStroke

BugCategoryDetailsLinePriority
Switch statement found in org.deegree.rendering.r2d.strokes.ZigzagStroke.createStrokedShape(Shape) where one case falls through to the next caseSTYLESF_SWITCH_FALLTHROUGH111Medium
Switch statement found in org.deegree.rendering.r2d.strokes.ZigzagStroke.createStrokedShape(Shape) where default case is missingSTYLESF_SWITCH_NO_DEFAULT101Medium