Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is

Effort is max

Summary

Classes Bugs Errors Missing Classes
15 2 0 0

Files

Class Bugs
fr.paris.lutece.plugins.wordtemplate.service.WordService 1
fr.paris.lutece.plugins.wordtemplate.service.WordTemplateService 1

fr.paris.lutece.plugins.wordtemplate.service.WordService

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

fr.paris.lutece.plugins.wordtemplate.service.WordTemplateService

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