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.bueller.Bueller | 11 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to msg in org.miloss.fgsms.bueller.Bueller.doJmsURL(boolean, String) | STYLE | DLS_DEAD_LOCAL_STORE | 294 | Medium |
Dead store to que in org.miloss.fgsms.bueller.Bueller.doJmsURL(boolean, String) | STYLE | DLS_DEAD_LOCAL_STORE | 319 | Medium |
org.miloss.fgsms.bueller.Bueller.sendGetRequest(boolean, String, int) invokes inefficient new String(String) constructor | PERFORMANCE | DM_STRING_CTOR | 821 | Medium |
org.miloss.fgsms.bueller.Bueller.noloop should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 83 | Medium |
org.miloss.fgsms.bueller.Bueller.running should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 82 | Medium |
The method name org.miloss.fgsms.bueller.Bueller.Fire(boolean) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 576-664 | Medium |
The method name org.miloss.fgsms.bueller.Bueller.GetAlternateUrls(String, Connection) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 124-153 | Medium |
The method name org.miloss.fgsms.bueller.Bueller.GetAlternateUrls(String, boolean) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 166-180 | Medium |
The method name org.miloss.fgsms.bueller.Bueller.Init(boolean) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 416-564 | Medium |
org.miloss.fgsms.bueller.Bueller.cleanUpOldStuff(List, Connection) may fail to clean up java.sql.Statement | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 211 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.bueller.Bueller.Main(String[]) | STYLE | REC_CATCH_EXCEPTION | 355 | Medium |