The following document contains the results of SpotBugs
SpotBugs Version is 4.5.3
Threshold is medium
Effort is default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 33 | 3 | 0 | 0 |
| Class | Bugs |
|---|---|
| fr.paris.lutece.plugins.crmclient.service.authenticator.AuthenticatorService | 2 |
| fr.paris.lutece.plugins.crmclient.service.processor.CRMClientWSProcessor | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| fr.paris.lutece.plugins.crmclient.service.authenticator.AuthenticatorService.setMapRequestAuthenticatorForUrl(Map) may expose internal representation by storing an externally mutable object into AuthenticatorService._mapRequestAuthenticatorForUrl | MALICIOUS_CODE | EI_EXPOSE_REP2 | 98 | Medium |
| fr.paris.lutece.plugins.crmclient.service.authenticator.AuthenticatorService.setMapRequestAuthenticatorForWs(Map) may expose internal representation by storing an externally mutable object into AuthenticatorService._mapRequestAuthenticatorForWs | MALICIOUS_CODE | EI_EXPOSE_REP2 | 87 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| fr.paris.lutece.plugins.crmclient.service.processor.CRMClientWSProcessor.setSignatureElements(List) may expose internal representation by storing an externally mutable object into CRMClientWSProcessor._listSignatureElements | MALICIOUS_CODE | EI_EXPOSE_REP2 | 119 | Medium |