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
81400

org.codehaus.mojo.exec.AbstractExecMojo

BugCategoryDetailsLinePriority
Unwritten field: org.codehaus.mojo.exec.AbstractExecMojo.commandlineArgsCORRECTNESSUWF_UNWRITTEN_FIELD113Medium
Unwritten field: org.codehaus.mojo.exec.AbstractExecMojo.sourceRootCORRECTNESSUWF_UNWRITTEN_FIELD135Medium
Unwritten field: org.codehaus.mojo.exec.AbstractExecMojo.testSourceRootCORRECTNESSUWF_UNWRITTEN_FIELD140Medium

org.codehaus.mojo.exec.EclipseFormatterMojo

BugCategoryDetailsLinePriority
org.codehaus.mojo.exec.EclipseFormatterMojo.getEclipseArgs() may expose internal representation by returning EclipseFormatterMojo.eclipseArgsMALICIOUS_CODEEI_EXPOSE_REP273Medium
org.codehaus.mojo.exec.EclipseFormatterMojo.getExcludes() may expose internal representation by returning EclipseFormatterMojo.excludesMALICIOUS_CODEEI_EXPOSE_REP249Medium
org.codehaus.mojo.exec.EclipseFormatterMojo.getIncludes() may expose internal representation by returning EclipseFormatterMojo.includesMALICIOUS_CODEEI_EXPOSE_REP241Medium
org.codehaus.mojo.exec.EclipseFormatterMojo.getJavaBinaries() may expose internal representation by returning EclipseFormatterMojo.javaBinariesMALICIOUS_CODEEI_EXPOSE_REP257Medium
org.codehaus.mojo.exec.EclipseFormatterMojo.setEclipseArgs(String[]) may expose internal representation by storing an externally mutable object into EclipseFormatterMojo.eclipseArgsMALICIOUS_CODEEI_EXPOSE_REP2277Medium
org.codehaus.mojo.exec.EclipseFormatterMojo.setExcludes(String[]) may expose internal representation by storing an externally mutable object into EclipseFormatterMojo.excludesMALICIOUS_CODEEI_EXPOSE_REP2253Medium
org.codehaus.mojo.exec.EclipseFormatterMojo.setIncludes(String[]) may expose internal representation by storing an externally mutable object into EclipseFormatterMojo.includesMALICIOUS_CODEEI_EXPOSE_REP2245Medium
org.codehaus.mojo.exec.EclipseFormatterMojo.setJavaBinaries(String[]) may expose internal representation by storing an externally mutable object into EclipseFormatterMojo.javaBinariesMALICIOUS_CODEEI_EXPOSE_REP2261Medium

org.codehaus.mojo.exec.ExecMojo

BugCategoryDetailsLinePriority
Method org.codehaus.mojo.exec.ExecMojo.createJar(List, String) concatenates strings using + in a loopPERFORMANCESBSC_USE_STRINGBUFFER_CONCATENATION573Medium
Unwritten field: org.codehaus.mojo.exec.ExecMojo.outputFileCORRECTNESSUWF_UNWRITTEN_FIELD318Medium
Unwritten field: org.codehaus.mojo.exec.ExecMojo.sessionCORRECTNESSUWF_UNWRITTEN_FIELD533Medium