SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.9.8
Threshold is low
Effort is max
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 5 | 4 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| io.github.olyutorskii.ghmvnlibtmpl.JavaDoc | 2 |
| io.github.olyutorskii.ghmvnlibtmpl.Resource | 2 |
io.github.olyutorskii.ghmvnlibtmpl.JavaDoc
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Self comparison of privateArg with itself io.github.olyutorskii.ghmvnlibtmpl.JavaDoc.warnPrivate(int) | CORRECTNESS | SA_LOCAL_SELF_COMPARISON | 104 | High |
| Unread field: io.github.olyutorskii.ghmvnlibtmpl.JavaDoc.field; should this field be static? | PERFORMANCE | SS_SHOULD_BE_STATIC | 24 | Medium |
io.github.olyutorskii.ghmvnlibtmpl.Resource
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exception thrown in class io.github.olyutorskii.ghmvnlibtmpl.Resource at new io.github.olyutorskii.ghmvnlibtmpl.Resource() will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 45 | Medium |
| new io.github.olyutorskii.ghmvnlibtmpl.Resource() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 44 | Medium |
