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 | 0 | FIXME |
TODO's | 17 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 17
org.kuali.rice.kim.api.common.assignee.AssigneeContract | Line |
---|---|
Get a better description | 22 |
org.kuali.rice.kim.api.identity.CodedAttribute | Line |
if create() is modified to accept required parameters, this will need to be modified | 129 |
org.kuali.rice.kim.api.identity.affiliation.EntityAffiliationType | Line |
if create() is modified to accept required parameters, this will need to be modified | 138 |
org.kuali.rice.kim.api.identity.personal.EntityBioDemographics | Line |
modify as needed to pass any required values and add them to the signature of the 'create' method | 385 |
org.kuali.rice.kim.api.identity.personal.EntityEthnicity | Line |
add validation of input value if required and throw IllegalArgumentException if needed | 225 |
org.kuali.rice.kim.api.identity.phone.EntityPhone | Line |
get extension from country code table | 344 |
append "+xxx" if country is not the default country | 345 |
org.kuali.rice.kim.api.identity.principal.Principal | Line |
modify as needed to pass any required values and add them to the signature of the 'create' method | 133 |
if create() is modified to accept required parameters, this will need to be modified | 141 |
org.kuali.rice.kim.api.identity.privacy.EntityPrivacyPreferences | Line |
add validation of input value if required and throw IllegalArgumentException if needed | 214 |
add validation of input value if required and throw IllegalArgumentException if needed | 219 |
add validation of input value if required and throw IllegalArgumentException if needed | 224 |
add validation of input value if required and throw IllegalArgumentException if needed | 229 |
add validation of input value if required and throw IllegalArgumentException if needed | 234 |
add validation of input value if required and throw IllegalArgumentException if needed | 239 |
add validation of input value if required and throw IllegalArgumentException if needed | 244 |
org.kuali.rice.kim.api.test.JAXBAssert | Line |
- copied this from the core api test module, find a better way to share this code! | 33 |