FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
29 7 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 138 Medium
Useless object stored in variable changedScmFiles of method org.apache.maven.scm.provider.jazz.command.add.JazzAddCommand.executeAddCommand(ScmProviderRepository, ScmFileSet) STYLE UC_USELESS_OBJECT 114 Medium
Useless object stored in variable commitedFiles of method org.apache.maven.scm.provider.jazz.command.add.JazzAddCommand.executeAddCommand(ScmProviderRepository, ScmFileSet) STYLE UC_USELESS_OBJECT 116 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

org.apache.maven.scm.provider.jazz.command.status.JazzStatusConsumer

Bug Category Details Line Priority
org.apache.maven.scm.provider.jazz.command.status.JazzStatusConsumer.consumeLine(String) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead PERFORMANCE DM_NUMBER_CTOR 329 Medium
org.apache.maven.scm.provider.jazz.command.status.JazzStatusConsumer.extractChangeSetAlias(String) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead PERFORMANCE DM_NUMBER_CTOR 546 Medium