bbc84a3d0121b851fa55e1f3d90c7010ff4b4c13
Files Diff
- Added: 45
- Removed: 199
- Renamed: 0
- Modified: 49
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public isSelected() : boolean renamed to public isEnabled() : boolean in class org.eclipse.jetty.start.Module | From | To | |
Rename Method public testLoadWebSocket() : void renamed to public testLoadMain() : void in class org.eclipse.jetty.start.ModuleTest | From | To | |
Rename Method public testWithHttp2() : void renamed to public testWithModules() : void in class org.eclipse.jetty.start.MainTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Set<String> to List<String> in method public getEnabledModules() : List<String> in class org.eclipse.jetty.start.StartArgs | From | To | |
Rename Attribute | 9 | ||
Rename Attribute iniTemplate : List<String> to _iniTemplate : List<String> in class org.eclipse.jetty.start.Module | From | To | |
Rename Attribute baseHome : BaseHome to _baseHome : BaseHome in class org.eclipse.jetty.start.Modules | From | To | |
Rename Attribute defaultConfig : List<String> to _defaultConfig : List<String> in class org.eclipse.jetty.start.Module | From | To | |
Rename Attribute modules : List<Module> to _modules : List<Module> in class org.eclipse.jetty.start.Modules | From | To | |
Rename Attribute args : StartArgs to _args : StartArgs in class org.eclipse.jetty.start.Modules | From | To | |
Rename Attribute license : List<String> to _license : List<String> in class org.eclipse.jetty.start.Module | From | To | |
Rename Attribute selections : Set<String> to _enables : Set<String> in class org.eclipse.jetty.start.Module | From | To | |
Rename Attribute optional : Set<String> to _optional : Set<String> in class org.eclipse.jetty.start.Module | From | To | |
Rename Attribute skipFilesValidation : boolean to _skipFilesValidation : boolean in class org.eclipse.jetty.start.Module | From | To | |
Extract Method | 1 | ||
Extract Method public assertConfiguration(baseHome BaseHome, args StartArgs, file File) : void extracted from public assertConfiguration(baseHome BaseHome, args StartArgs, filename String) : void in class org.eclipse.jetty.start.ConfigurationAssert | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type modules : Set<String> to modules : List<String> in class org.eclipse.jetty.start.StartArgs | From | To | |
Inline Variable | 1 | ||
Inline Variable depends : Module in method private enable(enabled Set<String>, module Module, enabledFrom String, transitive boolean) : void from class org.eclipse.jetty.start.Modules | From | To | |
Rename Parameter | 2 | ||
Rename Parameter file : Path to path : Path in method public Module(basehome BaseHome, path Path) in class org.eclipse.jetty.start.Module | From | To | |
Rename Parameter enabled : Set<String> to newlyEnabled : Set<String> in method private enable(newlyEnabled Set<String>, module Module, enabledFrom String, transitive boolean) : void in class org.eclipse.jetty.start.Modules | From | To |