OODT Web Grid

FindBugs Bug Detector Report

Summary

Files

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is

Effort is min

Summary

ClassesBugsErrorsMissing Classes
16800

org.apache.oodt.grid.ConfigBean

BugCategoryDetailsLinePriority
org.apache.oodt.grid.ConfigBean is Serializable; consider declaring a serialVersionUIDBAD_PRACTICESE_NO_SERIALVERSIONID27-171Medium

org.apache.oodt.grid.Configuration

BugCategoryDetailsLinePriority
org.apache.oodt.grid.Configuration.getPassword() may expose internal representation by returning Configuration.passwordMALICIOUS_CODEEI_EXPOSE_REP203Medium
org.apache.oodt.grid.Configuration.setPassword(byte[]) may expose internal representation by storing an externally mutable object into Configuration.passwordMALICIOUS_CODEEI_EXPOSE_REP2214Medium
org.apache.oodt.grid.Configuration is Serializable; consider declaring a serialVersionUIDBAD_PRACTICESE_NO_SERIALVERSIONID65-442Medium
The field org.apache.oodt.grid.Configuration.file is transient but isn't set by deserializationBAD_PRACTICESE_TRANSIENT_FIELD_NOT_RESTOREDNot availableMedium

org.apache.oodt.grid.RestfulProductQueryServlet

BugCategoryDetailsLinePriority
Null pointer dereference of System.out in org.apache.oodt.grid.RestfulProductQueryServlet.getQuery(HttpServletRequest, HttpServletResponse)CORRECTNESSNP_ALWAYS_NULL77High

org.apache.oodt.grid.Server

BugCategoryDetailsLinePriority
Self comparison of Server.configuration with itself in org.apache.oodt.grid.Server.equals(Object)CORRECTNESSSA_FIELD_SELF_COMPARISON123Medium