FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
Summary
Classes |
Bugs |
Errors |
Missing Classes |
27 |
5 |
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.BazaarUtils$BazaarRevNoConsumer
Bug |
Category |
Details |
Line |
Priority |
Boxing/unboxing to parse a primitive org.apache.maven.scm.provider.bazaar.BazaarUtils$BazaarRevNoConsumer.doConsume(ScmFileStatus, String) |
PERFORMANCE |
DM_BOXED_PRIMITIVE_FOR_PARSING |
227 |
High |
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 |
69 |
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 |