The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
fr.paris.lutece.plugins.updater.service.PluginManagerService | 1 |
fr.paris.lutece.plugins.updater.service.UpdateService | 5 |
fr.paris.lutece.plugins.updater.service.catalog.CatalogService | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
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) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 109 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
La méthode fr.paris.lutece.plugins.updater.service.UpdateService.extractPackage(String, String) peut ne pas fermer un flux | BAD_PRACTICE | OS_OPEN_STREAM | 457 | Medium |
exceptional return value of java.io.File.mkdirs() ignored in fr.paris.lutece.plugins.updater.service.UpdateService.extractPackage(String, String) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 473 | Medium |
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) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 306 | High |
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) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 305 | High |
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) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 304 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in fr.paris.lutece.plugins.updater.service.catalog.CatalogService.getCatalogInfos(): new java.io.FileReader(File) | I18N | DM_DEFAULT_ENCODING | 85 | High |
fr.paris.lutece.plugins.updater.service.catalog.CatalogService.getCatalogInfos() may fail to clean up java.io.Reader | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 85 | Medium |