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 |
|---|---|---|---|
| 15 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| fr.paris.lutece.plugins.gruindexing.service.CustomerIndexingService | 1 |
| fr.paris.lutece.plugins.gruindexing.web.rs.lucene.LuceneAutoCompleteRestService | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new fr.paris.lutece.plugins.gruindexing.service.CustomerIndexingService(IIndexCustomerDAO) may expose internal representation by storing an externally mutable object into CustomerIndexingService._indexCustomerDAO | MALICIOUS_CODE | EI_EXPOSE_REP2 | 62 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| fr.paris.lutece.plugins.gruindexing.web.rs.lucene.LuceneAutoCompleteRestService.setLuceneCustomerDAO(LuceneCustomerDAO) may expose internal representation by storing an externally mutable object into LuceneAutoCompleteRestService._luceneCustomerDAO | MALICIOUS_CODE | EI_EXPOSE_REP2 | 63 | Medium |