/* 689 */ if (contextsInError.isEmpty())
/* 690 */ contextsInError = null;
/* 691 */ if (contextsMissingDependencies.isEmpty()) {
/* 692 */ contextsMissingDependencies = null;
/* */ }
/* 694 */ IncompleteDeployments incomplete = new IncompleteDeployments(deploymentsInError, deploymentsMissingDeployer, contextsInError, contextsMissingDependencies);
/* 695 */ if (incomplete.isIncomplete())
/* 696 */ throw new IncompleteDeploymentException(incomplete);
/* */ }