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 |
---|---|---|---|
17 | 7 | 0 | 0 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue.getQuestion() may expose internal representation by returning UnitSelectionConfigValue._question | MALICIOUS_CODE | EI_EXPOSE_REP | 141 | Medium |
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue.getStep() may expose internal representation by returning UnitSelectionConfigValue._step | MALICIOUS_CODE | EI_EXPOSE_REP | 124 | Medium |
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue.getUnit() may expose internal representation by returning UnitSelectionConfigValue._unit | MALICIOUS_CODE | EI_EXPOSE_REP | 158 | Medium |
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue.setQuestion(Question) may expose internal representation by storing an externally mutable object into UnitSelectionConfigValue._question | MALICIOUS_CODE | EI_EXPOSE_REP2 | 150 | Medium |
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue.setStep(Step) may expose internal representation by storing an externally mutable object into UnitSelectionConfigValue._step | MALICIOUS_CODE | EI_EXPOSE_REP2 | 133 | Medium |
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue.setUnit(Unit) may expose internal representation by storing an externally mutable object into UnitSelectionConfigValue._unit | MALICIOUS_CODE | EI_EXPOSE_REP2 | 167 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Boxing/unboxing to parse a primitive fr.paris.lutece.plugins.forms.modules.unittree.service.impl.FormsParametrableConfigurationHandler.doProcessAction(String, HttpServletRequest) | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 324 | High |