1382ce1af01eff9aa536ee6b74774f03d959ebc8
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public OneToManyProfileRequest(destPointsetId String, options ProfileRequest, graphId String) from class org.opentripplanner.analyst.cluster.OneToManyProfileRequest to public AnalystClusterRequest(destinationPointsetId String, graphId String, req ProfileRequest) from class org.opentripplanner.analyst.cluster.AnalystClusterRequest | From | To | |
Pull Up Method public OneToManyRequest(to String, options RoutingRequest, graphId String) from class org.opentripplanner.analyst.cluster.OneToManyRequest to public AnalystClusterRequest(destinationPointsetId String, graphId String, req RoutingRequest) from class org.opentripplanner.analyst.cluster.AnalystClusterRequest | From | To | |
Rename Variable | 1 | ||
Rename Variable queuePrefix : String to jobQueuePrefix : String in method public run() : void in class org.opentripplanner.analyst.cluster.AnalystWorker | From | To | |
Rename Parameter | 4 | ||
Rename Parameter options : RoutingRequest to req : RoutingRequest in method public AnalystClusterRequest(destinationPointsetId String, graphId String, req RoutingRequest) in class org.opentripplanner.analyst.cluster.AnalystClusterRequest | From | To | |
Rename Parameter options : ProfileRequest to req : ProfileRequest in method public AnalystClusterRequest(destinationPointsetId String, graphId String, req ProfileRequest) in class org.opentripplanner.analyst.cluster.AnalystClusterRequest | From | To | |
Rename Parameter to : String to destinationPointsetId : String in method public AnalystClusterRequest(destinationPointsetId String, graphId String, req RoutingRequest) in class org.opentripplanner.analyst.cluster.AnalystClusterRequest | From | To | |
Rename Parameter destPointsetId : String to destinationPointsetId : String in method public AnalystClusterRequest(destinationPointsetId String, graphId String, req ProfileRequest) in class org.opentripplanner.analyst.cluster.AnalystClusterRequest | From | To |