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
7500

org.codehaus.mojo.sql.SqlExecMojo

BugCategoryDetailsLinePriority
org.codehaus.mojo.sql.SqlExecMojo.getResourceLocations() may expose internal representation by returning SqlExecMojo.resourceLocationsMALICIOUS_CODEEI_EXPOSE_REP1370Medium
org.codehaus.mojo.sql.SqlExecMojo.getSrcFiles() may expose internal representation by returning SqlExecMojo.srcFilesMALICIOUS_CODEEI_EXPOSE_REP1275Medium
org.codehaus.mojo.sql.SqlExecMojo.setResourceLocations(String[]) may expose internal representation by storing an externally mutable object into SqlExecMojo.resourceLocationsMALICIOUS_CODEEI_EXPOSE_REP21374Medium
org.codehaus.mojo.sql.SqlExecMojo.setSrcFiles(File[]) may expose internal representation by storing an externally mutable object into SqlExecMojo.srcFilesMALICIOUS_CODEEI_EXPOSE_REP21279Medium

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_EQUALS1214Medium