218d7bd243a5f8aad8310f1a483eb69a83fc57c6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type goals : String[] to goals : List<String> in method public MapAgent(map Map, search Search, goals List<String>, notifier EnvironmentViewNotifier) in class aima.core.environment.map.MapAgent | From | To | |
Change Parameter Type goals : String[] to goals : List<String> in method public MapAgent(map Map, search Search, goals List<String>, notifier EnvironmentViewNotifier, hfFactory HeuristicFunctionFactory) in class aima.core.environment.map.MapAgent | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type goals : String[] to goals : List<String> in class aima.core.environment.map.MapAgent | From | To |