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
27 4 0 0

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

Bug Category Details Line Priority
Possible null pointer dereference of path in org.apache.maven.scm.provider.bazaar.BazaarScmProvider.makeProviderScmRepository(File) CORRECTNESS NP_NULL_ON_SOME_PATH 86 Medium

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

Bug Category Details Line Priority
org.apache.maven.scm.provider.bazaar.command.diff.BazaarDiffConsumer.doConsume(ScmFileStatus, String) invokes inefficient new String(String) constructor PERFORMANCE DM_STRING_CTOR 85 Medium

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

Bug Category Details Line Priority
Unwritten field: org.apache.maven.scm.provider.bazaar.command.tag.BazaarLsConsumer.repositoryRoot CORRECTNESS UWF_UNWRITTEN_FIELD 67 Medium

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

Bug Category Details Line Priority
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) CORRECTNESS GC_UNRELATED_TYPES 95 High