-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
NEW
-
NEW
Given the following interface:
@PlanningEntity public interface InterfaceEntity { @PlanningVariable(valueRangeProviderRefs = "valueRange) Value getValue(); void setValue(Value value); }
and implementation without `@PlanningEntity`:
public class ActualEntity { // ... }
ActualEntity instances will not be cloned when GIZMO is used, resulting in cloning corruption.