The following document contains the results of FindBugs
FindBugs Version is 3.0.1
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 |
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 |
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 |
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 |