The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.apache.maven.wagon.providers.file.FileWagon | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.wagon.providers.file.FileWagon.putDirectory(File, String) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 169 | Medium |