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
1501800

org.deegree.filter.expression.custom.se.Categorize

BugCategoryDetailsLinePriority
org.deegree.filter.expression.custom.se.Categorize.getColors() may expose internal representation by returning Categorize.valuesArrayMALICIOUS_CODEEI_EXPOSE_REP194Medium
org.deegree.filter.expression.custom.se.Categorize.getThreshholds() may expose internal representation by returning Categorize.thresholdsArrayMALICIOUS_CODEEI_EXPOSE_REP180Medium

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

BugCategoryDetailsLinePriority
Dead store to decimalPoint in org.deegree.filter.expression.custom.se.FormatNumber.parse(XMLStreamReader)STYLEDLS_DEAD_LOCAL_STORE125Medium
Dead store to groupingSeparator in org.deegree.filter.expression.custom.se.FormatNumber.parse(XMLStreamReader)STYLEDLS_DEAD_LOCAL_STORE127Medium

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

BugCategoryDetailsLinePriority
org.deegree.filter.expression.custom.se.Interpolate.getDatas() may expose internal representation by returning Interpolate.dataArrayMALICIOUS_CODEEI_EXPOSE_REP535Medium

org.deegree.style.se.parser.PostgreSQLReader

BugCategoryDetailsLinePriority
org.deegree.style.se.parser.PostgreSQLReader.getFill(int, Connection) may fail to clean up java.sql.Statement on checked exceptionEXPERIMENTALOBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE389Medium
org.deegree.style.se.parser.PostgreSQLReader.getFont(int, Connection) may fail to clean up java.sql.Statement on checked exceptionEXPERIMENTALOBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE429Medium
org.deegree.style.se.parser.PostgreSQLReader.getGraphic(int, Connection, Continuation) may fail to clean up java.sql.Statement on checked exceptionEXPERIMENTALOBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE175Medium
org.deegree.style.se.parser.PostgreSQLReader.getHalo(int, Connection) may fail to clean up java.sql.Statement on checked exceptionEXPERIMENTALOBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE539Medium
org.deegree.style.se.parser.PostgreSQLReader.getLinePlacement(int, Connection) may fail to clean up java.sql.Statement on checked exceptionEXPERIMENTALOBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE482Medium
org.deegree.style.se.parser.PostgreSQLReader.getLineStyling(int, Connection) may fail to clean up java.sql.Statement on checked exceptionEXPERIMENTALOBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE621Medium
org.deegree.style.se.parser.PostgreSQLReader.getPointStyling(int, Connection) may fail to clean up java.sql.Statement on checked exceptionEXPERIMENTALOBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE580Medium
org.deegree.style.se.parser.PostgreSQLReader.getPolygonStyling(int, Connection) may fail to clean up java.sql.Statement on checked exceptionEXPERIMENTALOBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE667Medium
org.deegree.style.se.parser.PostgreSQLReader.getStroke(int, Connection, Continuation) may fail to clean up java.sql.Statement on checked exceptionEXPERIMENTALOBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE289Medium
org.deegree.style.se.parser.PostgreSQLReader.getTextStyling(int, Connection) may fail to clean up java.sql.Statement on checked exceptionEXPERIMENTALOBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE759Medium

org.deegree.style.se.parser.SymbologyParsingHelper

BugCategoryDetailsLinePriority

org.deegree.style.utils.RasterDataUtility

BugCategoryDetailsLinePriority
integral division result cast to double or float in org.deegree.style.utils.RasterDataUtility.combineBytes(byte[])STYLEICAST_IDIV_CAST_TO_DOUBLE244Medium
integral division result cast to double or float in org.deegree.style.utils.RasterDataUtility.combineShorts(short[])STYLEICAST_IDIV_CAST_TO_DOUBLE194Medium