FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
4 3 0 0

org.eclipse.aether.transport.file.FileTransporter

Bug Category Details Line Priority
org.eclipse.aether.transport.file.FileTransporter.implGet(GetTask) may fail to clean up java.io.InputStream EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION 83 Medium
org.eclipse.aether.transport.file.FileTransporter.implPut(PutTask) may fail to clean up java.io.OutputStream EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION 94 Medium
Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.aether.transport.file.FileTransporter.implPut(PutTask) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 91 Medium