bcd3a255e8df6ed35b1f8b128e41082f13e64d64
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type state : Object to state : S in method public ifStateMatches(state S) : Plan in class aima.core.search.nondeterministic.IfStateThenPlan | From | To | |
Change Parameter Type path : Path to path : Path<S> in method public orSearch(state S, problem NondeterministicProblem<S,A>, path Path<S>) : Plan in class aima.core.search.nondeterministic.AndOrSearch | From | To | |
Change Parameter Type state : Object to state : S in method public IfStateThenPlan(state S, plan Plan) in class aima.core.search.nondeterministic.IfStateThenPlan | From | To | |
Change Parameter Type path : Path to path : Path<S> in method public andSearch(states List<S>, problem NondeterministicProblem<S,A>, path Path<S>) : Plan in class aima.core.search.nondeterministic.AndOrSearch | From | To | |
Change Parameter Type state : Object to state : S in method public prepend(state S) : Path<S> in class aima.core.search.nondeterministic.Path | From | To | |
Rename Variable | 2 | ||
Rename Variable current_location : String to currentLocation : String in method public executeAction(a Agent, agentAction Action) : void in class aima.core.environment.vacuum.NondeterministicVacuumEnvironment | From | To | |
Rename Variable adjacent_location : String to adjacentLocation : String in method public executeAction(a Agent, agentAction Action) : void in class aima.core.environment.vacuum.NondeterministicVacuumEnvironment | From | To | |
Change Return Type | 2 | ||
Change Return Type Plan to Optional<Plan> in method public search(problem NondeterministicProblem<S,A>) : Optional<Plan> in class aima.core.search.nondeterministic.AndOrSearch | From | To | |
Change Return Type Path to Path<S> in method public prepend(state S) : Path<S> in class aima.core.search.nondeterministic.Path | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type state : Object to state : S in class aima.core.search.nondeterministic.IfStateThenPlan | From | To |