5b8f411ba9b6d868dbb25d5f8008649e9830142e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type contentFactory : HttpContent.Factory to contentFactory : HttpContent.ContentFactory in method public setContentFactory(contentFactory HttpContent.ContentFactory) : void in class org.eclipse.jetty.server.ResourceService | From | To | |
Change Return Type | 1 | ||
Change Return Type HttpContent.Factory to HttpContent.ContentFactory in method public getContentFactory() : HttpContent.ContentFactory in class org.eclipse.jetty.server.ResourceService | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.jetty.http.HttpContent.Factory renamed to org.eclipse.jetty.http.HttpContent.ContentFactory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type contentFactory : HttpContent.Factory to contentFactory : HttpContent.ContentFactory in method public init() : void in class org.eclipse.jetty.servlet.DefaultServlet | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _contentFactory : HttpContent.Factory to _contentFactory : HttpContent.ContentFactory in class org.eclipse.jetty.server.ResourceService | From | To |