ca95aaeebee3638cc34177d02ab2207839b182d3
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method public async() : Callable<ResponseEntity<Void>> from class brave.spring.webmvc.TestController to public async() : Callable<ResponseEntity<Void>> from class brave.spring.webmvc.Servlet3TestController | From | To | |
Push Down Method public asyncItems(itemId String) : Callable<ResponseEntity<String>> from class brave.spring.webmvc.TestController to public asyncItems(itemId String) : Callable<ResponseEntity<String>> from class brave.spring.webmvc.Servlet3TestController | From | To | |
Extract Subclass | 1 | ||
Extract Subclass brave.spring.webmvc.Servlet3TestController from class brave.spring.webmvc.TestController | From | To | |
Rename Class | 1 | ||
Rename Class brave.spring.webmvc.TestController renamed to brave.spring.webmvc.Servlet25TestController | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected registerTestController(appContext AnnotationConfigWebApplicationContext) : void extracted from public init(handler ServletContextHandler) : void in class brave.spring.webmvc.BaseITSpanCustomizingHandlerInterceptor & moved to class brave.spring.webmvc.ITSpanCustomizingHandlerInterceptor | From | To |