FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.1

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
1401200

net.sf.statscm.StatConf

BugCategoryDetailsLine
Useless control flow in net.sf.statscm.StatConf.configure(MavenProject, Locale)STYLEUCF_USELESS_CONTROL_FLOW172

net.sf.statscm.StatScmMojo

BugCategoryDetailsLine
net.sf.statscm.StatScmMojo.copyResourceFiles(String, String) may fail to close stream on exceptionBAD_PRACTICEOS_OPEN_STREAM_EXCEPTION_PATH647
Redundant nullcheck of versionText, which is known to be non-null in net.sf.statscm.StatScmMojo.getStatSCMVersion()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE760
Unwritten field: net.sf.statscm.StatScmMojo.cacheDirCORRECTNESSUWF_UNWRITTEN_FIELD417
Unwritten field: net.sf.statscm.StatScmMojo.excludesCORRECTNESSUWF_UNWRITTEN_FIELD454
Unwritten field: net.sf.statscm.StatScmMojo.includesCORRECTNESSUWF_UNWRITTEN_FIELD443
Unwritten field: net.sf.statscm.StatScmMojo.nonDeveloperLoginsCORRECTNESSUWF_UNWRITTEN_FIELD510
Unwritten field: net.sf.statscm.StatScmMojo.notesFileCORRECTNESSUWF_UNWRITTEN_FIELD389
Unwritten field: net.sf.statscm.StatScmMojo.titleCORRECTNESSUWF_UNWRITTEN_FIELD371

net.sf.statscm.StatScmMojo$1

BugCategoryDetailsLine
The class net.sf.statscm.StatScmMojo$1 could be refactored into a named _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_ANON623-635

net.sf.statscm.Trac

BugCategoryDetailsLine
net.sf.statscm.Trac.bugRegex isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL19
Redundant nullcheck of bugURL, which is known to be non-null in net.sf.statscm.Trac.toHTMLWithLinks(String)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE58