dc61973d5c523b5c1024c0e115568f864fc18c10
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type boolean to List<List<ActionSchema>> in method package graphPlan(problem Problem) : List<List<ActionSchema>> in class aima.core.logic.planning.GraphPlanAlgorithm | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type nogoods : Hashtable<Object,Object> to nogoods : Hashtable<Integer,List<Literal>> in method package graphPlan(problem Problem) : List<List<ActionSchema>> in class aima.core.logic.planning.GraphPlanAlgorithm | From | To | |
| Change Variable Type solution : boolean to solution : List<List<ActionSchema>> in method package graphPlan(problem Problem) : List<List<ActionSchema>> in class aima.core.logic.planning.GraphPlanAlgorithm | From | To |