FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
21 2 0 0

org.apache.maven.scm.provider.tfs.command.TfsCheckOutCommand

Bug Category Details Line Priority
Call to org.apache.maven.scm.ScmVersion.equals(String) in org.apache.maven.scm.provider.tfs.command.TfsCheckOutCommand.createGetCommand(ScmProviderRepository, ScmFileSet, ScmVersion, boolean) CORRECTNESS EC_UNRELATED_CLASS_AND_INTERFACE 101 High

org.apache.maven.scm.provider.tfs.command.TfsUpdateCommand

Bug Category Details Line Priority
Call to org.apache.maven.scm.ScmVersion.equals(String) in org.apache.maven.scm.provider.tfs.command.TfsUpdateCommand.createCommand(ScmProviderRepository, ScmFileSet, ScmVersion) CORRECTNESS EC_UNRELATED_CLASS_AND_INTERFACE 58 High