0e9a952611ce7f4d27523199ff888fd49d62effa
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public content() : Object renamed to public result() : Object in class org.rapidoid.http.Resp | From | To | |
Rename Method public content() : Object renamed to public result() : Object in class org.rapidoid.http.impl.RespImpl | From | To | |
Rename Method public content(content Object) : Resp renamed to public result(content Object) : Resp in class org.rapidoid.http.Resp | From | To | |
Rename Method public content(content Object) : Resp renamed to public result(content Object) : Resp in class org.rapidoid.http.impl.RespImpl | From | To | |
Rename Variable | 2 | ||
Rename Variable result : Object to response : Object in method public render(req ReqImpl, resp Resp) : byte[] in class org.rapidoid.http.impl.ResponseRenderer | From | To | |
Rename Variable content : Object to result : Object in method public render(req ReqImpl, resp Resp) : byte[] in class org.rapidoid.http.impl.ResponseRenderer | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public model(name String, value Object) : Resp extracted from public testRender() : void in class org.rapidoid.http.HttpRenderTest & moved to class org.rapidoid.http.impl.RespImpl | From | To |