7894c18b0db0fa08ad077862666b84964b69c8fe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 4 | ||
| Change Parameter Type pair : ActionValuePair<ACTION> to pair : ActionValuePair<A> in method public compareTo(pair ActionValuePair<A>) : int in class aima.core.environment.connectfour.ActionValuePair | From | To | |
| Change Parameter Type orientation : int to orientation : double in method private getAgentSymbol(agent Agent, orientation double) : Node in class aima.gui.fx.views.VacuumEnvironmentViewCtrl | From | To | |
| Change Parameter Type action : ACTION to action : A in method public ActionValuePair(action A, utility double) in class aima.core.environment.connectfour.ActionValuePair | From | To | |
| Change Parameter Type action : ACTION to action : A in method public createFor(action A, utility double) : ActionValuePair<A> in class aima.core.environment.connectfour.ActionValuePair | From | To | |
| Inline Method | 1 | ||
| Inline Method private updateStatus() : void inlined to public startExperiment() : void in class aima.gui.fx.applications.agent.WumpusAgentApp | From | To | |
| Rename Variable | 3 | ||
| Rename Variable pos : int to x : int in method public executeAction(a Agent, action Action) : void in class aima.core.environment.vacuum.VacuumEnvironment | From | To | |
| Rename Variable agentLocation : String to loc : String in method public getPerceptSeenBy(anAgent Agent) : Percept in class aima.core.environment.vacuum.VacuumEnvironment | From | To | |
| Rename Variable buffer : StringBuffer to builder : StringBuilder in method public toString() : String in class aima.core.environment.tictactoe.TicTacToeState | From | To | |
| Change Return Type | 2 | ||
| Change Return Type ActionValuePair<ACTION> to ActionValuePair<A> in method public createFor(action A, utility double) : ActionValuePair<A> in class aima.core.environment.connectfour.ActionValuePair | From | To | |
| Change Return Type ACTION to A in method public getAction() : A in class aima.core.environment.connectfour.ActionValuePair | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type orientation : Integer to orientation : Double in method protected update() : void in class aima.gui.fx.views.VacuumEnvironmentViewCtrl | From | To | |
| Change Variable Type buffer : StringBuffer to builder : StringBuilder in method public toString() : String in class aima.core.environment.tictactoe.TicTacToeState | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type action : ACTION to action : A in class aima.core.environment.connectfour.ActionValuePair | From | To | |
| Change Attribute Type agentOrientations : Map<Agent,Integer> to agentOrientations : Map<Agent,Double> in class aima.gui.fx.views.VacuumEnvironmentViewCtrl | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter agentAction : Action to action : Action in method public executeAction(a Agent, action Action) : void in class aima.core.environment.vacuum.NondeterministicVacuumEnvironment | From | To | |
| Rename Parameter agentAction : Action to action : Action in method public executeAction(a Agent, action Action) : void in class aima.core.environment.vacuum.VacuumEnvironment | From | To |