Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is max

Summary

ClassesBugsErrorsMissing Classes
241900

org.opensocial.explorer.server.login.GoogleLoginServlet

BugCategoryDetailsLinePriority

org.opensocial.explorer.server.login.LoginServlet

BugCategoryDetailsLinePriority
org.opensocial.explorer.server.login.LoginServlet.clientId is a mutable servlet fieldMT_CORRECTNESSMSF_MUTABLE_SERVLET_FIELD166Low
org.opensocial.explorer.server.login.LoginServlet.clientSecret is a mutable servlet fieldMT_CORRECTNESSMSF_MUTABLE_SERVLET_FIELD167Low
org.opensocial.explorer.server.login.LoginServlet.codec is a mutable servlet fieldMT_CORRECTNESSMSF_MUTABLE_SERVLET_FIELD82Low
org.opensocial.explorer.server.login.LoginServlet.contextRoot is a mutable servlet fieldMT_CORRECTNESSMSF_MUTABLE_SERVLET_FIELD84Low
org.opensocial.explorer.server.login.LoginServlet.fetcher is a mutable servlet fieldMT_CORRECTNESSMSF_MUTABLE_SERVLET_FIELD123Low
org.opensocial.explorer.server.login.LoginServlet.redirectUri is a mutable servlet fieldMT_CORRECTNESSMSF_MUTABLE_SERVLET_FIELD168Low
Class org.opensocial.explorer.server.login.LoginServlet.codec extends Servlet class and uses instance variablesSTYLEMTIA_SUSPECT_SERVLET_INSTANCE_FIELD63Low
Class org.opensocial.explorer.server.login.LoginServlet.contextRoot extends Servlet class and uses instance variablesSTYLEMTIA_SUSPECT_SERVLET_INSTANCE_FIELD64Low
Class org.opensocial.explorer.server.login.LoginServlet.fetcher extends Servlet class and uses instance variablesSTYLEMTIA_SUSPECT_SERVLET_INSTANCE_FIELD62Low

org.opensocial.explorer.server.openid.OpenIDConsumer

BugCategoryDetailsLinePriority
Unchecked/unconfirmed cast from org.openid4java.message.Message to org.openid4java.message.AuthSuccess of return value in org.opensocial.explorer.server.openid.OpenIDConsumer.verifyResponse(HttpServletRequest)STYLEBC_UNCONFIRMED_CAST_OF_RETURN_VALUE157Low

org.opensocial.explorer.server.openid.OpenIDServlet

BugCategoryDetailsLinePriority
org.opensocial.explorer.server.openid.OpenIDServlet.codec is a mutable servlet fieldMT_CORRECTNESSMSF_MUTABLE_SERVLET_FIELD73Low
org.opensocial.explorer.server.openid.OpenIDServlet.consumer is a mutable servlet fieldMT_CORRECTNESSMSF_MUTABLE_SERVLET_FIELD74Low
org.opensocial.explorer.server.openid.OpenIDServlet.providerStore is a mutable servlet fieldMT_CORRECTNESSMSF_MUTABLE_SERVLET_FIELD111Low
Class org.opensocial.explorer.server.openid.OpenIDServlet.codec extends Servlet class and uses instance variablesSTYLEMTIA_SUSPECT_SERVLET_INSTANCE_FIELD73Low
Class org.opensocial.explorer.server.openid.OpenIDServlet.consumer extends Servlet class and uses instance variablesSTYLEMTIA_SUSPECT_SERVLET_INSTANCE_FIELD74Low
Class org.opensocial.explorer.server.openid.OpenIDServlet.providerStore extends Servlet class and uses instance variablesSTYLEMTIA_SUSPECT_SERVLET_INSTANCE_FIELD75Low
Class org.opensocial.explorer.server.openid.OpenIDServlet defines non-transient non-serializable instance field codecBAD_PRACTICESE_BAD_FIELDMedium
Class org.opensocial.explorer.server.openid.OpenIDServlet defines non-transient non-serializable instance field consumerBAD_PRACTICESE_BAD_FIELDMedium
Class org.opensocial.explorer.server.openid.OpenIDServlet defines non-transient non-serializable instance field providerStoreBAD_PRACTICESE_BAD_FIELDMedium