|
Change Parameter Type solutionDao : SolutionDao<Solution_> to commonApp : CommonApp<Solution_> in method protected buildParameters(commonApp CommonApp<Solution_>, types Enum_[], unsolvedFileNames String...) : Collection<Object[]> in class org.optaplanner.examples.common.app.AbstractPhaseTest |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao<Solution_> to commonApp : CommonApp<Solution_> in method protected buildParameters(commonApp CommonApp<Solution_>, unsolvedFileNames String...) : Collection<Object[]> in class org.optaplanner.examples.common.app.AbstractConstructionHeuristicTest |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao<Solution_> to commonApp : CommonApp<Solution_> in method protected getUnsolvedDirFilesAsParameters(commonApp CommonApp<Solution_>) : Collection<Object[]> in class org.optaplanner.examples.common.app.UnsolvedDirSolveAllTurtleTest |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao<Solution_> to solutionFileIO : SolutionFileIO<Solution_> in method public setSolutionFileIO(solutionFileIO SolutionFileIO<Solution_>) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao<Solution_> to commonApp : CommonApp<Solution_> in method protected buildParameters(commonApp CommonApp<Solution_>, unsolvedFileNames String...) : Collection<Object[]> in class org.optaplanner.examples.common.app.AbstractExhaustiveSearchTest |
From |
To |
|
Change Parameter Type solutionImporter : AbstractSolutionImporter to commonApp : CommonApp<Solution_> in method protected getImportDirFilesAsParameters(commonApp CommonApp<Solution_>) : Collection<Object[]> in class org.optaplanner.examples.common.app.ImportDirSolveAllTurtleTest |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to commonApp : CommonApp<Solution_> in method protected getSolutionFilesAsParameters(commonApp CommonApp<Solution_>) : Collection<Object[]> in class org.optaplanner.examples.common.persistence.SolutionDaoTest |
From |
To |
|
Change Variable Type importer : TspImporter to converter : SolutionConverter<TspSolution> in method public main(args String[]) : void in class org.optaplanner.examples.tsp.persistence.TspImporter |
From |
To |
|
Change Variable Type importer : ScrabbleImporter to converter : SolutionConverter<ScrabbleSolution> in method public main(args String[]) : void in class org.optaplanner.examples.scrabble.persistence.ScrabbleImporter |
From |
To |
|
Change Variable Type importer : InvestmentImporter to converter : SolutionConverter<InvestmentSolution> in method public main(args String[]) : void in class org.optaplanner.examples.investment.persistence.InvestmentImporter |
From |
To |
|
Change Variable Type importer : CoachShuttleGatheringImporter to converter : SolutionConverter<CoachShuttleGatheringSolution> in method public main(args String[]) : void in class org.optaplanner.examples.coachshuttlegathering.persistence.CoachShuttleGatheringImporter |
From |
To |
|
Change Variable Type importer : CheapTimeImporter to converter : SolutionConverter<CheapTimeSolution> in method public main(args String[]) : void in class org.optaplanner.examples.cheaptime.persistence.CheapTimeImporter |
From |
To |
|
Change Variable Type importer : VehicleRoutingImporter to converter : SolutionConverter<VehicleRoutingSolution> in method public main(args String[]) : void in class org.optaplanner.examples.vehiclerouting.persistence.VehicleRoutingImporter |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : CloudBalancingApp in class org.optaplanner.examples.cloudbalancing.app.CloudBalancingPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : CurriculumCourseApp in class org.optaplanner.examples.curriculumcourse.app.CurriculumCoursePerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : TspApp in class org.optaplanner.examples.tsp.app.TspPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : TennisApp in class org.optaplanner.examples.tennis.app.TennisPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : VehicleRoutingApp in class org.optaplanner.examples.vehiclerouting.app.VehicleRoutingPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : MeetingSchedulingApp in class org.optaplanner.examples.meetingscheduling.app.MeetingSchedulingPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : NurseRosteringApp in class org.optaplanner.examples.nurserostering.app.NurseRosteringPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : InvestmentApp in class org.optaplanner.examples.investment.app.InvestmentPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : DinnerPartyApp in class org.optaplanner.examples.dinnerparty.app.DinnerPartyPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : CoachShuttleGatheringApp in class org.optaplanner.examples.coachshuttlegathering.app.CoachShuttleGatheringPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : CheapTimeApp in class org.optaplanner.examples.cheaptime.app.CheapTimePerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : PatientAdmissionScheduleApp in class org.optaplanner.examples.pas.app.PatientAdmissionSchedulePerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : TaskAssigningApp in class org.optaplanner.examples.taskassigning.app.TaskAssigningPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : TravelingTournamentApp in class org.optaplanner.examples.travelingtournament.app.TravelingTournamentPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : ProjectJobSchedulingApp in class org.optaplanner.examples.projectjobscheduling.app.ProjectJobSchedulingPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : MachineReassignmentApp in class org.optaplanner.examples.machinereassignment.app.MachineReassignmentPerformanceTest |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : NQueensApp in class org.optaplanner.examples.nqueens.app.NQueensPerformanceTest |
From |
To |
|
Rename Method public setSolutionDao(solutionDao SolutionDao<Solution_>) : void renamed to public setSolutionFileIO(solutionFileIO SolutionFileIO<Solution_>) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Rename Method protected createSolutionDao() : SolutionDao renamed to protected createCommonApp() : ExaminationApp in class org.optaplanner.examples.examination.app.ExaminationPerformanceTest |
From |
To |
|
Rename Variable importer : CheapTimeImporter to converter : SolutionConverter<CheapTimeSolution> in method public main(args String[]) : void in class org.optaplanner.examples.cheaptime.persistence.CheapTimeImporter |
From |
To |
|
Rename Variable importer : CoachShuttleGatheringImporter to converter : SolutionConverter<CoachShuttleGatheringSolution> in method public main(args String[]) : void in class org.optaplanner.examples.coachshuttlegathering.persistence.CoachShuttleGatheringImporter |
From |
To |
|
Rename Variable importer : VehicleRoutingImporter to converter : SolutionConverter<VehicleRoutingSolution> in method public main(args String[]) : void in class org.optaplanner.examples.vehiclerouting.persistence.VehicleRoutingImporter |
From |
To |
|
Rename Variable importer : TspImporter to converter : SolutionConverter<TspSolution> in method public main(args String[]) : void in class org.optaplanner.examples.tsp.persistence.TspImporter |
From |
To |
|
Rename Variable importer : ScrabbleImporter to converter : SolutionConverter<ScrabbleSolution> in method public main(args String[]) : void in class org.optaplanner.examples.scrabble.persistence.ScrabbleImporter |
From |
To |
|
Rename Variable importer : InvestmentImporter to converter : SolutionConverter<InvestmentSolution> in method public main(args String[]) : void in class org.optaplanner.examples.investment.persistence.InvestmentImporter |
From |
To |
|
Change Return Type SolutionDao to TaskAssigningApp in method protected createCommonApp() : TaskAssigningApp in class org.optaplanner.examples.taskassigning.app.TaskAssigningPerformanceTest |
From |
To |
|
Change Return Type SolutionDao to CurriculumCourseApp in method protected createCommonApp() : CurriculumCourseApp in class org.optaplanner.examples.curriculumcourse.app.CurriculumCoursePerformanceTest |
From |
To |
|
Change Return Type SolutionDao to DinnerPartyApp in method protected createCommonApp() : DinnerPartyApp in class org.optaplanner.examples.dinnerparty.app.DinnerPartyPerformanceTest |
From |
To |
|
Change Return Type SolutionDao to MeetingSchedulingApp in method protected createCommonApp() : MeetingSchedulingApp in class org.optaplanner.examples.meetingscheduling.app.MeetingSchedulingPerformanceTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to CheapTimeImporter in method protected createSolutionImporter() : CheapTimeImporter in class org.optaplanner.examples.cheaptime.persistence.CheapTimeImporterTest |
From |
To |
|
Change Return Type SolutionDao to ExaminationApp in method protected createCommonApp() : ExaminationApp in class org.optaplanner.examples.examination.app.ExaminationPerformanceTest |
From |
To |
|
Change Return Type SolutionDao to NQueensApp in method protected createCommonApp() : NQueensApp in class org.optaplanner.examples.nqueens.app.NQueensPerformanceTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to InvestmentImporter in method protected createSolutionImporter() : InvestmentImporter in class org.optaplanner.examples.investment.persistence.InvestmentImporterTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to ProjectJobSchedulingImporter in method protected createSolutionImporter() : ProjectJobSchedulingImporter in class org.optaplanner.examples.projectjobscheduling.persistence.ProjectJobSchedulingImporterTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to AbstractSolutionImporter<Solution_> in method protected abstract createSolutionImporter() : AbstractSolutionImporter<Solution_> in class org.optaplanner.examples.common.persistence.SolutionImporterTest |
From |
To |
|
Change Return Type SolutionDao to CloudBalancingApp in method protected createCommonApp() : CloudBalancingApp in class org.optaplanner.examples.cloudbalancing.app.CloudBalancingPerformanceTest |
From |
To |
|
Change Return Type SolutionDao to NurseRosteringApp in method protected createCommonApp() : NurseRosteringApp in class org.optaplanner.examples.nurserostering.app.NurseRosteringPerformanceTest |
From |
To |
|
Change Return Type SolutionDao to InvestmentApp in method protected createCommonApp() : InvestmentApp in class org.optaplanner.examples.investment.app.InvestmentPerformanceTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to PatientAdmissionScheduleImporter in method protected createSolutionImporter() : PatientAdmissionScheduleImporter in class org.optaplanner.examples.pas.persistence.PatientAdmissionScheduleImporterTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to CoachShuttleGatheringImporter in method protected createSolutionImporter() : CoachShuttleGatheringImporter in class org.optaplanner.examples.coachshuttlegathering.persistence.CoachShuttleGatheringImporterTest |
From |
To |
|
Change Return Type SolutionDao to PatientAdmissionScheduleApp in method protected createCommonApp() : PatientAdmissionScheduleApp in class org.optaplanner.examples.pas.app.PatientAdmissionSchedulePerformanceTest |
From |
To |
|
Change Return Type SolutionDao to TspApp in method protected createCommonApp() : TspApp in class org.optaplanner.examples.tsp.app.TspPerformanceTest |
From |
To |
|
Change Return Type SolutionDao to CheapTimeApp in method protected createCommonApp() : CheapTimeApp in class org.optaplanner.examples.cheaptime.app.CheapTimePerformanceTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to CurriculumCourseImporter in method protected createSolutionImporter() : CurriculumCourseImporter in class org.optaplanner.examples.curriculumcourse.persistence.CurriculumCourseImporterTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to TravelingTournamentImporter in method protected createSolutionImporter() : TravelingTournamentImporter in class org.optaplanner.examples.travelingtournament.persistence.TravelingTournamentImporterTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to MachineReassignmentImporter in method protected createSolutionImporter() : MachineReassignmentImporter in class org.optaplanner.examples.machinereassignment.persistence.MachineReassignmentImporterTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to TspImporter in method protected createSolutionImporter() : TspImporter in class org.optaplanner.examples.tsp.persistence.TspImporterTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to ExaminationImporter in method protected createSolutionImporter() : ExaminationImporter in class org.optaplanner.examples.examination.persistence.ExaminationImporterTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to NurseRosteringImporter in method protected createSolutionImporter() : NurseRosteringImporter in class org.optaplanner.examples.nurserostering.persistence.NurseRosteringImporterTest |
From |
To |
|
Change Return Type SolutionDao to TennisApp in method protected createCommonApp() : TennisApp in class org.optaplanner.examples.tennis.app.TennisPerformanceTest |
From |
To |
|
Change Return Type SolutionDao to TravelingTournamentApp in method protected createCommonApp() : TravelingTournamentApp in class org.optaplanner.examples.travelingtournament.app.TravelingTournamentPerformanceTest |
From |
To |
|
Change Return Type SolutionDao to CoachShuttleGatheringApp in method protected createCommonApp() : CoachShuttleGatheringApp in class org.optaplanner.examples.coachshuttlegathering.app.CoachShuttleGatheringPerformanceTest |
From |
To |
|
Change Return Type SolutionDao to MachineReassignmentApp in method protected createCommonApp() : MachineReassignmentApp in class org.optaplanner.examples.machinereassignment.app.MachineReassignmentPerformanceTest |
From |
To |
|
Change Return Type SolutionDao to ProjectJobSchedulingApp in method protected createCommonApp() : ProjectJobSchedulingApp in class org.optaplanner.examples.projectjobscheduling.app.ProjectJobSchedulingPerformanceTest |
From |
To |
|
Change Return Type AbstractSolutionImporter to VehicleRoutingImporter in method protected createSolutionImporter() : VehicleRoutingImporter in class org.optaplanner.examples.vehiclerouting.persistence.VehicleRoutingImporterTest |
From |
To |
|
Change Return Type SolutionDao to VehicleRoutingApp in method protected createCommonApp() : VehicleRoutingApp in class org.optaplanner.examples.vehiclerouting.app.VehicleRoutingPerformanceTest |
From |
To |
|
Change Attribute Type solutionDao : SolutionDao<Solution_> to solutionFileIO : SolutionFileIO<Solution_> in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Attribute Type solutionImporter : AbstractSolutionImporter to solutionImporter : AbstractSolutionImporter<Solution_> in class org.optaplanner.examples.common.persistence.SolutionImporterTest |
From |
To |
|
Change Attribute Type solutionDao : SolutionDao<Solution_> to solutionFileIO : SolutionFileIO<Solution_> in class org.optaplanner.examples.common.app.AbstractPhaseTest |
From |
To |
|
Change Attribute Type solutionDao : SolutionDao<Solution_> to solutionFileIO : SolutionFileIO<Solution_> in class org.optaplanner.examples.common.app.UnsolvedDirSolveAllTurtleTest |
From |
To |
|
Change Attribute Type solutionDao : SolutionDao to solutionFileIO : SolutionFileIO<Solution_> in class org.optaplanner.examples.common.persistence.SolutionDaoTest |
From |
To |
|
Change Attribute Type solutionDao : SolutionDao<Solution_> to solutionFileIO : SolutionFileIO<Solution_> in class org.optaplanner.examples.common.app.SolverPerformanceTest |
From |
To |
|
Change Attribute Type solutionDao : SolutionDao to solutionFileIO : SolutionFileIO<CloudBalance> in class org.optaplanner.examples.cloudbalancing.persistence.CloudBalancingGenerator |
From |
To |
|
Rename Parameter solutionDao : SolutionDao<Solution_> to solutionFileIO : SolutionFileIO<Solution_> in method public setSolutionFileIO(solutionFileIO SolutionFileIO<Solution_>) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Rename Parameter solutionDao : SolutionDao<Solution_> to commonApp : CommonApp<Solution_> in method protected getUnsolvedDirFilesAsParameters(commonApp CommonApp<Solution_>) : Collection<Object[]> in class org.optaplanner.examples.common.app.UnsolvedDirSolveAllTurtleTest |
From |
To |
|
Rename Parameter solutionDao : SolutionDao<Solution_> to commonApp : CommonApp<Solution_> in method protected buildParameters(commonApp CommonApp<Solution_>, unsolvedFileNames String...) : Collection<Object[]> in class org.optaplanner.examples.common.app.AbstractExhaustiveSearchTest |
From |
To |
|
Rename Parameter solutionDao : SolutionDao to commonApp : CommonApp<Solution_> in method protected getSolutionFilesAsParameters(commonApp CommonApp<Solution_>) : Collection<Object[]> in class org.optaplanner.examples.common.persistence.SolutionDaoTest |
From |
To |
|
Rename Parameter solutionImporter : AbstractSolutionImporter to commonApp : CommonApp<Solution_> in method protected getImportDirFilesAsParameters(commonApp CommonApp<Solution_>) : Collection<Object[]> in class org.optaplanner.examples.common.app.ImportDirSolveAllTurtleTest |
From |
To |
|
Rename Parameter solutionDao : SolutionDao<Solution_> to commonApp : CommonApp<Solution_> in method protected buildParameters(commonApp CommonApp<Solution_>, types Enum_[], unsolvedFileNames String...) : Collection<Object[]> in class org.optaplanner.examples.common.app.AbstractPhaseTest |
From |
To |
|
Rename Parameter solutionDao : SolutionDao<Solution_> to commonApp : CommonApp<Solution_> in method protected buildParameters(commonApp CommonApp<Solution_>, unsolvedFileNames String...) : Collection<Object[]> in class org.optaplanner.examples.common.app.AbstractConstructionHeuristicTest |
From |
To |