The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Switch statement found in org.deegree.rendering.r2d.strokes.OffsetStroke.calculateNormals(LinkedList, double, double, LinkedList) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 294 | Medium |
Switch statement found in org.deegree.rendering.r2d.strokes.OffsetStroke.createStrokedShape(Shape) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 159 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
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 case | STYLE | SF_SWITCH_FALLTHROUGH | 164 | Medium |
Switch statement found in org.deegree.rendering.r2d.strokes.ShapeStroke.calculatePathLength(PathIterator) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 203 | Medium |
Switch statement found in org.deegree.rendering.r2d.strokes.ShapeStroke.createStrokedShape(GeneralPath, PathIterator, float, float, float[], int, int) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 154 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.getShapeLength(Shape) where one case falls through to the next case | STYLE | SF_SWITCH_FALLTHROUGH | 417 | Medium |
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.isUpsideDown(Shape) where one case falls through to the next case | STYLE | SF_SWITCH_FALLTHROUGH | 366 | Medium |
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.renderCharacterWise(Shape, GlyphVector) where one case falls through to the next case | STYLE | SF_SWITCH_FALLTHROUGH | 488 | Medium |
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.tryWordWise(Shape) where one case falls through to the next case | STYLE | SF_SWITCH_FALLTHROUGH | 175 | Medium |
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.getShapeLength(Shape) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 408 | Medium |
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.isUpsideDown(Shape) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 357 | Medium |
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.renderCharacterWise(Shape, GlyphVector) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 477 | Medium |
Switch statement found in org.deegree.rendering.r2d.strokes.TextStroke.tryWordWise(Shape) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 166 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Switch statement found in org.deegree.rendering.r2d.strokes.WobbleStroke.createStrokedShape(Shape) where one case falls through to the next case | STYLE | SF_SWITCH_FALLTHROUGH | 108 | Medium |
Switch statement found in org.deegree.rendering.r2d.strokes.WobbleStroke.createStrokedShape(Shape) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 98 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Switch statement found in org.deegree.rendering.r2d.strokes.ZigzagStroke.createStrokedShape(Shape) where one case falls through to the next case | STYLE | SF_SWITCH_FALLTHROUGH | 111 | Medium |
Switch statement found in org.deegree.rendering.r2d.strokes.ZigzagStroke.createStrokedShape(Shape) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 101 | Medium |