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
29 3 0 0

org.apache.maven.scm.provider.jazz.command.add.JazzAddCommand

Bug Category Details Line Priority
Dead store to commitedFiles in org.apache.maven.scm.provider.jazz.command.add.JazzAddCommand.executeAddCommand(ScmProviderRepository, ScmFileSet) STYLE DLS_DEAD_LOCAL_STORE 139 Medium

org.apache.maven.scm.provider.jazz.command.blame.JazzBlameConsumer

Bug Category Details Line Priority
Dead store to lineNumberStr in org.apache.maven.scm.provider.jazz.command.blame.JazzBlameConsumer.consumeLine(String) STYLE DLS_DEAD_LOCAL_STORE 83 Medium

org.apache.maven.scm.provider.jazz.command.checkout.JazzCheckOutConsumer

Bug Category Details Line Priority
Unread public/protected field: org.apache.maven.scm.provider.jazz.command.checkout.JazzCheckOutConsumer.fCurrentDir STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 43 Medium