The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.miloss.fgsms.alerting.FgsmsServerCrashAlerters | 1 |
| org.miloss.fgsms.alerting.ThreadRunner | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.miloss.fgsms.alerting.FgsmsServerCrashAlerters.runMain() may fail to clean up java.io.InputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 75 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new org.miloss.fgsms.alerting.ThreadRunner(String[]) may expose internal representation by storing an externally mutable object into ThreadRunner.args | MALICIOUS_CODE | EI_EXPOSE_REP2 | 34 | Medium |
| Unread public/protected field: org.miloss.fgsms.alerting.ThreadRunner.args | STYLE | URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD | 34 | Medium |