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
17 4 0 0

Files

Class 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 Category Details Line Priority
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 Category Details Line Priority
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