3f12f847b1a20bd87147aeda863e6287df816617
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type void to WumpusCave in method public setGold(room Room) : WumpusCave in class aima.core.environment.wumpusworld.WumpusCave | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute current : AgentPosition to currentPosition : AgentPosition in method public execute(percept Percept) : Action in class aima.core.environment.wumpusworld.HybridWumpusAgent | From | To | |
Replace Variable With Attribute current : AgentPosition to currentPosition : AgentPosition in method public planRoute(goals Set<AgentPosition>, allowed Set<Room>) : List<WumpusAction> in class aima.core.environment.wumpusworld.HybridWumpusAgent | From | To | |
Extract Method | 1 | ||
Extract Method private tellSuccessorStateAxioms(t int) : void extracted from public tellTemporalPhysicsSentences(t int) : void in class aima.core.environment.wumpusworld.WumpusKnowledgeBase | From | To |