ae07a13949b81956a362a973314bb8b72ebce0a1
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public redirect(fromPath String, toPath String, status RedirectStatus) : void from class spark.Spark to public get(fromPath String, toPath String, status Status) : void from class spark.Redirect | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type status : RedirectStatus to status : Status in method private redirectRoute(toPath String, status Status) : Route in class spark.Redirect | From | To | |
Change Parameter Type status : RedirectStatus to status : Status in method public get(fromPath String, toPath String, status Status) : void in class spark.Redirect | From | To | |
Move Method | 1 | ||
Move Method private redirectRoute(toPath String, status RedirectStatus) : Route from class spark.Spark to private redirectRoute(toPath String, status Status) : Route from class spark.Redirect | From | To | |
Extract Class | 1 | ||
Extract Class spark.Redirect from class spark.Spark | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type httpClient : HttpClient to httpClient : DefaultHttpClient in class spark.util.SparkTestUtil | From | To |