The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
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 |
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 |
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 |