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
5 7 0 0

fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.AddCriteriaLoopProcessor

Bug Category Details Line Priority
La méthode fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.AddCriteriaLoopProcessor.getValue(String, Map, Locale) fait une utilisation inefficace d'un itérateur sur keySet au lieu d'un itérateur sur entrySet PERFORMANCE WMI_WRONG_MAP_ITERATOR 140 Medium

fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.SearchValueProcessor

Bug Category Details Line Priority
fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.SearchValueProcessor.getPersonList(Map) peut ignorer SearchValueProcessor.java:[line 320] BAD_PRACTICE DE_MIGHT_IGNORE 320 Medium
La méthode fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.SearchValueProcessor.getParameters(Map) concatène des chaînes au moyen de + en boucle PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 382 Medium
Ecriture d'un champ statique fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.SearchValueProcessor._strContinueLoop depuis la méthode d'une instance fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.SearchValueProcessor.setContinueLoop(String) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 194 High
Ecriture d'un champ statique fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.SearchValueProcessor._strLdapSearch depuis la méthode d'une instance fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.SearchValueProcessor.setLdapSearch(String) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 172 High
Ecriture d'un champ statique fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.SearchValueProcessor._strSearchField depuis la méthode d'une instance fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.SearchValueProcessor.setSearchField(String) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 161 High
Ecriture d'un champ statique fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.SearchValueProcessor._strShowDirectory depuis la méthode d'une instance fr.paris.lutece.plugins.easyrulesbot.modules.ldap.service.SearchValueProcessor.setShowDirectory(String) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 183 High