Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag ClassTotal number of occurrencesTag strings used by tag class
FIXME's1FIXME
TODO's10TODO

Each tag is detailed below:

FIXME's

Number of occurrences found in the code: 1

org.kuali.rice.kim.impl.role.RoleServiceImplLine
What is up with this!?!1193

TODO's

Number of occurrences found in the code: 10

org.kuali.rice.kim.impl.group.GroupServiceImplLine
PRIME example of something for new Criteria API313
org.kuali.rice.kim.impl.identity.IdentityArchiveServiceLine
this should probably return some kind of Future<EntityDefault> if we can find a way to remote that89
org.kuali.rice.kim.impl.identity.PersonServiceImplLine
- now check if these people have the given role build a principal list270
convert this to the new criteria predicates332
org.kuali.rice.kim.impl.permission.PermissionServiceImplLine
This could be made a little better by collecting the role IDs into a set and then processing the distinct list rather than a check for every permission198
org.kuali.rice.kim.impl.responsibility.ResponsibilityServiceImplLine
filter with qualifiers317
filter with qualifiers426
org.kuali.rice.kim.impl.role.RoleDaoOjbLine
if no role id found that means principalname not matched, need to do something to force to return empty list357
org.kuali.rice.kim.impl.role.RoleServiceBaseLine
pulling attribute IDs repeatedly is inefficient - consider caching the entire list as a map496
org.kuali.rice.kim.impl.role.RoleServiceImplLine
remove reference to Attributes here and use Attributes instead.987