FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
17 4 0 0

com.renatodelgaudio.awsupdate.EnvUtil

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

com.renatodelgaudio.awsupdate.Mailer

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

com.renatodelgaudio.awsupdate.PropertyConfig

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