The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl.getHasPermissionByTemplateCache(String) has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 322 | Medium |
org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl.getHasPermissionCache(String) has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 314 | Medium |
org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl.getIsAuthorizedByTemplateNameFromCache(String) has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 330 | Medium |
org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl.getIsAuthorizedFromCache(String) has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 338 | Medium |
org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl.getIsGroupMemberOfGroupCache(String, String) has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 298 | Medium |
org.kuali.rice.kim.service.impl.IdentityManagementServiceImpl.getIsMemberOfGroupCache(String, String) has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 289 | Medium |