91e9e7b76a08b776be21560d7ba20f9bfd943f04
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 68
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public isListModules() : boolean renamed to public getListModules() : List<String> in class org.eclipse.jetty.start.StartArgs | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to List<String> in method public getListModules() : List<String> in class org.eclipse.jetty.start.StartArgs | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type listModules : boolean to listModules : List<String> in class org.eclipse.jetty.start.StartArgs | From | To |