0192359292a5a24dcf778aef93fbf4fa7bd3d6f2
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 36
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setPerceptToStateFunction(ptsFunction Function<Percept,Object>) : void renamed to public NondeterministicVacuumAgent(ptsFunction Function<Percept,Object>, notifier EnvironmentViewNotifier) in class aima.core.environment.vacuum.NondeterministicVacuumAgent | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type problem : NondeterministicProblem to problem : NondeterministicProblem<VacuumEnvironmentState,Action> in method public setProblem(problem NondeterministicProblem<VacuumEnvironmentState,Action>) : void in class aima.core.environment.vacuum.NondeterministicVacuumAgent | From | To | |
Inline Method | 1 | ||
Inline Method private init() : void inlined to public setProblem(problem NondeterministicProblem<VacuumEnvironmentState,Action>) : void in class aima.core.environment.vacuum.NondeterministicVacuumAgent | From | To | |
Change Return Type | 1 | ||
Change Return Type NondeterministicProblem to NondeterministicProblem<VacuumEnvironmentState,Action> in method public getProblem() : NondeterministicProblem<VacuumEnvironmentState,Action> in class aima.core.environment.vacuum.NondeterministicVacuumAgent | From | To | |
Extract Variable | 2 | ||
Extract Variable r : Runnable in method public agentAdded(agent Agent, source Environment) : void from class aima.gui.fx.views.SimpleEnvironmentViewCtrl | From | To | |
Extract Variable r : Runnable in method public agentActed(agent Agent, percept Percept, action Action, source Environment) : void from class aima.gui.fx.views.SimpleEnvironmentViewCtrl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cspCopy : CSP to cspCopy : CSP<Variable,String> in method public testDomainChanges() : void in class aima.test.core.unit.search.csp.CSPTest | From | To | |
Change Attribute Type | 6 | ||
Change Attribute Type assignment : Assignment to assignment : Assignment<Variable,String> in class aima.test.core.unit.search.csp.AssignmentTest | From | To | |
Change Attribute Type problem : NondeterministicProblem to problem : NondeterministicProblem<VacuumEnvironmentState,Action> in class aima.core.environment.vacuum.NondeterministicVacuumAgent | From | To | |
Change Attribute Type C2 : Constraint to C2 : Constraint<Variable,String> in class aima.test.core.unit.search.csp.CSPTest | From | To | |
Change Attribute Type C1 : Constraint to C1 : Constraint<Variable,String> in class aima.test.core.unit.search.csp.CSPTest | From | To | |
Change Attribute Type colors : Domain to colors : Domain<String> in class aima.test.core.unit.search.csp.CSPTest | From | To | |
Change Attribute Type animals : Domain to animals : Domain<String> in class aima.test.core.unit.search.csp.CSPTest | From | To |