The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| com.renatodelgaudio.awsupdate.EnvUtil | 1 |
| com.renatodelgaudio.awsupdate.Mailer | 2 |
| com.renatodelgaudio.awsupdate.PropertyConfig | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference of stream in com.renatodelgaudio.awsupdate.EnvUtil.getConfigAsProperty() on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 101 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Synchronization on Boolean in com.renatodelgaudio.awsupdate.Mailer.initMailer() | MT_CORRECTNESS | DL_SYNCHRONIZATION_ON_BOOLEAN | 100 | High |
| Synchronization on Mailer.init in futile attempt to guard it | MT_CORRECTNESS | ML_SYNC_ON_FIELD_TO_GUARD_CHANGING_THAT_FIELD | 127 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exception is caught when Exception is not thrown in com.renatodelgaudio.awsupdate.PropertyConfig.isConfigOK() | STYLE | REC_CATCH_EXCEPTION | 111 | Medium |