Fork me on GitHub

Rapport FindBugs de détection des bugs

Le document suivant contient les résultats du FindBugs

La version de FindBugs est 3.0.1

La limite est

L'effort est max

Résumé

Classes Bugs Erreurs Classes Manquantes
17 4 0 0

Fichiers

Classe Bugs
fr.paris.lutece.plugins.blobstore.business.BytesBlobStore 2
fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem 2

fr.paris.lutece.plugins.blobstore.business.BytesBlobStore

Bug Catégorie Détails Ligne Priorité
fr.paris.lutece.plugins.blobstore.business.BytesBlobStore.getValue() may expose internal representation by returning BytesBlobStore._byValue MALICIOUS_CODE EI_EXPOSE_REP 74 Medium
fr.paris.lutece.plugins.blobstore.business.BytesBlobStore.setValue(byte[]) may expose internal representation by storing an externally mutable object into BytesBlobStore._byValue MALICIOUS_CODE EI_EXPOSE_REP2 85 Medium

fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem

Bug Catégorie Détails Ligne Priorité
Found reliance on default encoding in fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem.getString(): new String(byte[]) I18N DM_DEFAULT_ENCODING 225 High
Found reliance on default encoding in fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem.parseBlob(byte[]): new String(byte[]) I18N DM_DEFAULT_ENCODING 322 High