The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.btisystems.pronx.ems.core.exception.DetailedFaultException.getVariables() may expose internal representation by returning DetailedFaultException.variables | MALICIOUS_CODE | EI_EXPOSE_REP | 85 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.btisystems.pronx.ems.core.model.DeviceEntity.clone() may return null | BAD_PRACTICE | NP_CLONE_COULD_RETURN_NULL | 201 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.btisystems.pronx.ems.core.model.I_Device.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 30 | Medium |
com.btisystems.pronx.ems.core.model.I_Device.equals(Object) always returns true | CORRECTNESS | EQ_ALWAYS_TRUE | 40 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Naked notify in com.btisystems.pronx.ems.core.snmp.SnmpSession$TreeResponseListener.finished(TreeEvent) | MT_CORRECTNESS | NN_NAKED_NOTIFY | 406 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should com.btisystems.pronx.ems.core.snmp.SnmpTableWalker$TableIndexRetrievalDescriptor be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 326 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Naked notify in com.btisystems.pronx.ems.core.snmp.SnmpTableWalker$TableResponseListener.finished(TableEvent) | MT_CORRECTNESS | NN_NAKED_NOTIFY | 291 | Medium |