The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 15 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| fr.paris.lutece.plugins.wordtemplate.service.WordService | 1 |
| fr.paris.lutece.plugins.wordtemplate.service.WordTemplateService | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Switch statement found in fr.paris.lutece.plugins.wordtemplate.service.WordService.getCursor(IBodyElement) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 698-704 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference of document in fr.paris.lutece.plugins.wordtemplate.service.WordTemplateService.produceDocument(FileInputStream, Map) on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 79 | Medium |