radgrad / radgrad2

Source code for RadGrad, Version 2
https://radgrad.org
9 stars 5 forks source link

Check Integrity doesn't check dangling profile entities. #776

Closed cammoore closed 2 years ago

cammoore commented 3 years ago

Please do work for this task in a branch called issue-776.

773 showed an issue with profile entities that referred to items that didn't exist. The check integrity didn't report any issues.

cammoore commented 2 years ago

The checkIntegrity methods in ProfileCareerGoals, ProfileCourses, ProfileInterests, and ProfileOpportunities do check for missing items. They use the isDefined method.