|
Change Variable Type pair : Pair<ShadowVariableDescriptor,Integer> to pair : Pair<ShadowVariableDescriptor<Solution_>,Integer> in method private determineGlobalShadowOrder() : void in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Variable Type shadowToPairMap : Map<ShadowVariableDescriptor,Pair<ShadowVariableDescriptor,Integer>> to shadowToPairMap : Map<ShadowVariableDescriptor<Solution_>,Pair<ShadowVariableDescriptor<Solution_>,Integer>> in method private determineGlobalShadowOrder() : void in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Variable Type pairList : List<Pair<ShadowVariableDescriptor,Integer>> to pairList : List<Pair<ShadowVariableDescriptor<Solution_>,Integer>> in method private determineGlobalShadowOrder() : void in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Variable Type sinkPair : Pair<ShadowVariableDescriptor,Integer> to sinkPair : Pair<ShadowVariableDescriptor<Solution_>,Integer> in method private determineGlobalShadowOrder() : void in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |