ec410a3c587e511917e55aed65568419bcf1c6b7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method protected isFrontierEmpty() : boolean from class aima.core.search.framework.QueueSearch to protected isFrontierEmpty() : boolean from class aima.core.search.framework.BidirectionalQueueSearch | From | To | |
Push Down Method protected popNodeFromFrontier() : Node from class aima.core.search.framework.QueueSearch to protected popNodeFromFrontier() : Node from class aima.core.search.framework.BidirectionalQueueSearch | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public getResultingNodesToAddToFrontier(nodeToExpand Node, problem Problem) : List<Node> moved from class aima.core.search.framework.TreeSearch to class aima.core.search.framework.QueueSearch & inlined to public search(problem Problem, frontier Queue<Node>) : List<Action> | From | To | |
Extract Subclass | 1 | ||
Extract Subclass aima.core.search.framework.BidirectionalQueueSearch from class aima.core.search.framework.QueueSearch | From | To | |
Rename Variable | 1 | ||
Rename Variable toRemove : Node to result : Node in method protected popNodeFromFrontier() : Node in class aima.core.search.framework.GraphSearchReducedFrontier | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type bidirectionalSearch : BidirectionalSearch to bidirectionalSearch : BidirectionalQueueSearch in class aima.test.core.unit.search.uninformed.BidirectionalSearchTest | From | To | |
Extract And Move Method | 4 | ||
Extract And Move Method protected insertIntoFrontier(node Node) : void extracted from public search(problem Problem, frontier Queue<Node>) : List<Action> in class aima.core.search.framework.QueueSearch & moved to class aima.core.search.framework.GraphSearch | From | To | |
Extract And Move Method protected insertIntoFrontier(node Node) : void extracted from public search(problem Problem, frontier Queue<Node>) : List<Action> in class aima.core.search.framework.QueueSearch & moved to class aima.core.search.framework.GraphSearchReducedFrontier | From | To | |
Extract And Move Method protected insertIntoFrontier(node Node) : void extracted from public search(problem Problem, frontier Queue<Node>) : List<Action> in class aima.core.search.framework.QueueSearch & moved to class aima.core.search.framework.TreeSearch | From | To | |
Extract And Move Method protected popNodeFromFrontier() : Node extracted from public search(problem Problem, frontier Queue<Node>) : List<Action> in class aima.core.search.framework.QueueSearch & moved to class aima.core.search.framework.GraphSearch | From | To |