The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
com.legstar.coxb.impl.COctetStreamBinding | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
La méthode com.legstar.coxb.impl.COctetStreamBinding.getByteArrayValue() risque d'exposer sa représentation interne en renvoyant com.legstar.coxb.impl.COctetStreamBinding.mValue | MALICIOUS_CODE | EI_EXPOSE_REP | 64 | Medium |
La méthode com.legstar.coxb.impl.COctetStreamBinding.getObjectValue(Class) risque d'exposer sa représentation interne en renvoyant com.legstar.coxb.impl.COctetStreamBinding.mValue | MALICIOUS_CODE | EI_EXPOSE_REP | 102 | Medium |
La méthode com.legstar.coxb.impl.COctetStreamBinding.setByteArrayValue(byte[]) risque d'exposer sa représentation interne en stockant un objet externe modifiable dans com.legstar.coxb.impl.COctetStreamBinding.mValue | MALICIOUS_CODE | EI_EXPOSE_REP2 | 70 | Medium |
La méthode com.legstar.coxb.impl.COctetStreamBinding.setObjectValue(Object) risque d'exposer sa représentation interne en stockant un objet externe modifiable dans com.legstar.coxb.impl.COctetStreamBinding.mValue | MALICIOUS_CODE | EI_EXPOSE_REP2 | 116 | Medium |