FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
25 4 0 0

org.apache.maven.scm.provider.synergy.command.remove.SynergyRemoveCommand

Bug Category Details Line Priority
Exceptional return value of java.io.File.delete() ignored in org.apache.maven.scm.provider.synergy.command.remove.SynergyRemoveCommand.executeRemoveCommand(ScmProviderRepository, ScmFileSet, String) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 85 Medium

org.apache.maven.scm.provider.synergy.command.update.SynergyUpdateCommand

Bug Category Details Line Priority
Possible null pointer dereference in org.apache.maven.scm.provider.synergy.command.update.SynergyUpdateCommand.copyDirectoryStructure(File, File, List) due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 142 Medium

org.apache.maven.scm.provider.synergy.util.SynergyTask

Bug Category Details Line Priority
org.apache.maven.scm.provider.synergy.util.SynergyTask.getModifiedTime() may expose internal representation by returning SynergyTask.modifiedTime MALICIOUS_CODE EI_EXPOSE_REP 66 Medium
org.apache.maven.scm.provider.synergy.util.SynergyTask.setModifiedTime(Date) may expose internal representation by storing an externally mutable object into SynergyTask.modifiedTime MALICIOUS_CODE EI_EXPOSE_REP2 74 Medium