5c7b0247e7cae50c02c73c7cd8a5da8763a54a68
Files Diff
- Added: 4
- Removed: 6
- Renamed: 0
- Modified: 34
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public isUseStartd() : boolean renamed to public isCreateStartd() : boolean in class org.eclipse.jetty.start.StartArgs | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method protected writeModuleSection(writer BufferedWriter, module Module) : void from class org.eclipse.jetty.start.builders.StartDirBuilder to public writeIniSection(writer BufferedWriter) : void from class org.eclipse.jetty.start.Module | From | To | |
Move And Rename Method protected writeModuleSection(writer BufferedWriter, module Module) : void from class org.eclipse.jetty.start.builders.StartIniBuilder to public writeIniSection(writer BufferedWriter) : void from class org.eclipse.jetty.start.Module | From | To | |
Rename Variable | 1 | ||
Rename Variable newly_enabled : Set<String> to newly_added : Set<String> in method public build() : boolean in class org.eclipse.jetty.start.BaseBuilder | From | To | |
Rename Attribute | 1 | ||
Rename Attribute useStartd : boolean to createStartd : boolean in class org.eclipse.jetty.start.StartArgs | From | To |