The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.codehaus.mojo.sql.SqlExecMojo.getResourceLocations() may expose internal representation by returning SqlExecMojo.resourceLocations | MALICIOUS_CODE | EI_EXPOSE_REP | 1370 | Medium |
org.codehaus.mojo.sql.SqlExecMojo.getSrcFiles() may expose internal representation by returning SqlExecMojo.srcFiles | MALICIOUS_CODE | EI_EXPOSE_REP | 1275 | Medium |
org.codehaus.mojo.sql.SqlExecMojo.setResourceLocations(String[]) may expose internal representation by storing an externally mutable object into SqlExecMojo.resourceLocations | MALICIOUS_CODE | EI_EXPOSE_REP2 | 1374 | Medium |
org.codehaus.mojo.sql.SqlExecMojo.setSrcFiles(File[]) may expose internal representation by storing an externally mutable object into SqlExecMojo.srcFiles | MALICIOUS_CODE | EI_EXPOSE_REP2 | 1279 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.codehaus.mojo.sql.SqlExecMojo$Transaction defines compareTo(SqlExecMojo$Transaction) and uses Object.equals() | BAD_PRACTICE | EQ_COMPARETO_USE_OBJECT_EQUALS | 1214 | Medium |