The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Il y a une boucle récursive infinie apparente dans org.apache.maven.scm.manager.ScmManagerStub.export(ScmRepository, ScmFileSet, String) | CORRECTNESS | IL_INFINITE_RECURSIVE_LOOP | 321 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Champ jamais écrit : org.apache.maven.scm.provider.ScmProviderStub.scmType | CORRECTNESS | UWF_UNWRITTEN_FIELD | 157 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Method org.apache.maven.scm.tck.command.checkin.CheckInCommandTckTest.changeReadmeTxt(File) may fail to clean up java.io.Writer | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 234 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Chemin de fichier codé en dur dans le code de org.apache.maven.scm.tck.command.list.ListCommandTckTest.testListCommandUnexistantFileTest() | STYLE | DMI_HARDCODED_ABSOLUTE_FILENAME | 64 | Medium |