The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.scm.provider.tfs.command.TfsCheckOutCommand | 1 |
org.apache.maven.scm.provider.tfs.command.TfsUpdateCommand | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Appel de equals() comparant une classe et une interface sans relation dans org.apache.maven.scm.provider.tfs.command.TfsCheckOutCommand.createGetCommand(ScmProviderRepository, ScmFileSet, ScmVersion, boolean) | CORRECTNESS | EC_UNRELATED_CLASS_AND_INTERFACE | 101 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Appel de equals() comparant une classe et une interface sans relation dans org.apache.maven.scm.provider.tfs.command.TfsUpdateCommand.createCommand(ScmProviderRepository, ScmFileSet, ScmVersion) | CORRECTNESS | EC_UNRELATED_CLASS_AND_INTERFACE | 58 | High |