The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| FIXME's | 1 | FIXME |
| TODO's | 10 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 1
| org.kuali.rice.kim.impl.role.RoleServiceImpl | Line |
|---|---|
| What is up with this!?! | 1193 |
Number of occurrences found in the code: 10
| org.kuali.rice.kim.impl.group.GroupServiceImpl | Line |
|---|---|
| PRIME example of something for new Criteria API | 313 |
| org.kuali.rice.kim.impl.identity.IdentityArchiveService | Line |
| this should probably return some kind of Future<EntityDefault> if we can find a way to remote that | 89 |
| org.kuali.rice.kim.impl.identity.PersonServiceImpl | Line |
| - now check if these people have the given role build a principal list | 270 |
| convert this to the new criteria predicates | 332 |
| org.kuali.rice.kim.impl.permission.PermissionServiceImpl | Line |
| 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 permission | 198 |
| org.kuali.rice.kim.impl.responsibility.ResponsibilityServiceImpl | Line |
| filter with qualifiers | 317 |
| filter with qualifiers | 426 |
| org.kuali.rice.kim.impl.role.RoleDaoOjb | Line |
| if no role id found that means principalname not matched, need to do something to force to return empty list | 357 |
| org.kuali.rice.kim.impl.role.RoleServiceBase | Line |
| pulling attribute IDs repeatedly is inefficient - consider caching the entire list as a map | 496 |
| org.kuali.rice.kim.impl.role.RoleServiceImpl | Line |
| remove reference to Attributes here and use Attributes instead. | 987 |