Use non-deprecated related sorting fields and methods
Recipe ID
ai.timefold.solver.migration.v8.SortingMigrationRecipeArtifactorg.openrewrite.recipe:rewrite-third-partyUse non-deprecated related sorting fields and methods.
Composite recipeApache 2.0
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe ai.timefold.solver.migration.v8.SortingMigrationRecipeIf the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-third-party:RELEASEDefinition
This recipe runs the following recipes in order.
- Change annotation attribute name
@PlanningVariable(strengthComparatorClass)to@PlanningVariable(comparatorClass)org.openrewrite.java.ChangeAnnotationAttributeName - Change annotation attribute name
@PlanningVariable(strengthWeightFactoryClass)to@PlanningVariable(comparatorFactoryClass)org.openrewrite.java.ChangeAnnotationAttributeName - Change type
NullStrengthComparatortoNullComparatororg.openrewrite.java.ChangeType - Change type
NullStrengthWeightFactorytoNullComparatorFactoryorg.openrewrite.java.ChangeType - Change annotation attribute name
@PlanningEntity(difficultyComparatorClass)to@PlanningEntity(comparatorClass)org.openrewrite.java.ChangeAnnotationAttributeName - Change annotation attribute name
@PlanningEntity(difficultyWeightFactoryClass)to@PlanningEntity(comparatorFactoryClass)org.openrewrite.java.ChangeAnnotationAttributeName - Change type
NullDifficultyComparatortoNullComparatororg.openrewrite.java.ChangeType - Change type
NullDifficultyWeightFactorytoNullComparatorFactoryorg.openrewrite.java.ChangeType - Change method name
ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig getSorterComparatorClass(..)togetComparatorClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig setSorterComparatorClass(..)tosetComparatorClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig withSorterComparatorClass(..)towithComparatorClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig getSorterWeightFactoryClass(..)togetComparatorFactoryClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig setSorterWeightFactoryClass(..)tosetComparatorFactoryClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.move.MoveSelectorConfig withSorterWeightFactoryClass(..)towithComparatorFactoryClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.entity.EntitySelectorConfig getSorterComparatorClass(..)togetComparatorClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.entity.EntitySelectorConfig setSorterComparatorClass(..)tosetComparatorClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.entity.EntitySelectorConfig withSorterComparatorClass(..)towithComparatorClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.entity.EntitySelectorConfig getSorterWeightFactoryClass(..)togetComparatorFactoryClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.entity.EntitySelectorConfig setSorterWeightFactoryClass(..)tosetComparatorFactoryClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.entity.EntitySelectorConfig withSorterWeightFactoryClass(..)towithComparatorFactoryClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.value.ValueSelectorConfig getSorterComparatorClass(..)togetComparatorClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.value.ValueSelectorConfig setSorterComparatorClass(..)tosetComparatorClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.value.ValueSelectorConfig withSorterComparatorClass(..)towithComparatorClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.value.ValueSelectorConfig getSorterWeightFactoryClass(..)togetComparatorFactoryClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.value.ValueSelectorConfig setSorterWeightFactoryClass(..)tosetComparatorFactoryClassorg.openrewrite.java.ChangeMethodName - Change method name
ai.timefold.solver.core.config.heuristic.selector.value.ValueSelectorConfig withSorterWeightFactoryClass(..)towithComparatorFactoryClassorg.openrewrite.java.ChangeMethodName - Replace constant with another constant
org.openrewrite.java.ReplaceConstantWithAnotherConstant - Replace constant with another constant
org.openrewrite.java.ReplaceConstantWithAnotherConstant - Replace constant with another constant
org.openrewrite.java.ReplaceConstantWithAnotherConstant - Replace constant with another constant
org.openrewrite.java.ReplaceConstantWithAnotherConstant - Replace constant with another constant
org.openrewrite.java.ReplaceConstantWithAnotherConstant - Replace constant with another constant
org.openrewrite.java.ReplaceConstantWithAnotherConstant
Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats