FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
56 9 0 0

Files

Class Bugs
org.galaxy.services.beans.CrawlerTask 2
org.galaxy.services.beans.Preferences 3
org.galaxy.services.beans.Resource 2
org.galaxy.services.beans.SearchQuery 2

org.galaxy.services.beans.CrawlerTask

Bug Category Details Line Priority
org.galaxy.services.beans.CrawlerTask.getData() may expose internal representation by returning CrawlerTask.data MALICIOUS_CODE EI_EXPOSE_REP 88 Medium
org.galaxy.services.beans.CrawlerTask.setData(byte[]) may expose internal representation by storing an externally mutable object into CrawlerTask.data MALICIOUS_CODE EI_EXPOSE_REP2 92 Medium

org.galaxy.services.beans.Preferences

Bug Category Details Line Priority
org.galaxy.services.beans.Preferences.getPreferences() may expose internal representation by returning Preferences.preferences MALICIOUS_CODE EI_EXPOSE_REP 51 Medium
new org.galaxy.services.beans.Preferences(Preference[]) may expose internal representation by storing an externally mutable object into Preferences.preferences MALICIOUS_CODE EI_EXPOSE_REP2 38 Medium
org.galaxy.services.beans.Preferences.setPreferences(Preference[]) may expose internal representation by storing an externally mutable object into Preferences.preferences MALICIOUS_CODE EI_EXPOSE_REP2 61 Medium

org.galaxy.services.beans.Resource

Bug Category Details Line Priority
org.galaxy.services.beans.Resource.getData() may expose internal representation by returning Resource.data MALICIOUS_CODE EI_EXPOSE_REP 152 Medium
org.galaxy.services.beans.Resource.setData(byte[]) may expose internal representation by storing an externally mutable object into Resource.data MALICIOUS_CODE EI_EXPOSE_REP2 156 Medium

org.galaxy.services.beans.SearchQuery

Bug Category Details Line Priority
org.galaxy.services.beans.SearchQuery.getControls() may expose internal representation by returning SearchQuery.controls MALICIOUS_CODE EI_EXPOSE_REP 71 Medium
org.galaxy.services.beans.SearchQuery.setControls(String[]) may expose internal representation by storing an externally mutable object into SearchQuery.controls MALICIOUS_CODE EI_EXPOSE_REP2 75 Medium