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 |
| 13 |
4 |
0 |
0 |
fr.paris.lutece.plugins.utilitairesfo.utils.CollectionUtils
| Bug |
Category |
Details |
Line |
Priority |
| The class name fr.paris.lutece.plugins.utilitairesfo.utils.CollectionUtils shadows the simple name of the superclass org.apache.commons.collections.CollectionUtils |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
45-56 |
High |
fr.paris.lutece.plugins.utilitairesfo.utils.DateUtils
| Bug |
Category |
Details |
Line |
Priority |
| The class name fr.paris.lutece.plugins.utilitairesfo.utils.DateUtils shadows the simple name of the superclass org.apache.commons.lang3.time.DateUtils |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
44-225 |
High |
fr.paris.lutece.plugins.utilitairesfo.utils.StringUtils
| Bug |
Category |
Details |
Line |
Priority |
| The class name fr.paris.lutece.plugins.utilitairesfo.utils.StringUtils shadows the simple name of the superclass org.apache.commons.lang3.StringUtils |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
52-209 |
High |
fr.paris.lutece.plugins.utilitairesfo.utils.VerificationUtils
| Bug |
Category |
Details |
Line |
Priority |
| fr.paris.lutece.plugins.utilitairesfo.utils.VerificationUtils.CHAR_AUTORISES_POUR_NOM_PRENOM should be package protected |
MALICIOUS_CODE |
MS_PKGPROTECT |
42 |
Medium |