Rapport FindBugs de détection des bugs

Le document suivant contient les résultats du Rapport FindBugs

La version de FindBugs est 2.0.1

La limite est medium

L'effort est min

Résumé

ClassesBugsErreursClasses Manquantes
19800

fr.paris.lutece.plugins.updater.service.PluginManagerService

BugCatégorieDétailsLignePriorité
Ecriture d'un champ statique fr.paris.lutece.plugins.updater.service.PluginManagerService._strWebAppPath depuis la méthode d'une instance fr.paris.lutece.plugins.updater.service.PluginManagerService.setWebAppPath(String)STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD109High

fr.paris.lutece.plugins.updater.service.UpdateService

BugCatégorieDétailsLignePriorité
La méthode fr.paris.lutece.plugins.updater.service.UpdateService.extractPackage(String, String) peut ne pas fermer un fluxBAD_PRACTICEOS_OPEN_STREAM457Medium
exceptional return value of java.io.File.mkdirs() ignored in fr.paris.lutece.plugins.updater.service.UpdateService.extractPackage(String, String)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE473Medium
Ecriture d'un champ statique fr.paris.lutece.plugins.updater.service.UpdateService._nCriticalUpdateCount depuis la méthode d'une instance fr.paris.lutece.plugins.updater.service.UpdateService.checkUpdate(Collection)STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD306High
Ecriture d'un champ statique fr.paris.lutece.plugins.updater.service.UpdateService._nRegularUpdateCount depuis la méthode d'une instance fr.paris.lutece.plugins.updater.service.UpdateService.checkUpdate(Collection)STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD305High
Ecriture d'un champ statique fr.paris.lutece.plugins.updater.service.UpdateService._nStatus depuis la méthode d'une instance fr.paris.lutece.plugins.updater.service.UpdateService.checkUpdate(Collection)STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD304High

fr.paris.lutece.plugins.updater.service.catalog.CatalogService

BugCatégorieDétailsLignePriorité
Found reliance on default encoding in fr.paris.lutece.plugins.updater.service.catalog.CatalogService.getCatalogInfos(): new java.io.FileReader(File)I18NDM_DEFAULT_ENCODING85High
fr.paris.lutece.plugins.updater.service.catalog.CatalogService.getCatalogInfos() may fail to clean up java.io.ReaderEXPERIMENTALOBL_UNSATISFIED_OBLIGATION85Medium