FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
18601

org.kuali.rice.core.web.cache.CacheAdminController

BugCategoryDetailsLinePriority
Unchecked/unconfirmed cast from org.kuali.rice.krad.web.form.UifFormBase to org.kuali.rice.core.web.cache.CacheAdminForm in org.kuali.rice.core.web.cache.CacheAdminController.flush(UifFormBase, BindingResult, HttpServletRequest, HttpServletResponse)STYLEBC_UNCONFIRMED_CAST102Medium
Unchecked/unconfirmed cast from org.kuali.rice.krad.web.form.UifFormBase to org.kuali.rice.core.web.cache.CacheAdminForm in org.kuali.rice.core.web.cache.CacheAdminController.start(UifFormBase, BindingResult, HttpServletRequest, HttpServletResponse)STYLEBC_UNCONFIRMED_CAST91Medium

org.kuali.rice.core.web.component.ComponentLookupableHelperServiceImpl

BugCategoryDetailsLinePriority
Dead store to detailTypeRegex in org.kuali.rice.core.web.component.ComponentLookupableHelperServiceImpl.getSearchResults(Map)STYLEDLS_DEAD_LOCAL_STORE69Medium
Dead store to nameRegex in org.kuali.rice.core.web.component.ComponentLookupableHelperServiceImpl.getSearchResults(Map)STYLEDLS_DEAD_LOCAL_STORE87Medium
Dead store to namespaceRegex in org.kuali.rice.core.web.component.ComponentLookupableHelperServiceImpl.getSearchResults(Map)STYLEDLS_DEAD_LOCAL_STORE78Medium

org.kuali.rice.core.web.parameter.ParameterTypeValuesFinder

BugCategoryDetailsLinePriority
Dead store to toReturn in org.kuali.rice.core.web.parameter.ParameterTypeValuesFinder.getKeyValues()STYLEDLS_DEAD_LOCAL_STORE42High