}
// Convert the builder back into a policy. This will trigger another
// full validation of the policy with consequent redundant logging.
ActivatedVariablePolicy activatedVariablePolicy =
new ActivatedVariablePolicyImpl(
variablePolicyBuilder.getVariablePolicy(),
actualProject, logicalProject);
return activatedVariablePolicy;
}