cab76950e1fe9234a9f88b4f5def2e8c3c44764c
Files Diff
- Added: 47
- Removed: 247
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method private assertBadConfig(homeName String, baseName String, expectedErrorMessage String, cmdLineArgs String...) : void renamed to public testBadConfig() : void in class org.eclipse.jetty.start.TestBadUseCases | From | To | |
Rename Method public testAdd_SPDY_Licensed() : void renamed to public testAdd_HTTP2_Licensed() : void in class org.eclipse.jetty.start.LicensingTest | From | To | |
Rename Method public testWithSpdy() : void renamed to public testWithHttp2() : void in class org.eclipse.jetty.start.MainTest | From | To | |
Rename Method public testCreate_SPDY_Licensed() : void renamed to public testCreate_HTTP2_Licensed() : void in class org.eclipse.jetty.start.LicensingTest | From | To | |
Rename Method private assertUseCase(homeName String, baseName String, assertName String, cmdLineArgs String...) : void renamed to public testUseCase() : void in class org.eclipse.jetty.start.TestUseCases | From | To | |
Replace Variable With Attribute | 4 | ||
Replace Variable With Attribute cmdLineArgs : String... to commandLineArgs : String[] in method public testBadConfig() : void in class org.eclipse.jetty.start.TestBadUseCases | From | To | |
Replace Variable With Attribute homeName : String to caseName : String in method public testBadConfig() : void in class org.eclipse.jetty.start.TestBadUseCases | From | To | |
Replace Variable With Attribute cmdLineArgs : String... to commandLineArgs : String[] in method public testUseCase() : void in class org.eclipse.jetty.start.TestUseCases | From | To | |
Replace Variable With Attribute homeName : String to caseName : String in method public testUseCase() : void in class org.eclipse.jetty.start.TestUseCases | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cmdLineArgs : String... to commandLineArgs : String[] in method public testUseCase() : void in class org.eclipse.jetty.start.TestUseCases | From | To | |
Change Variable Type cmdLineArgs : String... to commandLineArgs : String[] in method public testBadConfig() : void in class org.eclipse.jetty.start.TestBadUseCases | From | To |