FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
6500

org.codehaus.mojo.sql.SqlExecMojo

BugCategoryDetailsLinePriority
org.codehaus.mojo.sql.SqlExecMojo.getResourceLocations() may expose internal representation by returning SqlExecMojo.resourceLocationsMALICIOUS_CODEEI_EXPOSE_REP1394Medium
org.codehaus.mojo.sql.SqlExecMojo.getSrcFiles() may expose internal representation by returning SqlExecMojo.srcFilesMALICIOUS_CODEEI_EXPOSE_REP1284Medium
org.codehaus.mojo.sql.SqlExecMojo.setResourceLocations(String[]) may expose internal representation by storing an externally mutable object into SqlExecMojo.resourceLocationsMALICIOUS_CODEEI_EXPOSE_REP21398Medium
org.codehaus.mojo.sql.SqlExecMojo.setSrcFiles(File[]) may expose internal representation by storing an externally mutable object into SqlExecMojo.srcFilesMALICIOUS_CODEEI_EXPOSE_REP21288Medium

org.codehaus.mojo.sql.SqlExecMojo$Transaction

BugCategoryDetailsLinePriority
org.codehaus.mojo.sql.SqlExecMojo$Transaction defines compareTo(SqlExecMojo$Transaction) and uses Object.equals()BAD_PRACTICEEQ_COMPARETO_USE_OBJECT_EQUALS1223Medium