Role assignments tab is slow in Klocwork Static Code Analysis
If your projects root contains a large amount of projects, and roles are assigned to each project separately, the role assignments tab in Klocwork Static Code Analysis may have long load times.
To address this problem, you can turn off the advance permission check for every user record in the Role Assignment tab. Note that this change turns off the check for users that cannot be deleted but the error message (permission denied) is still shown if you attempt to delete these users.
To enable the fix, add the following flag to your projects_root/config/admin.conf file:
bypass.remove.precheck=true
Restart the Klocwork Server with kwservice restart or Windows Services Administration to apply the change.