The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.eclipse.aether.transport.file.FileTransporter | 3 |
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 |