54d1c53d36b4d3716defaf59bb6e214e10e24414
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getView(viewName String, templates TemplateStore) : View renamed to protected view(template Template) : View in class org.rapidoid.http.customize.defaults.DefaultViewResolver | From | To | |
| Move Method | 1 | ||
| Move Method private withDefaultPath(templatesPath String[]) : String[] from class org.rapidoid.render.FileSystemTemplateStore to public withDefaultPath(templatesPath String[]) : String[] from class org.rapidoid.render.Templates | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private templatesPath : String[] from class org.rapidoid.http.customize.Customization to private templatesPath : String[] from class org.rapidoid.http.customize.defaults.DefaultTemplateLoader | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.rapidoid.http.impl.AbstractViewResolver from classes [org.rapidoid.http.customize.defaults.DefaultViewResolver, org.rapidoid.integrate.JMustacheViewResolver, org.rapidoid.integrate.MustacheJavaViewResolver] | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute templatesPath : String[] to templateLoader : ResourceLoader in class org.rapidoid.http.customize.Customization | From | To | |
| Extract Variable | 1 | ||
| Extract Variable custom : Customization in method public renderView(req ReqImpl, resp Resp, result Object) : String from class org.rapidoid.http.impl.ResponseRenderer | From | To | |
| Extract Method | 1 | ||
| Extract Method public templateLoader() : ResourceLoader extracted from public reset() : void in class org.rapidoid.setup.My | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type templatesPath : String[] to templateLoader : ResourceLoader in class org.rapidoid.http.customize.Customization | From | To |