2b3908f4c3800e3f8cf976da29736664ff8dcbba
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public OTPConfigurator(params CommandLineParameters) from class org.opentripplanner.standalone.OTPConfigurator to public OTPMain(params CommandLineParameters) from class org.opentripplanner.standalone.OTPMain | From | To | |
| Move Method | 3 | ||
| Move Method public builderFromParameters() : GraphBuilder from class org.opentripplanner.standalone.OTPConfigurator to public builderFromParameters() : GraphBuilder from class org.opentripplanner.standalone.OTPMain | From | To | |
| Move Method private loadJson(file File) : JsonNode from class org.opentripplanner.standalone.OTPConfigurator to private loadJson(file File) : JsonNode from class org.opentripplanner.standalone.OTPMain | From | To | |
| Move Method public makeGraphService(graph Graph) : void from class org.opentripplanner.standalone.OTPConfigurator to public makeGraphService() : void from class org.opentripplanner.standalone.OTPMain | From | To | |
| Rename Variable | 2 | ||
| Rename Variable configurator : OTPConfigurator to otpMain : OTPMain in method public fromArgs(args String[]) : OtpsEntryPoint in class org.opentripplanner.scripting.api.OtpsEntryPoint | From | To | |
| Rename Variable graphVisualizer : GraphVisualizer to visualizer : GraphVisualizer in method public run() : void in class org.opentripplanner.standalone.OTPMain | From | To | |
| Move Attribute | 6 | ||
| Move Attribute public BUILDER_CONFIG_FILENAME : String from class org.opentripplanner.standalone.OTPConfigurator to public BUILDER_CONFIG_FILENAME : String from class org.opentripplanner.standalone.OTPMain | From | To | |
| Move Attribute public ROUTER_CONFIG_FILENAME : String from class org.opentripplanner.standalone.OTPConfigurator to public ROUTER_CONFIG_FILENAME : String from class org.opentripplanner.standalone.OTPMain | From | To | |
| Move Attribute private params : CommandLineParameters from class org.opentripplanner.standalone.OTPConfigurator to private params : CommandLineParameters from class org.opentripplanner.standalone.OTPMain | From | To | |
| Move Attribute public OTP_CONFIG_FILENAME : String from class org.opentripplanner.standalone.OTPConfigurator to public OTP_CONFIG_FILENAME : String from class org.opentripplanner.standalone.OTPMain | From | To | |
| Move Attribute private graphService : GraphService from class org.opentripplanner.standalone.OTPConfigurator to public graphService : GraphService from class org.opentripplanner.standalone.OTPMain | From | To | |
| Move Attribute private routerLifecycleManager : Router.LifecycleManager from class org.opentripplanner.standalone.OTPConfigurator to private routerLifecycleManager : Router.LifecycleManager from class org.opentripplanner.standalone.OTPMain | From | To | |
| Move Class | 1 | ||
| Move Class org.opentripplanner.standalone.OTPConfigurator.InputFileType moved to org.opentripplanner.standalone.OTPMain.InputFileType | From | To | |
| Extract Variable | 1 | ||
| Extract Variable graph : Graph in method public run() : void from class org.opentripplanner.standalone.OTPMain | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type configurator : OTPConfigurator to otpMain : OTPMain in method public fromArgs(args String[]) : OtpsEntryPoint in class org.opentripplanner.scripting.api.OtpsEntryPoint | From | To | |
| Extract Method | 1 | ||
| Extract Method public run() : void extracted from public main(args String[]) : void in class org.opentripplanner.standalone.OTPMain | From | To |