+ ") that refers to a masterPropertyName (" + masterPropertyName
+ ") that does not exist on that class (" + planningEntityDescriptor.getPlanningEntityClass()
+ ").");
}
masterPlanningVariableDescriptor.addDependentPlanningVariableDescriptor(this);
String mappedByPropertyName = dependentPlanningVariableAnnotation.mappedBy();
if (!mappedByPropertyName.equals("")) {
Class<?> oppositeClass = variablePropertyDescriptor.getPropertyType();
PlanningEntityDescriptor oppositePlanningEntityDescriptor
= planningEntityDescriptor.getSolutionDescriptor().getPlanningEntityDescriptor(oppositeClass);
if (oppositePlanningEntityDescriptor == null) {