bd9708bd63355e6b5b8b4dba6410a416f1944787
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private addAgentMarker(pane Pane, color Color, orientation AgentPosition.Orientation) : void renamed to private createAgentSymbol(pane Pane, color Color, orientation AgentPosition.Orientation) : Node in class aima.gui.fx.views.WumpusEnvironmentViewCtrl | From | To | |
Rename Method protected createAgentRep(suck boolean, orientation int) : Node renamed to protected createAgentSymbol(suck boolean, orientation int) : Node in class aima.gui.fx.views.VacuumEnvironmentViewCtrl | From | To | |
Rename Variable | 1 | ||
Rename Variable marker : Polygon to result : Polygon in method private createAgentSymbol(pane Pane, color Color, orientation AgentPosition.Orientation) : Node in class aima.gui.fx.views.WumpusEnvironmentViewCtrl | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Node in method private createAgentSymbol(pane Pane, color Color, orientation AgentPosition.Orientation) : Node in class aima.gui.fx.views.WumpusEnvironmentViewCtrl | From | To |