b0207dd90d99010fa207105a3b9df55f50bea34e
Files Diff
- Added: 3
- Removed: 4
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private getJavaBin() : String renamed to private getJavaExecutable() : String in class org.eclipse.jetty.tests.distribution.DistributionTester | From | To | |
Rename Method public getJettyBase() : Path renamed to public getJettyHome() : Path in class org.eclipse.jetty.tests.distribution.DistributionTester | From | To | |
Move Method | 2 | ||
Move Method public close() : void from class org.eclipse.jetty.tests.distribution.DistributionTester to public close() : void from class org.eclipse.jetty.tests.distribution.DistributionTester.Run | From | To | |
Move Method public stop() : void from class org.eclipse.jetty.tests.distribution.DistributionTester to public stop() : void from class org.eclipse.jetty.tests.distribution.DistributionTester.Run | From | To | |
Rename Variable | 2 | ||
Rename Variable javabin : File to javaFile : File in method private getJavaExecutable() : String in class org.eclipse.jetty.tests.distribution.DistributionTester | From | To | |
Rename Variable javaexe : String to javaExecutable : String in method private getJavaExecutable() : String in class org.eclipse.jetty.tests.distribution.DistributionTester | From | To | |
Change Return Type | 3 | ||
Change Return Type DistributionTester to DistributionTester.Run in method public start(args String...) : DistributionTester.Run in class org.eclipse.jetty.tests.distribution.DistributionTester | From | To | |
Change Return Type File to Path in method private resolveDistribution(version String) : Path in class org.eclipse.jetty.tests.distribution.DistributionTester | From | To | |
Change Return Type DistributionTester to DistributionTester.Run in method public start(args List<String>) : DistributionTester.Run in class org.eclipse.jetty.tests.distribution.DistributionTester | From | To | |
Extract Class | 1 | ||
Extract Class org.eclipse.jetty.tests.distribution.DistributionTester.Run from class org.eclipse.jetty.tests.distribution.DistributionTester | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type jettyHome : String to jettyHome : Path in class org.eclipse.jetty.tests.distribution.DistributionTester.Config | From | To | |
Rename Parameter | 2 | ||
Rename Parameter inputStream : InputStream to stream : InputStream in method private startPump(mode String, stream InputStream) : ConsoleStreamer in class org.eclipse.jetty.tests.distribution.DistributionTester | From | To | |
Rename Parameter is : InputStream to stream : InputStream in method public ConsoleStreamer(stream InputStream) in class org.eclipse.jetty.tests.distribution.DistributionTester.ConsoleStreamer | From | To |