a11804c440caf33ea9996b22f35bb7dbd45e818b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 4 | ||
Pull Up Method public simulate() : void from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to public simulate() : void from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Pull Up Method public finalize() : void from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to public finalize() : void from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Pull Up Method public initialize() : void from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to public initialize() : void from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Pull Up Method private createParameters() : List<Parameter> from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to protected createParameters() : List<Parameter> from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Move Method | 1 | ||
Move Method private updateTrack(agent Agent) : void from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to private updateTrack(agent Agent, metrics Metrics) : void from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Rename Variable | 1 | ||
Rename Variable actions : List<Action> to result : List<Action> in method protected search(problem Problem) : List<Action> in class aima.core.environment.map.MapAgent | From | To | |
Pull Up Attribute | 10 | ||
Pull Up Attribute public PARAM_SEARCH : String from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to public PARAM_SEARCH : String from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Pull Up Attribute private env : MapEnvironment from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to protected env : MapEnvironment from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Pull Up Attribute private simPaneCtrl : SimulationPaneCtrl from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to protected simPaneCtrl : SimulationPaneCtrl from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Pull Up Attribute private mapPaneCtrl : MapPaneCtrl from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to protected mapPaneCtrl : MapPaneCtrl from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Pull Up Attribute public TRACK_NAME : String from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to public TRACK_NAME : String from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Pull Up Attribute public PARAM_WAY_SELECTION : String from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to public PARAM_WAY_SELECTION : String from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Pull Up Attribute private envViewCtrl : SimpleEnvironmentViewCtrl from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to protected envViewCtrl : SimpleEnvironmentViewCtrl from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Pull Up Attribute public PARAM_Q_SEARCH_IMPL : String from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to public PARAM_Q_SEARCH_IMPL : String from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Pull Up Attribute private map : MapAdapter from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to protected map : MapAdapter from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Pull Up Attribute public PARAM_HEURISTIC : String from class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp to public PARAM_HEURISTIC : String from class aimax.osm.gui.fx.applications.SimpleOsmAgentApp | From | To | |
Move Class | 1 | ||
Move Class aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp.TrackUpdater moved to aimax.osm.gui.fx.applications.SimpleOsmAgentApp.TrackUpdater | From | To | |
Extract Superclass | 1 | ||
Extract Superclass aimax.osm.gui.fx.applications.SimpleOsmAgentApp from classes [aimax.osm.gui.fx.applications.OsmRouteFindingAgentApp] | From | To | |
Change Variable Type | 1 | ||
Change Variable Type locations : String[] to locations : List<String> in method public simulate() : void in class aimax.osm.gui.fx.applications.OsmLRTAStarAgentApp | From | To | |
Extract Method | 1 | ||
Extract Method protected loadMap() : void extracted from public createRootPane() : Pane in class aimax.osm.gui.fx.applications.OsmLRTAStarAgentApp | From | To |