FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
27400

org.apache.maven.scm.provider.bazaar.BazaarScmProvider

BugCategoryDetailsLinePriority
Possible null pointer dereference of path in org.apache.maven.scm.provider.bazaar.BazaarScmProvider.makeProviderScmRepository(File)CORRECTNESSNP_NULL_ON_SOME_PATH86Medium

org.apache.maven.scm.provider.bazaar.command.diff.BazaarDiffConsumer

BugCategoryDetailsLinePriority
org.apache.maven.scm.provider.bazaar.command.diff.BazaarDiffConsumer.doConsume(ScmFileStatus, String) invokes inefficient new String(String) constructorPERFORMANCEDM_STRING_CTOR85Medium

org.apache.maven.scm.provider.bazaar.command.tag.BazaarLsConsumer

BugCategoryDetailsLinePriority
Unwritten field: org.apache.maven.scm.provider.bazaar.command.tag.BazaarLsConsumer.repositoryRootCORRECTNESSUWF_UNWRITTEN_FIELD67Medium

org.apache.maven.scm.provider.bazaar.command.update.BazaarUpdateCommand

BugCategoryDetailsLinePriority
org.apache.maven.scm.ScmFile is incompatible with expected argument type String in org.apache.maven.scm.provider.bazaar.command.update.BazaarUpdateCommand.executeUpdateCommand(ScmProviderRepository, ScmFileSet, ScmVersion)CORRECTNESSGC_UNRELATED_TYPES95High