f508dd375c7287d71938d1b2415848b6ed3945ab
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type goals : String[] to goal : String in method public SimpleMapAgent(map Map, search SearchForActions<String,MoveToAction>, goal String) in class aima.core.environment.map.SimpleMapAgent | From | To | |
Change Parameter Type notifier : EnvironmentViewNotifier to hFnFactory : Function<String,ToDoubleFunction<Node<String,MoveToAction>>> in method public MapAgent(map Map, search SearchForActions<String,MoveToAction>, goals List<String>, hFnFactory Function<String,ToDoubleFunction<Node<String,MoveToAction>>>) in class aima.core.environment.map.MapAgent | From | To | |
Inline Method | 1 | ||
Inline Method protected notifyViewOfMetrics() : void inlined to protected search(problem Problem<String,MoveToAction>) : Optional<List<MoveToAction>> in class aima.core.environment.map.MapAgent | From | To | |
Change Return Type | 2 | ||
Change Return Type Object to Optional<Object> in method protected abstract formulateGoal() : Optional<Object> in class aima.core.search.agent.SimpleProblemSolvingAgent | From | To | |
Change Return Type Object to Optional<Object> in method protected formulateGoal() : Optional<Object> in class aima.core.environment.map.SimpleMapAgent | From | To | |
Change Variable Type | 1 | ||
Change Variable Type goal : Object to goal : Optional<Object> in method public execute(p P) : Optional<A> in class aima.core.search.agent.SimpleProblemSolvingAgent | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type goals : String[] to goals : List<String> in class aima.core.environment.map.SimpleMapAgent | From | To | |
Rename Parameter | 2 | ||
Rename Parameter goals : String[] to goal : String in method public SimpleMapAgent(map Map, search SearchForActions<String,MoveToAction>, goal String) in class aima.core.environment.map.SimpleMapAgent | From | To | |
Rename Parameter notifier : EnvironmentViewNotifier to hFnFactory : Function<String,ToDoubleFunction<Node<String,MoveToAction>>> in method public MapAgent(map Map, search SearchForActions<String,MoveToAction>, goals List<String>, hFnFactory Function<String,ToDoubleFunction<Node<String,MoveToAction>>>) in class aima.core.environment.map.MapAgent | From | To |