68c7a1d9606bdf1534766d0ff139d3b92bb4e714
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Set<String> to List<String> in method public getDepends() : List<String> in class org.eclipse.jetty.start.Module | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tmp : Set<String> to tmp : List<String> in method public expandDependencies(props Props) : void in class org.eclipse.jetty.start.Module | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _depends : Set<String> to _depends : List<String> in class org.eclipse.jetty.start.Module | From | To |