// performed.
finished = !supportFallback;
// Look for the policy in the actual project, if it is found
// then it is treated as if it belonged to the logical project.
PolicyBuilderReader reader = actualProject.getPolicyBuilderReader();
// Try and get the response, may be null.
PolicyBuilderResponse response =
reader.getPolicyBuilder(actualProject, name);
if (response == null) {
// No response from reader so try next one.
continue;
}