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.agents.qpidpy.Mainv2 | 1 |
org.miloss.fgsms.agents.qpidpy.qpidcmdws | 5 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in org.miloss.fgsms.agents.qpidpy.Mainv2.Run(String[]) | STYLE | REC_CATCH_EXCEPTION | 76 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.miloss.fgsms.agents.qpidpy.qpidcmdws.LoadExchangeData(String): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 76 | High |
Found reliance on default encoding in org.miloss.fgsms.agents.qpidpy.qpidcmdws.LoadQueueData(String): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 180 | High |
The class name org.miloss.fgsms.agents.qpidpy.qpidcmdws doesn't start with an upper case letter | BAD_PRACTICE | NM_CLASS_NAMING_CONVENTION | 52-493 | Medium |
org.miloss.fgsms.agents.qpidpy.qpidcmdws.LoadExchangeData(String) may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 76 | Medium |
org.miloss.fgsms.agents.qpidpy.qpidcmdws.LoadQueueData(String) may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 180 | Medium |