The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.wagon.providers.file.FileWagon | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference in org.apache.maven.wagon.providers.file.FileWagon.getFileList(String) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 243 | Medium |
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 |