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
2600

org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl

BugCategoryDetailsLinePriority
org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl.getHasPermissionByTemplateCache(String) has Boolean return type and returns explicit nullBAD_PRACTICENP_BOOLEAN_RETURN_NULL322Medium
org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl.getHasPermissionCache(String) has Boolean return type and returns explicit nullBAD_PRACTICENP_BOOLEAN_RETURN_NULL314Medium
org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl.getIsAuthorizedByTemplateNameFromCache(String) has Boolean return type and returns explicit nullBAD_PRACTICENP_BOOLEAN_RETURN_NULL330Medium
org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl.getIsAuthorizedFromCache(String) has Boolean return type and returns explicit nullBAD_PRACTICENP_BOOLEAN_RETURN_NULL338Medium
org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl.getIsGroupMemberOfGroupCache(String, String) has Boolean return type and returns explicit nullBAD_PRACTICENP_BOOLEAN_RETURN_NULL298Medium
org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl.getIsMemberOfGroupCache(String, String) has Boolean return type and returns explicit nullBAD_PRACTICENP_BOOLEAN_RETURN_NULL289Medium