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
38 6 0 0

Files

Class Bugs
fr.paris.lutece.plugins.extend.modules.rating.business.config.RatingExtenderConfig 4
fr.paris.lutece.plugins.extend.modules.rating.web.RatingJspBean 2

fr.paris.lutece.plugins.extend.modules.rating.business.config.RatingExtenderConfig

Bug Category Details Line Priority
fr.paris.lutece.plugins.extend.modules.rating.business.config.RatingExtenderConfig.getDateEnd() may expose internal representation by returning RatingExtenderConfig._dateEnd MALICIOUS_CODE EI_EXPOSE_REP 225 Medium
fr.paris.lutece.plugins.extend.modules.rating.business.config.RatingExtenderConfig.getDateStart() may expose internal representation by returning RatingExtenderConfig._dateStart MALICIOUS_CODE EI_EXPOSE_REP 209 Medium
fr.paris.lutece.plugins.extend.modules.rating.business.config.RatingExtenderConfig.setDateEnd(Timestamp) may expose internal representation by storing an externally mutable object into RatingExtenderConfig._dateEnd MALICIOUS_CODE EI_EXPOSE_REP2 233 Medium
fr.paris.lutece.plugins.extend.modules.rating.business.config.RatingExtenderConfig.setDateStart(Timestamp) may expose internal representation by storing an externally mutable object into RatingExtenderConfig._dateStart MALICIOUS_CODE EI_EXPOSE_REP2 217 Medium

fr.paris.lutece.plugins.extend.modules.rating.web.RatingJspBean

Bug Category Details Line Priority
Possible null pointer dereference of config in fr.paris.lutece.plugins.extend.modules.rating.web.RatingJspBean.doCancelRating(HttpServletRequest, HttpServletResponse) CORRECTNESS NP_NULL_ON_SOME_PATH 229 Medium
Possible null pointer dereference of config in fr.paris.lutece.plugins.extend.modules.rating.web.RatingJspBean.doRating(HttpServletRequest, HttpServletResponse) CORRECTNESS NP_NULL_ON_SOME_PATH 113 Medium